This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20230228
Backwards Incompatible Changes
- Remove the
defaultImplparameter from Closure Delegates helper methods. (ab6fa71)
Other Changes
- Soy: Add
toSafeStyle. (db33484) - Revise style of
MONTH_DAY_MEDIUMto use medium rather than long. (952fff6) - Remove versioned CLDR data. (6359870)
- Add a new
goog.definethat lets users change the Soy stubbing behavior at runtime and another to always stub. (ecaae0a) - Disable the Debug Loader by default. (b12e80d)
- Stops sanitizing the #src attribute for
<img>,<video>,<audio>and<source>. (6e384c9) - Update
DateTimeParseto handle non-ASCII spaces in date/time patterns (6b26bd2) - Adds a new API
BrowserChannel.setIsBufferedto allow clients to set connection status (96278c1)