Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Closure Library v20200406

Compare
Choose a tag to compare
@12wrigja 12wrigja released this 10 Apr 00:50

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.