1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

Version Packages ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-01-13 10:14:25 -07:00 committed by GitHub
parent a8c08a4e01
commit 11253c5c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 30 deletions

@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix "editor.insertText never gets called inside plugins on android"

@ -1,8 +0,0 @@
---
'slate-react': patch
---
Android editable updates
- Remove logic to delay handling of text insertion
- Call Transforms.setSelection before Editor.insertText to adjust position

@ -1,6 +0,0 @@
---
'slate-react': patch
---
- Restore logic to delay text insertion on android
- Always call Trasform.setSelection before calling Editor.insertText

@ -1,5 +0,0 @@
---
'slate-react': patch
---
fix useFocused hook

@ -1,5 +0,0 @@
---
'slate-react': patch
---
Android merge `Editor.insertText` logic.

@ -1,5 +1,23 @@
# slate-react
## 0.72.4
### Patch Changes
- [#4753](https://github.com/ianstormtaylor/slate/pull/4753) [`e9a46ad2`](https://github.com/ianstormtaylor/slate/commit/e9a46ad29e0376a45051c4a8100c5678784b785c) Thanks [@alessiogaldy](https://github.com/alessiogaldy)! - Fix "editor.insertText never gets called inside plugins on android"
* [#4779](https://github.com/ianstormtaylor/slate/pull/4779) [`345b8fc9`](https://github.com/ianstormtaylor/slate/commit/345b8fc9e8f073674c006098bd843823309db2e2) Thanks [@alessiogaldy](https://github.com/alessiogaldy)! - Android editable updates
- Remove logic to delay handling of text insertion
- Call Transforms.setSelection before Editor.insertText to adjust position
- [#4786](https://github.com/ianstormtaylor/slate/pull/4786) [`67aa1f10`](https://github.com/ianstormtaylor/slate/commit/67aa1f10106e15486031b4103285c7fae4373056) Thanks [@alessiogaldy](https://github.com/alessiogaldy)! - - Restore logic to delay text insertion on android
- Always call Trasform.setSelection before calling Editor.insertText
* [#4755](https://github.com/ianstormtaylor/slate/pull/4755) [`8daa77e9`](https://github.com/ianstormtaylor/slate/commit/8daa77e9fab6b222ad796b420b86f3ec88999a39) Thanks [@jhurwitz](https://github.com/jhurwitz)! - fix useFocused hook
- [#4788](https://github.com/ianstormtaylor/slate/pull/4788) [`a8c08a4e`](https://github.com/ianstormtaylor/slate/commit/a8c08a4e0107bccfe972149a512643fbbfcfb9bf) Thanks [@YasinChan](https://github.com/YasinChan)! - Android merge `Editor.insertText` logic.
## 0.72.2
### Patch Changes

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