Major Changes
-
- 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 itseditOnly
field. For example,SomePlugin.configure({ editOnly: false })
.
- The following plugins now default to
-
- Renamed all
@udecode/plate-*
packages to@platejs/*
. Replace@udecode/plate-
with@platejs/
in your code.
- Renamed all
-
- The type
TSlashInputElement
has been removed. - Use
TComboboxInputElement
fromplatejs
instead for Slash Command input elements, as slash command functionality is built upon the combobox.
- The type