diff --git a/.changeset/android-text-mutations.md b/.changeset/android-text-mutations.md deleted file mode 100644 index 406d268c1..000000000 --- a/.changeset/android-text-mutations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -The `RestoreDOM` manager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating the `textContent` of a text node ends the current composition. diff --git a/.changeset/consumer-oninput-event.md b/.changeset/consumer-oninput-event.md deleted file mode 100644 index 8059004cd..000000000 --- a/.changeset/consumer-oninput-event.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed consumer defined `onInput` event handler not being invoked when passed to the `` component. diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index d5e47809a..997e2ae16 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,13 @@ # slate-react +## 0.91.6 + +### Patch Changes + +- [#5315](https://github.com/ianstormtaylor/slate/pull/5315) [`5784a38b`](https://github.com/ianstormtaylor/slate/commit/5784a38b6bd0f7de50efc890a4d6ceb8fafe191b) Thanks [@clauderic](https://github.com/clauderic)! - The `RestoreDOM` manager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating the `textContent` of a text node ends the current composition. + +* [#5315](https://github.com/ianstormtaylor/slate/pull/5315) [`5784a38b`](https://github.com/ianstormtaylor/slate/commit/5784a38b6bd0f7de50efc890a4d6ceb8fafe191b) Thanks [@clauderic](https://github.com/clauderic)! - Fixed consumer defined `onInput` event handler not being invoked when passed to the `` component. + ## 0.91.5 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 9fe71ad47..d555d05cc 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.91.5", + "version": "0.91.6", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",