This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20200406
Backwards Incompatible Changes
- In the QueryData constructor, as well as in QueryData.createFromKeysValues and QueryData.createFromMap, opt_uri (second-to-last argument) is removed, and opt_ignoreCase (last argument) takes its place.
- Tests calling goog.window.open and mocking window.open now need to pass an undefined 4th parameter or mock goog.window.open.
Other Changes
- Remove demos from checked-in deps.js file.
- Allow string name in goog.dom.safe.openInWindow.
- Allow font/ MIME type in SafeUrl.
- Use setTextContent in modern browsers.