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

Version Packages (#5767)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-07 13:24:38 -07:00
committed by GitHub
parent 5a1c728c62
commit dbd0a3efec
12 changed files with 29 additions and 31 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Use extended `Editor` type in `useSlateWithV` return type

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Keep data in normalization when blocks are not allowed

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix ReactEditor.toDOMRange crash in setDomSelection

View File

@@ -1,5 +0,0 @@
---
'slate': minor
---
Add `merge` optional function to decorations and change related type signatures to `DecoratedRange`. Now developers can specify how two decoration object with the same key but different value are merged together if they overlap"