This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v14.0.0
Features
- Brought support for right–to–left (RTL) languages to various UI components. See ckeditor/ckeditor5#1151. (d6c7f55)
Bug fixes
ColorGrid
should set the#isOn
property value of newColorTiles
. See ckeditor/ckeditor5-font#51. (e89ad60)- All editor toolbars should come with the
role
andaria-label
attributes. Closes ckeditor/ckeditor5#1404. (bdede90) - Screen reader will now properly prompt errors for text inputs. Closes ckeditor/ckeditor5#1406. (3a164b7)
Other changes
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (451df7b)
- Updated translations. (eca9fe6)
BREAKING CHANGES
- The
ToolbarView
class requires the editor locale to be passed into the constructor.