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

Closure Library v20170124

Compare
Choose a tag to compare
@joeltine joeltine released this 30 Jan 17:53

New Additions

  • Added goog.function.rateLimit(), to complement debounce() and throttle().
  • Added optional BrowseEvent parameter to constructor of DragDropEvent. This parameter is set within AbstractDragDrop#endDrag.
  • Enhance MockIframeIo to simulate response text, and make active state bit and last URI actually work.
  • TrustedResourceUrl.format() no longer required a first fixed path component.

Other Changes

  • The removeformatting plugin no longer captures a keyboard shortcut when both ctrl and cmd are pressed.
  • Keep goog.testing.TestCase.currentTestName updated to ease migration to goog.testing.TestCase.
  • CLDR 30 locale data update.
  • Fix IE11 bugs in goog.dom.selection.
  • Stop using HTMLElement.dataset in Safari, because sometimes accessing a value incorrectly returns "undefined".
  • Set browserEvent parameter within AbstractDragDrop#endDrag.
  • The constructor of goog.net.streams.JsonStreamParser now takes an optional configuration argument.
  • Resolve unknown type for property ipStr_
  • Updating documentation for clarity.
  • goog.module.get tuning