1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 22:21:20 +02:00

Version Packages (#5860)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-02 07:44:35 -07:00
committed by GitHub
parent 293aca9c7a
commit 9cce07b23f
18 changed files with 64 additions and 66 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-history': patch
---
Fix certain undos undoing more than they should

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix IME issues in Firefox caused by placeholder

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix a crash on iOS when composing text using an IME at the start of a block, at the cost of breaking capitalization on iOS in an empty editor.

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Optimize editor#above and allow passing a location that doesnt exist as long as its parent exists

View File

@@ -1,5 +0,0 @@
---
'slate': minor
---
Allow to prevent data-loss in normalizeNode

View File

@@ -1,6 +0,0 @@
---
'slate-hyperscript': patch
'slate-history': patch
---
Increase minimum `slate` version to `0.114.3`

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Fix: Inserting a fragment containing exactly two blocks merges those blocks together.

View File

@@ -1,8 +0,0 @@
---
'slate': patch
'slate-history': patch
'slate-hyperscript': patch
'slate-react': patch
---
Optimize `isElement`, `isText`, `isNodeList` and `isEditor` by removing dependency on `is-plain-object` and by performing shallow checks by default. To perform a full check, including all descendants, pass the `{ deep: true }` option to `isElement`, `isNodeList` or `isEditor`.