Skip to content

Closure Library v20220905

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 17:13

New Additions

  • Client Hints: use fullVersionList in Chromium >=98. (50a2ae0)
  • Added goog.crypt.base64.{en,de}codeStringUtf8 (19ae2f1)
  • Add goog.string.Unicode.ZERO_WIDTH_SPACE. (5feed4e)

Backwards Incompatible Changes

  • Delete goog.dom.safe.setImageSrc, just assign to imageElement.src directly instead. (5c479e1)

Other Changes

  • Fixes parsing of flexible day periods in compiled JavaScript. (6536155)
  • Use native Intl.DateIntervalFormat when it's available in modern browsers. (da7658d, 261b420)
  • Allow ModuleManager.prefetchModule to be called for modules that are being loaded/loading (1e90884)