This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20200101
New Additions
- New htmlsanitizer builder API addition.
Backwards Incompatible Changes
- Delete goog.is(Def|Null|DefAndNotNull|String|Boolean|Number) from base.js.
- goog.net.WebSocket no longer accepts direct autoReconnect and getNextReconnect arguments; specify these as fields in an options object instead.
- goog.base has been removed.
Other Changes
- Remove instances of goog.getObjectByName in webchannelbase.js.
- Remove usages of goog.structs.Set, use ES6 Set instead
- All Closure-compiled binaries using Closure Library will now contain Closure's short license.
- Split goog.fs.getBlob and goog.fs.getBlobWithProperties into a separate goog.fs.blob module.
- Fix a keyboard navigation bug in goog.ui.Palette when it's used within a scrollable container.
- Fix type annotation of getBlobWithProperties.
- goog.functions.create is now deprecated.