slate-react@0.91.6
github-actions
released this
27 Feb 06:17
·
213 commits
to main
since this release
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.