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

v14.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 26 Aug 09:53
· 219 commits to master since this release

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.