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

Version Packages (#4683)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-23 03:17:06 -07:00
committed by GitHub
parent e3afda9466
commit fece5c1570
10 changed files with 32 additions and 31 deletions

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Fixed the issue where the cursor jumps more than one character unexpectedly

View File

@@ -1,12 +0,0 @@
---
'slate-react': minor
---
Support SSR for autoCorrect, spellCheck and autoCapitalize.
Fixes prop mismatch between server and client.
Removes the need to add
<Editable
spellCheck={false}
autoCorrect="false"
autoCapitalize="false"
/>

View File

@@ -1,5 +0,0 @@
---
'slate': minor
---
Fix - deep-equals was always returning true when array props were equals.