diff --git a/.changeset/safari-delete-inlinevoid.md b/.changeset/safari-delete-inlinevoid.md deleted file mode 100644 index dafc453cc..000000000 --- a/.changeset/safari-delete-inlinevoid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix deletion of selected inline void nodes in Safari when presssing `backspace` or `delete`. This is a bug that [was originally fixed only for Google Chrome](https://github.com/ianstormtaylor/slate/issues/3456), but the fix also needs to be applied in Safari. diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index bf752d2ef..9b92b5444 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.65.2 + +### Patch Changes + +- [#4331](https://github.com/ianstormtaylor/slate/pull/4331) [`a3bc97af`](https://github.com/ianstormtaylor/slate/commit/a3bc97af3e3bc88ccf9ab7eadb1a56c0bc92f436) Thanks [@golota60](https://github.com/golota60)! - Fix deletion of selected inline void nodes in Safari when presssing `backspace` or `delete`. This is a bug that [was originally fixed only for Google Chrome](https://github.com/ianstormtaylor/slate/issues/3456), but the fix also needs to be applied in Safari. + ## 0.65.1 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 0eec0ef7e..8b7b6484e 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.65.1", + "version": "0.65.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",