Minor Changes
- #4540
11ef83b4
Thanks @bryanph! - The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.
Patch Changes
-
#4577
4b2e4000
Thanks @jameshfisher! - Fixed a bug that removed the selection when hovering over a non-selectable DOM element -
#4605
87ab2efa
Thanks @jaked! - defer native events within Editable to avoid bugs with Editor -
#4584
f40e515d
Thanks @jameshfisher! - Fixed bug: setting selection fromcontentEditable:false
element causes crash