Skip to content

Releases: ianstormtaylor/slate

[email protected]

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

Minor Changes

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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.

[email protected]

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.

[email protected]

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

Patch Changes

[email protected]

27 Feb 06:17
680fa9c
Compare
Choose a tag to compare

Patch Changes

  • #5315 5784a38b Thanks @clauderic! - The RestoreDOM manager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating the textContent of a text node ends the current composition.

  • #5315 5784a38b Thanks @clauderic! - Fixed consumer defined onInput event handler not being invoked when passed to the <Editable> component.

[email protected]

24 Feb 23:17
c753e68
Compare
Choose a tag to compare

Patch Changes

[email protected]

23 Feb 23:23
b32428e
Compare
Choose a tag to compare

Patch Changes