This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.2
Bug fixes
- Replaced nested editable's
.ck-editable
class with.ck-editor__editable
+.ck-editor__nested-editable
to stop Grammarly throwing errors. Closes ckeditor/ckeditor5#578. (051b326)
Other changes
- Increased the specificity of CSS rules. Introduced the .ck class for editor UI components (see: ckeditor/ckeditor5#494). (abc7def)
BREAKING CHANGES
- The
.ck-editable
class is no longer available. Use the.ck-editor__nested-editable
class instead.