Skip to content

Releases: ianstormtaylor/slate

slate-react@0.94.0

20 Apr 12:35
33a1e9b
Compare
Choose a tag to compare

Patch Changes

slate@0.93.0

03 Apr 23:55
07b049f
Compare
Choose a tag to compare

Minor Changes

  • #5374 b52e08b0 Thanks @12joan! - - Add isSelectable to editor (default true). A non-selectable element is skipped over when navigating using arrow keys.

    • Add ignoreNonSelectable to Editor.nodes, Editor.positions, Editor.after and Editor.before (default false)
    • Transforms.move ignores non-selectable elements
  • #5374 b52e08b0 Thanks @12joan! - - Add isElementReadOnly to editor. A read-only element behaves much like a void with regard to selection and deletion, but renders its children the same as any other non-void node.

slate-react@0.93.0

03 Apr 23:55
07b049f
Compare
Choose a tag to compare

Patch Changes

slate-history@0.93.0

03 Apr 23:55
07b049f
Compare
Choose a tag to compare

Minor Changes

slate-react@0.92.0

17 Mar 20:10
3c0abeb
Compare
Choose a tag to compare

Minor Changes

  • #5363 d42cd005 Thanks @aciccarello! - update dependencies on react hooks to be more senstive to changes

    The code should now meet eslint react hook standards

    This could result in more renders

    closes #3886

Patch Changes

slate-react@0.91.11

16 Mar 13:28
4244a8d
Compare
Choose a tag to compare

Patch Changes

  • #5362 43999356 Thanks @jason0x43! - Fix an issue where pastes in Safari wouldn't include application/x-slate-fragment data

  • #5359 9825d29b Thanks @jason0x43! - Fix an issue on Android where content containing a newline wouldn't be pasted properly

slate-react@0.91.10

08 Mar 05:31
2a0a530
Compare
Choose a tag to compare

Patch Changes

  • #5346 a5e833f6 Thanks @edhager! - Fix a problem with Editable not calling the decorate function passed as a prop when it should.

  • #5343 f7f02a8b Thanks @12joan! - Fix error when triple-clicking a word preceding a contenteditable="false" DOM node in Chrome

slate-react@0.91.9

06 Mar 16:48
bc07cf8
Compare
Choose a tag to compare

Patch Changes

  • #5339 62f8ddd9 Thanks @12joan! - Fixes #5335. To prevent performance issues, make sure to wrap custom renderPlaceholder values in useCallback.

slate-react@0.91.8

02 Mar 19:10
429f5fe
Compare
Choose a tag to compare

Patch Changes

  • #5325 af3f828b Thanks @clauderic! - Fix edge-cases in the Android input manager when text leaf nodes are deleted, such as when deleting text leaf nodes adjacent to inline void nodes.

  • #5327 4205e0f0 Thanks @YasinChan! - Fix the issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform.

slate-react@0.91.7

28 Feb 00:39
3c4ca6b
Compare
Choose a tag to compare

Patch Changes