diff --git a/.changeset/odd-cats-tie.md b/.changeset/odd-cats-tie.md deleted file mode 100644 index c92b987b4d1..00000000000 --- a/.changeset/odd-cats-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': minor ---- - -Add `ReactEditor.isComposing(editor)` to get the current `isComposing` state diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 89374a057cf..a5402ccc198 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.79.0 + +### Minor Changes + +- [#4981](https://github.com/ianstormtaylor/slate/pull/4981) [`cb8a5515`](https://github.com/ianstormtaylor/slate/commit/cb8a551508c023346fd3aa0af1a5a80ffd6a37cd) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Add `ReactEditor.isComposing(editor)` to get the current `isComposing` state + ## 0.78.1 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 7e0312631c7..a6e945d5925 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.78.1", + "version": "0.79.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",