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

Version Packages (#5474)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-12 05:04:35 -07:00
committed by GitHub
parent a6b606d804
commit dd6dbf1b99
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Update hotkeys util to use isHotkey for better support for non-latin keyboards

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix Android caret placement regression when inputting into empty editor

View File

@@ -1,5 +1,13 @@
# slate-react
## 0.97.2
### Patch Changes
- [#5462](https://github.com/ianstormtaylor/slate/pull/5462) [`a6b606d8`](https://github.com/ianstormtaylor/slate/commit/a6b606d804795d9b134784a35e3b00ac77f3ebbc) Thanks [@Ben-Wormald](https://github.com/Ben-Wormald)! - Update hotkeys util to use isHotkey for better support for non-latin keyboards
* [#5470](https://github.com/ianstormtaylor/slate/pull/5470) [`4bd15ed3`](https://github.com/ianstormtaylor/slate/commit/4bd15ed3950e3a0871f5d0ecb391bb637c05e59d) Thanks [@josephmr](https://github.com/josephmr)! - Fix Android caret placement regression when inputting into empty editor
## 0.97.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.97.1",
"version": "0.97.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",