WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: ianstormtaylor/slate

[email protected]

01 Dec 21:11
eae2474

Choose a tag to compare

Patch Changes

[email protected]

01 Dec 21:11
eae2474

Choose a tag to compare

Minor Changes

  • #5968 49f28e50 Thanks @TyMick! - Scroll to focus point of expanded selections in defaultScrollSelectionIntoView

Patch Changes

  • #5976 3d38db8f Thanks @semimikoh! - Fix slate-dom peer dependency to require >=0.119.0 to resolve containsShadowAware import error

  • #5975 d0d192b8 Thanks @nabbydude! - Allow onValueChange and onSelectionChange to trigger on the same frame, fixing a few bugs where one was not being called

[email protected]

07 Nov 19:52
18f3420

Choose a tag to compare

Minor Changes

  • #5963 33e74a82 Thanks @iperzic! - Fixes an editor crash that happens when editor is placed inside Shadow DOM and the user is typing on Android

[email protected]

07 Nov 19:52
18f3420

Choose a tag to compare

Minor Changes

  • #5963 33e74a82 Thanks @iperzic! - Fixes an editor crash that happens when editor is placed inside Shadow DOM and the user is typing on Android

[email protected]

24 Oct 13:50
c6137cd

Choose a tag to compare

Patch Changes

[email protected]

25 Aug 22:53
a8fc9a4

Choose a tag to compare

Patch Changes

  • #5929 fdaa9c80 Thanks @12joan! - - Fix error when a non-selectable node has no next or previous node

    • Do not return points from Editor.positions that are inside non-selectable nodes
      • Previously, editor.isSelectable was handled incorrectly inside Editor.positions. When encountering a non-selectable node, it would immediately return the point before or after it (depending on reverse), but it would not skip returning points inside the non-selectable node if more than one point was consumed from Editor.positions.
  • #5943 aaad6717 Thanks @12joan! - Fix: The split: true option on Transforms.wrapNodes does not work correctly when one or more points is at the start or end of a text node.

  • #5926 cf10119a Thanks @12joan! - Use generics for the return type of Node.fragment

[email protected]

25 Aug 22:53
a8fc9a4

Choose a tag to compare

Patch Changes

  • #5936 05583457 Thanks @delijah! - Search backward and forward for leaf nodes in non contenteditable elements inside toSlatePoint

[email protected]

30 Jul 20:22
8eeeecc

Choose a tag to compare

Minor Changes

  • #5923 ba33735a Thanks @12joan! - - When removing a text node containing the cursor, always perfer placing the cursor in a sibling text node if one exists.
    • Previously, the selection would enter a sibling inline in some circumstances, even when a sibling text node was available.
    • The most noticeable effect of this change occurs when pressing backspace at the start of line N when the last non-empty node in line N-1 is an inline.
      • Before, the cursor would be placed inside the inline.
      • Now, the cursor is placed outside the inline.

[email protected]

12 Jul 22:32
7657838

Choose a tag to compare

Patch Changes

[email protected]

12 Jul 22:32
7657838

Choose a tag to compare

Patch Changes