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