Releases: ianstormtaylor/slate
Releases · ianstormtaylor/slate
slate@0.101.5
Patch Changes
- #5316
8ba3a9c0
Thanks @GeneralChauhan! - Punctuation Mark "+" Support Added
slate-react@0.101.5
slate@0.101.4
slate-react@0.101.3
slate-react@0.101.2
slate@0.101.1
Patch Changes
- #5562
91400a8e
Thanks @YaoKaiLun! - Fix the 'select' parameter of the insertNodes function has been overridden
slate-react@0.101.1
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