Changelog
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
19.0.0 (2020-04-29)
Other changes
18.0.0 (2020-03-19)
Other changes
17.0.0 (2020-02-19)
Bug fixes
Other changes
16.0.0 (2019-12-04)
Other changes
15.0.0 (2019-10-23)
MAJOR BREAKING CHANGES
- The structure of the to–do list has changed (both in the editing and in the data). Please refer to the documentation for the information about used class names as it can impact the existing styles of your application.
Features
- Introduces content styles for to–do lists. Unified to–do list representation in the editing and data. Extracted feature styles to a todolist.css file. Closes #147. Closes ckeditor/ckeditor5#2063. (5605663)
Bug fixes
Other changes
- Added
pluginName property to editing plugin. (48be07f)
- Added
pluginName property to todo editing plugin. (3fd6758)
- Updated translations. (a6cf5dd) (4f67d34)
12.1.0 (2019-08-26)
Features
Bug fixes
Other changes
12.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
12.0.3 (2019-07-04)
Other changes
- Attach
'indentList' and 'outdentList' commands to 'indent' and 'outdent' commands. (3a67531)
The @ckeditor/ckeditor5-indent feature introduces the "indent" and "outdent" buttons which can be used to manipulate lists and other blocks.
12.0.2 (2019-06-05)
Other changes
12.0.1 (2019-04-10)
Other changes
12.0.0 (2019-02-28)
Bug fixes
- Editor was crashing if multiple, specific block elements were inside list item in loaded/pasted data. Closes ckeditor/ckeditor5#1572. (788eea3)
- Some specific content resulted in creating additional, incorrect list items when loaded. Closes #121. (50ec81d)
Other changes
BREAKING CHANGES
11.0.3 (2018-12-05)
Bug fixes
Other changes
11.0.2 (2018-10-08)
Other changes
11.0.1 (2018-07-18)
Other changes
11.0.0 (2018-06-21)
Other changes
- Rename list attributes
indent and type to listIndent and listType to avoid collisions with possible generic type attribute which could be used on other elements. Closes #103. (7a1ece6)
- Updated translations. (340ee3d)
BREAKING CHANGES
- The
indent attribute is now called listIndent. See #103 for more information.
- The
type attribute is now called listType. See #103 for more information.
10.0.0 (2018-04-25)
Other changes
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.
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Features
- Updated icons for compatibility with the refreshed Lark theme. Minor adjustments in toolbar configurations (see ckeditor/ckeditor5#645). (d1fae4b)
Other changes
- Aligned feature class naming to the new scheme. (d677fb6)
- Removed
ViewListItemElement class and introduced createViewListItemElement() utility method. Closes #89. (e4ac704)
- Updated translations. (762a9ed)
Bug fixes
- Pressing Backspace at the beginning of a first list item will turn it into a paragraph instead of merging with the previous block. Closes #68. (5160277)
Other changes
Bug fixes
- Editor will no longer crash in certain cases during pasting when pasted content could not be converted at all. Closes #80. (40d0bf5)
- Editor will no longer crash when spellchecker corrects a word inside list item in a certain scenario. Closes #70. (f0b8b44)
0.7.0 (2017-09-03)
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 using DataController#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
BREAKING CHANGES
- The command API has been changed.
0.6.1 (2017-05-07)
Bug fixes
- List's view-to-model converter now returns
model.DocumentFragment containing listItem 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
0.6.0 (2017-04-05)
Features
Other changes
0.5.1 (2017-03-06)
Other changes
- Made the list feature use the
model.Selection#getSelectedBlocks() instead of implementing the same logic itself. Closes #32. Closes #31. (d04eab5)
- Stop using
ModelConversionDispatcher#event:move for list conversion. (04e9e56)
- Updated translations. (8b92825)