1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 05:01:17 +02:00

Version Packages (#5058)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-29 04:08:20 -07:00
committed by GitHub
parent fbab6331a5
commit 1d5984cccd
9 changed files with 25 additions and 22 deletions

View File

@@ -1,7 +0,0 @@
---
'slate-react': minor
---
- Introduces a `useSlateSelection` hook that triggers whenever the selection changes.
- This also changes the implementation of SlateContext to use an incrementing value instead of an array replace to trigger updates
- Introduces a `useSlateWithV` hook that includes the version counter which can be used to prevent re-renders

View File

@@ -1,6 +0,0 @@
---
'slate-react': minor
'slate': patch
---
Android input handling rewrite, replace composition insert prefixes with decoration based mark placeholders