This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Closure Library v20220405
New Additions
- Fix
goog.editor.Field
sohandleChanges
is called when content is changed on mobile devices. (605aa47) - Add
ListFormat
class withconjunction
anddisjunction
options. (f6e0a87)
Backwards Incompatible Changes
- Removed aliases
goog.module.ModuleManager.FailureType
andgoog.loader.AbstractModuleManager.FailureType
(e6e6c5c) - Remove deprecated
goog.mixin
. (d9aace7) - Remove the
dir
parameter in theSafeHtml
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: usegoog.LOCALE
instead (b50a9d5)SafeHtml.createWithDir
is now package private. (49cbea5)goog.getMsg
: addexample
andoriginal_code
fields toopt_options
(8236d38)- Fixed issue with preserving link formatting in
removeFormatting
(64ca04b) - Stub
goog.async.nextTick
implementation more directly inMockClock
. (ebba7d9) - Fixed
closure-make-deps
to return a nonzero exit code on failure (b8600bd)