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
v12.0.0
Bug fixes
- Editor was crashing if multiple, specific block elements were inside list item in loaded/pasted data. Closes [ckeditor/ckeditor5#1572](ckeditor/ckeditor5#1572). (788eea3)
- Some specific content resulted in creating additional, incorrect list items when loaded. Closes #121. (50ec81d)
Other changes
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
v11.0.3
Bug fixes
- Block filler will be inserted into the list item if its last child is a
<br>
element. Closes ckeditor/ckeditor5#1312. (cb6708e) - Preserve correct order of block elements inside list items during the view to model conversion. Closes ckeditor/ckeditor5#1263. (abccef4)
Other changes
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (d424329)
v11.0.2
v11.0.1
v11.0.0
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (e93f96c)
BREAKING CHANGES
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
v1.0.0-beta.4
Internal changes only (updated dependencies, documentation, etc.).
v1.0.0-beta.2
Internal changes only (updated dependencies, documentation, etc.).
v1.0.0-beta.1
Features
- Updated icons for compatibility with the refreshed Lark theme. Minor adjustments in toolbar configurations (see ckeditor/ckeditor5#645). (d1fae4b)