This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20220719
New Additions
- Update setSafeHtml to not flush pending delayed change events when opt_stopDelayedChange=true (52f9400)
Backwards Incompatible Changes
- Setting noreferrer when opening a popup now implies noopener if goog.DEBUG is true (70b8632)
- Setting noreferrer when opening a popup now implies noopener (99a2e56)
- Removes APIs that expose the directionality of SafeHtml. (504d78f)
- Removes the logic associated with Directionality in SafeHtml. (d193f31)
- Removes directionality support in Closure's SafeUrl and TrustedResourceUrl. (1fb53f1)
Other Changes
- Cleanup python2 future imports (4698ce7)
- Deprecates directionality support in SafeHtml. (567d46e)
- Make Deferred.STRICT_ERRORS ignore promises (79dfce7)
- Fixed bug switching between list types (a8d677b)
- Web Animation API (WAAPI) animation playback event names added to the EventType Object. (164ee95)
- Update parse and format for flexible day periods. (8f2a4aa)
- Updates the expected URL formatting in Safari as it seems to have changed. (ae13055)
- Don't sanitize data: URLs as they are safe. (7d0377d)