Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-list

v1.0.0-alpha.1

03 Oct 12:29
Compare
Choose a tag to compare

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)

v0.7.0

03 Sep 18:23
Compare
Choose a tag to compare

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.

v0.6.1

07 May 21:46
Compare
Choose a tag to compare

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

v0.6.0

05 Apr 17:06
Compare
Choose a tag to compare

Features

Other changes

v0.5.1

06 Mar 16:52
Compare
Choose a tag to compare

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)