Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Closure Library v20200101

Compare
Choose a tag to compare
@blickly blickly released this 14 Jan 17:56
· 0 commits to e754d4a19bfd9332ba5dc8b62687500655f2d8b9 since this release
36d2c6d

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.