This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20200719
New Additions
- goog.collections.iters graduated from goog.labs.*
- goog.loader.activeModuleManager optional arguments have been added to maybeInitialize method
- goog.loader.activeModuleManager maybeInitialize method has been added
Other Changes
- Changes ImageLoader event dispatch order to support re-queuing duplicate image IDS
- Add more static methods to goog.log.
- Remove usage of vendor-prefixed versions of Blob#slice.
- goog.log.LogBuffer is now an alias of goog.debug.LogBuffer.
- Update
goog\.dom\.TagName
to be an uninstantiable record type. - Rename goog.testing.singleton.reset to goog.testing.singleton.resetAll
- Resolved issue with rendering child tabs incorrectly when they moved right.