This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20220502
New Additions
- Allow overriding the
goog.net.XhrManager
's underlingXhrIoPool
in tests. (3d36f21)
Backwards Incompatible Changes
- Remove deprecated
goog.nullFunction
(27be5f4)
Other Changes
- Maintain cursor position when inserting lists (705ac0c)
- Don't add
<br>
tag on the first<li>
removed ingoog.editor.plugins.RemoveFormatting
. (7d36ac4) - Fix debug window options closing from throwing when new loggers get added after it was opened. (7f2c86c)
- Updated data for ICU71 & CLDR 41 (1df687a)
- Update test to account for removed
goog.nullFunction
(35b3ced)