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