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

Closure Library v20220405

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 18:00

New Additions

  • Fix goog.editor.Field so handleChanges is called when content is changed on mobile devices. (605aa47)
  • Add ListFormat class with conjunction and disjunction options. (f6e0a87)

Backwards Incompatible Changes

  • Removed aliases goog.module.ModuleManager.FailureType and goog.loader.AbstractModuleManager.FailureType (e6e6c5c)
  • Remove deprecated goog.mixin. (d9aace7)
  • Remove the dir parameter in the SafeHtml unchecked conversion. (09bdaa2)
  • Change ModuleLoadFailureType to class for containing extra status code (8e3cd9f)
  • Removed labs/i18n. All users should move to use closure/i18n/listformat. (4884ab9)
  • Remove deprecated goog.net.xpc.DirectTransport (7736beb)

Other Changes

  • Ensure more of Closure is compatible with a strict CSP by default. (8889f54)
  • goog.getLocale() is now deprecated: use goog.LOCALE instead (b50a9d5)
  • SafeHtml.createWithDir is now package private. (49cbea5)
  • goog.getMsg: add example and original_code fields to opt_options (8236d38)
  • Fixed issue with preserving link formatting in removeFormatting (64ca04b)
  • Stub goog.async.nextTick implementation more directly in MockClock. (ebba7d9)
  • Fixed closure-make-deps to return a nonzero exit code on failure (b8600bd)