This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20160119
New Additions
- Added goog.functions.partialRight.
- Added new API, goog.dom.getDocumentHeightForWindow.
Backwards Incompatible Changes
- Improved typechecking on goog.proto2.Message.prototype.forEachUnknown. You may see some new type errors in code that calls that method.
- Breaking change for third parties: This will introduce double-escaping if your code passes a string with HTML code to goog.ui.Bubble. Pass SafeHtml instead.