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

Closure Library v20190729

Compare
Choose a tag to compare
@EatingW EatingW released this 05 Aug 23:01

New Additions

  • Added getter method for popup object in PopupDatePicker.
  • Adding versions of currency.js get*Symbol functions that use fallback.

Backwards Incompatible Changes

Other Changes

  • Enables Base 64 encodings to be given an alphabet instead of a boolean flag to specify if a websafe encoding is used. A new Alphabet enum is added to be used for the parameter. The legacy opt\_webSafe=true is softly deprecated, but will still be translated into alphabet=Alphabet\.WEBSAFE\_DOT\_PADDING for compatibility.
  • Converted goog.async.FreeList to ES6 class syntax.