Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-utils

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • The translate function from the translation-service was marked as protected. See #334.
  • The format of stored editor translations has been changed. If you use window.CKEDITOR_TRANSLATIONS please see #334.
  • The getPositionedAncestor() helper will no longer return the passed element when it is positioned.

MAJOR BREAKING CHANGES

Features

Bug fixes

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • The getResizeObserver() helper is no longer available. We recommend using the ResizeObserver class instead.

Features

  • Added iterator interface to the Config class. (1fdf2f1)

Other changes

v16.0.0

04 Dec 10:43
Compare
Choose a tag to compare

Bug fixes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Features

Bug fixes

  • Rect#excludeScrollbarsAndBorders should support RTL environments. Fixed incorrect output of the method. Closes #297. (35f34fc)

Other changes

  • Introduced the CKEditorError.rethrowUnexpectedError() helper. Added custom error handling for the Emitter#fire() function. Part of ckeditor/ckeditor5#1304. (1d84705)

v14.0.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

  • Add feature detection of Unicode properties entities' support. (21c0f6b)
  • Allowed specifying editor content language in Locale. Implemented the (UI and content) language direction discovery in Locale. Implemented Locale#uiLanguage, Locale#uiLanguageDirection, Locale#contentLanguage, and Locale#contentLanguageDirection properties. See ckeditor/ckeditor5#1151. (91c95f3)

Other changes

BREAKING CHANGES

  • TheLocale() constructor arguments syntax has changed. Please refer to the API documentation to learn more.
  • The Locale#language property has been deprecated by Locale#uiLanguage. Please refer to the API documentation to learn more.
  • Removed the CKEditor 5 logger utility.

v13.0.1

10 Jul 14:33
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v13.0.0

04 Jul 09:28
Compare
Choose a tag to compare

Features

Other changes

  • Added context as second required argument to the CKEditorError's constructor, changed isCKEditorError() method to is(). Introduced the areConnectedThroughProperties() utility. See ckeditor/ckeditor5-watchdog#1. (bacc764)

BREAKING CHANGES

  • The list of CKEditorError()'s parameters was changed – now it requires the message, context and then data. The isCKEditorError() method was renamed to is().

v12.1.1

05 Jun 09:05
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v12.1.0

10 Apr 09:36
Compare
Choose a tag to compare

Features