Skip to content

slate-react@0.101.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 16:57
· 34 commits to main since this release
6be95f8

Minor Changes

  • #5527 fc081816 Thanks @skogsmaskin! - Fixes a bug with ReactEditor.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.
    Calling ReactEditor.focus on a editor without a current selection, will now make a selection in the top of the document.

Patch Changes