Releases: ianstormtaylor/slate
Releases · ianstormtaylor/slate
[email protected]
[email protected]
Minor Changes
- #5527
fc081816
Thanks @skogsmaskin! - Fixes a bug withReactEditor.focus
where it would throw an error if the editor was in the middle of applying pending operations.
With this change, setting focus will be retried until the editor no longer has any pending operations.
CallingReactEditor.focus
on a editor without a current selection, will now make a selection in the top of the document.
Patch Changes
[email protected]
Patch Changes
- #5542
8688ed5c
Thanks @hellsan631! - Fix Memory Leak when switching between focused editables
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- #5510
13c7d271
Thanks @e1himself! - Remove an unused React ref
[email protected]
Patch Changes
- #5503
e308cd66
Thanks @janpaepke! - bugfix: slate breaks on load on safari < 16.4