Skip to content

Closure Library v20220803

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 20:36

Backwards Incompatible Changes

  • The debug loader no longer downlevels sources in the browser. The alternative recommendation is to use a downleveling development server instead. (468188f)
  • transpile.js has been deleted (55bb681)
  • Remove configurability for whether window.open with noreferrer implies noopener (3e83d96)

Other Changes

  • Closure editor: fix a rare case where extra strings were inserted when a list was removed (e69cdb6)