Skip to content

Releases: ianstormtaylor/slate

[email protected]

25 Oct 16:48
02e9245
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Oct 05:22
381f91b
Compare
Choose a tag to compare

Minor Changes

[email protected]

18 Oct 21:09
3678590
Compare
Choose a tag to compare

Minor Changes

  • #4540 11ef83b4 Thanks @bryanph! - The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.

Patch Changes

[email protected]

18 Oct 21:09
3678590
Compare
Choose a tag to compare

Patch Changes

  • #4555 c29eea02 Thanks @bryanph! - createEditor is now exported from slate-hyperscript, making it easier to set up custom editor tests

    For example:

    const jsx = createHyperscript({
      creators: {
        editor: createEditor(aFunctionThatReturnsAnEditorObject)
      },
      elements: {
        block: { type: 'block' },
        inline: { type: 'inline' }
      }
    })
    

[email protected]

12 Oct 00:32
b18dd40
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Oct 20:30
1ce3f4c
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Sep 17:02
f04cc58
Compare
Choose a tag to compare

Patch Changes

  • #4552 37d60c58 Thanks @clauderic! - Only apply Firefox toSlatePoint() offset fix when the cloned contents end in \n\n instead of just \n.

[email protected]

27 Sep 16:23
ffac781
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Sep 13:58
997fee8
Compare
Choose a tag to compare

Patch Changes

[email protected]

23 Sep 19:33
38717ad
Compare
Choose a tag to compare

Patch Changes