Skip to content

Releases: ianstormtaylor/slate

slate-react@0.98.2

26 Aug 12:07
f8d8d01
Compare
Choose a tag to compare

Patch Changes

slate-react@0.98.1

01 Aug 00:36
a25d7a4
Compare
Choose a tag to compare

Patch Changes

slate-react@0.98.0

26 Jul 14:22
c8236ee
Compare
Choose a tag to compare

Minor Changes

slate-react@0.97.2

12 Jul 12:10
dd6dbf1
Compare
Choose a tag to compare

Patch Changes

slate-react@0.97.1

21 Jun 18:35
511014a
Compare
Choose a tag to compare

Patch Changes

slate-react@0.97.0

17 Jun 03:52
4b8ba51
Compare
Choose a tag to compare

Minor Changes

Patch Changes

slate-react@0.96.0

13 Jun 02:03
bac37ca
Compare
Choose a tag to compare

Minor Changes

Patch Changes

slate-react@0.95.0

30 May 05:32
ad12670
Compare
Choose a tag to compare

Minor Changes

  • #5422 0b179909 Thanks @Chudesnov! - Prevents default focus styles from being removed in Editable

  • #5421 91e388ec Thanks @e1himself! - Rename <Slate> component prop from value to initialValue to emphasize uncontrolled nature of it

slate-react@0.94.2

14 May 06:38
b7fd322
Compare
Choose a tag to compare

Patch Changes

slate@0.94.1

09 May 17:29
9a51198
Compare
Choose a tag to compare

Patch Changes

  • #5415 01f0210b Thanks @zbeyens! - Editor.insertFragment, Editor.insertNode, Editor.insertText now accept options.
    For all insert methods, the default location is now the editor selection if at is not defined, or the end of document if editor.selection is not defined.