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)
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)