Major Changes
- #4327 by @zbeyens –
- Removed Default Shortcuts for
BulletedListPlugin
andNumberedListPlugin
.- These shortcuts must now be configured manually using the
shortcuts
field. - Example:
BulletedListPlugin.configure({ shortcuts: { toggle: { keys: 'mod+alt+5' } }, }); NumberedListPlugin.configure({ shortcuts: { toggle: { keys: 'mod+alt+6' } }, });
- These shortcuts must now be configured manually using the
- Package
@udecode/plate-list
has been moved to@platejs/list-classic
.- Migration:
- Rename all import paths from
@udecode/plate-list
to@platejs/list-classic
. - Update your
package.json
: remove@udecode/plate-list
and add@platejs/list-classic
.
- Rename all import paths from
- Migration:
- For changelogs of
@udecode/plate-list
version<=48
, refer to its archived changelog.
- Removed Default Shortcuts for