github udecode/plate @udecode/plate-list-classic@49.0.0

latest releases: @platejs/dnd@49.2.22, @platejs/core@49.2.21, @platejs/slate@49.2.21...
2 months ago

Major Changes

  • #4327 by @zbeyens
    • Removed Default Shortcuts for BulletedListPlugin and NumberedListPlugin.
      • 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' } },
        });
    • 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.
    • For changelogs of @udecode/plate-list version <=48, refer to its archived changelog.

Don't miss a new plate release

NewReleases is sending notifications on new releases.