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

Closure Library v20220202

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 19:35

New Additions

  • Avoid using an empty string as the meta-refresh tag URL value as this can cause race conditions when users later update the blank document's location. (32be570)
  • Add Long#toUnsignedString to convert a Long to its unsigned (385ae7b)

Backwards Incompatible Changes

  • the goog.provide for goog.asserts.AssertionError has been removed, access the same value/type instead via requiring goog.asserts. (e4bd60f)

Other Changes

  • Remove special support for Chrome 21- in goog.db.Error (bf304a4)
  • Give closure dialogs the option to keep track of their amount of surrounding space. (73847ba)
  • Avoid unnecessary mime check for data urls. (987094d)
  • Delete extra edge entry if all edges for a given "fromModuleId" have been removed. (22513da)
  • Add radial-gradient to SafeStyle list of allowed functions (6bde623)
  • Mark deprecated goog.structs.Map as final. (45037fb)