prosemirror-schema-list
Advanced tools
Changelog
1.4.0 (2024-06-10)
The new splitListItemKeepMarks
command can be used like splitListItem
but will keep the active marks from the original item.
Changelog
1.3.0 (2023-06-01)
splitListItem
now takes an optional second argument to set the attributes of the new list item node. Rename parameter
Changelog
1.2.3 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.2.2 (2022-09-09)
Fix an issue where liftListItem
could create adjacent sublists when lifting an item with sub-items.
Changelog
1.2.1 (2022-07-20)
Fix a regression where lifting a nested list could crash.
Changelog
1.1.6 (2021-09-21)
Fix a crash in liftListItem
that happens when list items that can't be merged are lifted together.