This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20190729
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 legacyopt\_webSafe=true
is softly deprecated, but will still be translated intoalphabet=Alphabet\.WEBSAFE\_DOT\_PADDING
for compatibility. - Converted goog.async.FreeList to ES6 class syntax.