Releases: ianstormtaylor/slate
Releases · ianstormtaylor/slate
slate-react@0.101.0
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
slate-react@0.100.1
Patch Changes
- #5542
8688ed5c
Thanks @hellsan631! - Fix Memory Leak when switching between focused editables
slate@0.100.0
slate-react@0.100.0
slate-hyperscript@0.100.0
slate-history@0.100.0
slate-react@0.99.0
slate-react@0.98.4
Patch Changes
- #5510
13c7d271
Thanks @e1himself! - Remove an unused React ref
slate-react@0.98.3
Patch Changes
- #5503
e308cd66
Thanks @janpaepke! - bugfix: slate breaks on load on safari < 16.4
slate-react@0.98.2
Patch Changes
- #5497
76ba3759
Thanks @Dimitri-WEI-Lingfeng! - fix the bug that user cannot input chinese on mac wechat browser.