This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20230228
Backwards Incompatible Changes
- Remove the
defaultImpl
parameter from Closure Delegates helper methods. (ab6fa71)
Other Changes
- Soy: Add
toSafeStyle
. (db33484) - Revise style of
MONTH_DAY_MEDIUM
to use medium rather than long. (952fff6) - Remove versioned CLDR data. (6359870)
- Add a new
goog.define
that 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
DateTimeParse
to handle non-ASCII spaces in date/time patterns (6b26bd2) - Adds a new API
BrowserChannel.setIsBuffered
to allow clients to set connection status (96278c1)