This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-list
Releases · ckeditor/ckeditor5-list
v1.0.0-alpha.1
v0.7.0
Bug fixes
ListCommand
should check whether it can be applied to the selection. Closes #62. (12b77ae)view.UIElement
will no longer be incorrectly removed instead of<li>
element if it was before<li>
element to remove. Closes #74. (aa7855c)- Fixed a bug when editor sometimes crashed when list item was moved outside and before a container in which it was. Closes #78. (3d8814e)
- List model fixer will not be triggered if a change-to-fix is in a
transparent
batch. (0779f35) <ul>
and<ol>
view elements will now be inserted after view UI elements. Closes #71. (0e85b2f)- The
ListEngine
plugin will not crash editor when usingDataController#insertContent()
with model items (it worked with data fragments only). Closes #69. (e0216a8)
Features
- List feature should use
EditingKeystrokeHandler
instead of direct event listeners. Closes #76. (aaf362c)
Other changes
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (9a7d596)
- Cleaning up svg icons. (2d423db)
BREAKING CHANGES
- The command API has been changed.
v0.6.1
Bug fixes
- List's view-to-model converter now returns
model.DocumentFragment
containinglistItem
model elements, instead of an array. Closes #60. (331242d) - Pasted list items' indentation will now be correctly adjusted if they are pasted into a nested list. Closes #56. (e91c3d1)
Other changes
- Updated translations. (bd83eed)