This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v14.0.0
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 inLocale
. ImplementedLocale#uiLanguage
,Locale#uiLanguageDirection
,Locale#contentLanguage
, andLocale#contentLanguageDirection
properties. See ckeditor/ckeditor5#1151. (91c95f3)
Other changes
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (71469ac)
- Removed the CKEditor 5 logger and its usage. Part of ckeditor/ckeditor5#383. (584ef1d)
BREAKING CHANGES
- The
Locale()
constructor arguments syntax has changed. Please refer to the API documentation to learn more. - The
Locale#language
property has been deprecated byLocale#uiLanguage
. Please refer to the API documentation to learn more. - Removed the CKEditor 5 logger utility.