1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

add changesets

This commit is contained in:
Ian Storm Taylor
2021-03-31 22:07:22 -04:00
parent 00393bb185
commit d5589279e8
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Updated placeholder styles to allow for wrapping long placeholder text.

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed normalization of DOM points to be more accurate when triple-clicking.

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed a bug that prevented `isFocused` from updating on certain focus changes.