1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 10:44:02 +02:00

Version Packages (#5626)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-21 13:19:27 -07:00
committed by GitHub
parent eb76a3d463
commit b48f1d64d6
8 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
---
'slate': minor
---
Add a `shouldMergeNodesRemovePrevNode` editor method to control when `Transforms.mergeNodes` should remove the previous node rather than carrying out a merge operation.

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Making `normalizeNode` capable of normalizing erronous nodes, making slate more resilient.