Changelog
Other changes
- Aligned feature class naming to the new scheme. (23991a4)
- Migrated package styles to PostCSS. Moved visual styles to
@ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (857d6d4)
- Switched to handling deletion around widgets by using the
delete event instead of listening directly on key events. Closes #29. (ee6cc95)
Bug fixes
- The Ctrl+A keystroke will be now correctly handled when a widget is selected. Closes #23. (3e8f91f)
- View element's
setAttribute() method should be used with string values of the contenteditable attribute. Closes #26. (d2a6cf5)
Other changes
- Widgets highlight remove handler will now use only descriptor id, instead of the full descriptor. (1dfdc83)
Bug fixes
- Backspace and Delete should not delete a widget when the editor is in the read-only mode. Closes #6. (5f64125)
- Nested element structures next to widgets will be correctly removed when pressing Backspace or Delete. Closes #19. (27ee848)
0.2.0 (2017-09-03)
Bug fixes
- Added initial contenteditable state for editable widget. Closes #9. (c6321ff)
Features
- Ctrl+A in a nested editable should select nested editable's content. Closes #13. (35a8aff)
Other changes
- Adjusted widget to the editor read-only mode. Closes #7. (2726873)
- Introduced highlights support for widgets. Closes #11. (0bd3d66)
0.1.1 (2017-05-07)
Internal changes only (updated dependencies, documentation, etc.).
0.1.0 (2017-04-05)
Features
- Initial implementation (the code was moved from the
ckeditor5-image package). Closes #1. (564dd97)