8
0

CHANGELOG.md 2.5 KB

Changelog

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)