mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-22 15:02:51 +02:00
Version Packages (#5373)
* Version Packages * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
committed by
GitHub
parent
bab6943be9
commit
07b049f59b
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Fix issue when tabbing into editor in Safari (https://github.com/udecode/plate/issues/2315)
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Delay rendering of placeholder to avoid IME hiding
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-history': minor
|
||||
---
|
||||
|
||||
- Extracts history push to own function
|
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
- Add `isSelectable` to `editor` (default true). A non-selectable element is skipped over when navigating using arrow keys.
|
||||
- Add `ignoreNonSelectable` to `Editor.nodes`, `Editor.positions`, `Editor.after` and `Editor.before` (default false)
|
||||
- `Transforms.move` ignores non-selectable elements
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
- Add `isElementReadOnly` to `editor`. A read-only element behaves much like a void with regard to selection and deletion, but renders its `children` the same as any other non-void node.
|
Reference in New Issue
Block a user