1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 01:19:52 +02:00

Version Packages (#5935)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-25 15:50:53 -07:00
committed by GitHub
parent 0558345703
commit a8fc9a4158
10 changed files with 29 additions and 32 deletions

View File

@@ -1,7 +0,0 @@
---
'slate': patch
---
- 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`.

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
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.

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Use generics for the return type of `Node.fragment`

View File

@@ -1,5 +0,0 @@
---
'slate-dom': patch
---
Search backward and forward for leaf nodes in non contenteditable elements inside `toSlatePoint`