prosemirror-schema-list
Advanced tools
Changelog
1.1.4 (2020-08-11)
Fix a regression where liftListItem
couldn't lift a paragraph from the end of a composite list item.
Changelog
1.1.3 (2020-08-04)
Fix an issue where splitListItem
could delete other content in the item when pressing enter in an empty paragraph that had other content below it in a list item.
Changelog
1.1.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.1.1 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.
Changelog
1.0.4 (2019-10-08)
Fix regression where splitListItem
doesn't work at the end of an item when the content for list items has different first and non-first allowed nodes.
Changelog
1.0.3 (2019-04-19)
sinkListItem
will no longer copy the attributes of the parent list when creating an inner list.
Changelog
1.0.2 (2019-01-31)
sinkListItem
no longer preserves marks from the outer list when creating an inner list.
Changelog
1.0.1 (2018-03-16)
Fixes a bug that caused wrapInList
to split list items in the wrong place.