Releases: ianstormtaylor/slate
slate-react@0.94.0
slate@0.93.0
Minor Changes
-
#5374
b52e08b0
Thanks @12joan! - - AddisSelectable
toeditor
(default true). A non-selectable element is skipped over when navigating using arrow keys.- Add
ignoreNonSelectable
toEditor.nodes
,Editor.positions
,Editor.after
andEditor.before
(default false) Transforms.move
ignores non-selectable elements
- Add
-
#5374
b52e08b0
Thanks @12joan! - - AddisElementReadOnly
toeditor
. A read-only element behaves much like a void with regard to selection and deletion, but renders itschildren
the same as any other non-void node.
slate-react@0.93.0
slate-history@0.93.0
Minor Changes
- #5382 Thanks @reinvanimschoot! - Extracts history push to own function
slate-react@0.92.0
Minor Changes
-
#5363
d42cd005
Thanks @aciccarello! - update dependencies on react hooks to be more senstive to changesThe code should now meet eslint react hook standards
This could result in more renders
closes #3886
Patch Changes
- #5369
556a4565
Thanks @alex-vladut! - Allow copying from editable void input
slate-react@0.91.11
Patch Changes
-
#5362
43999356
Thanks @jason0x43! - Fix an issue where pastes in Safari wouldn't include application/x-slate-fragment data -
#5359
9825d29b
Thanks @jason0x43! - Fix an issue on Android where content containing a newline wouldn't be pasted properly
slate-react@0.91.10
slate-react@0.91.9
slate-react@0.91.8
Patch Changes
-
#5325
af3f828b
Thanks @clauderic! - Fix edge-cases in the Android input manager when text leaf nodes are deleted, such as when deleting text leaf nodes adjacent to inline void nodes. -
#5327
4205e0f0
Thanks @YasinChan! - Fix the issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform.