This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v10.1.0
Features
- Implemented list component separators (see ckeditor/ckeditor5-table#24). (0808a8c)
- Introduced the
BlockToolbar
plugin. Closes #391. (5868516)
Bug fixes
- The action should be executed upon the first click on a tooltip-enabled UI in iOS. Closes ckeditor/ckeditor5#920. (6508ba2)
- The balloon toolbar should be attached correctly in case of a multi-range selection. Closes #385. (714ef21)
- The buttons in the editor should provide basic accessibility. Closes ckeditor/ckeditor5#1013. (9e17d13)
Other changes
- Disabling a
ListItemView
should be possible using theisEnabled
property. Closes #389. (76a4d47) - Made the
ContextualBalloon
always use the position of the topmost view in the stack (see: ckeditor/ckeditor5-table#28). Closes ckeditor/ckeditor5#900. (a2ef073) - Updated translations. (084e8c6)