Releases: ianstormtaylor/slate
[email protected]
Minor Changes
- #5382 Thanks @reinvanimschoot! - Extracts history push to own function
[email protected]
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
[email protected]
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
[email protected]
[email protected]
[email protected]
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.
[email protected]
[email protected]
Patch Changes
-
#5315
5784a38b
Thanks @clauderic! - TheRestoreDOM
manager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating thetextContent
of a text node ends the current composition. -
#5315
5784a38b
Thanks @clauderic! - Fixed consumer definedonInput
event handler not being invoked when passed to the<Editable>
component.