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:
committed by
GitHub
parent
293aca9c7a
commit
9cce07b23f
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-history': patch
|
||||
---
|
||||
|
||||
Fix certain undos undoing more than they should
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Fix IME issues in Firefox caused by placeholder
|
@@ -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.
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': patch
|
||||
---
|
||||
|
||||
Optimize editor#above and allow passing a location that doesnt exist as long as its parent exists
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
Allow to prevent data-loss in normalizeNode
|
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'slate-hyperscript': patch
|
||||
'slate-history': patch
|
||||
---
|
||||
|
||||
Increase minimum `slate` version to `0.114.3`
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': patch
|
||||
---
|
||||
|
||||
Fix: Inserting a fragment containing exactly two blocks merges those blocks together.
|
@@ -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`.
|
Reference in New Issue
Block a user