1
0
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:
github-actions[bot]
2023-04-03 16:51:02 -07:00
committed by GitHub
parent bab6943be9
commit 07b049f59b
13 changed files with 34 additions and 37 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix issue when tabbing into editor in Safari (https://github.com/udecode/plate/issues/2315)

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Delay rendering of placeholder to avoid IME hiding

View File

@@ -1,5 +0,0 @@
---
'slate-history': minor
---
- Extracts history push to own function

View File

@@ -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

View File

@@ -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.