This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20230103
New Additions
- Add
goog.i18n.messages.declareIcuTemplate()
as a better way to declare ICU-formatted messages. (1762f0a)
Other Changes
- CLDR 42 update
- Updating data with CLDR 42 (5fa11c8, 9f4d02c)
- Update I18N test assert function to ignore white space differences (f6203e8) and work better with null/empty actual values (11ed104)
- Update
assertI18nContains
to ignore horizontal white space in strings (d407e5c) - Update relativedateformat data to CLDR 42 (53727e8)
- Add support for non-ASCII spaces in
DateTimeParse
(e25a09a)
- Delete deprecated methods in goog.dom.asserts, as they are superceeeded by equivalent methods in goog.asserts.dom (dbdb5a2)
- Fix typo in afternoon2 for zh-Hant day periods (407ff9d)
- Allows
+
characters in property values in SafeStyle (d2c1f25) - Changes the safe url test vectors template to output
goog.modules
(01cac58) - Allow types other than sanitized content to produce safeHtml (1fac3c9)
- Defines and URL sanitizer that only blocks
javascript:
URLs (fe511fa) - goog.dom.safe SafeUrl wrappers only block
javascript:
URLs (6429300) - Create a
goog.define
for whether or not soyjs should be stubbed by idom (86e9677) - Update region name from from "Turkey" to "Türkiye" (f292756)