github udecode/plate @udecode/plate-trailing-block@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

    • The following plugins now default to editOnly: true. This means their core functionalities (handlers, rendering injections, etc.) will be disabled when the editor is in read-only mode. To override this behavior for a specific plugin, configure its editOnly field. For example, SomePlugin.configure({ editOnly: false }).
  • #4327 by @zbeyens

    • Package @udecode/plate-trailing-block has been deprecated.
    • Its functionality (e.g., TrailingBlockPlugin) has been moved to @platejs/utils (which is re-exported via platejs).
    • Migration:
      • Remove @udecode/plate-trailing-block from your dependencies.
      • Update import paths to use platejs (e.g., import { TrailingBlockPlugin } from 'platejs';).

Don't miss a new plate release

NewReleases is sending notifications on new releases.