diff --git a/.changeset/firefox-newline-bug.md b/.changeset/firefox-newline-bug.md deleted file mode 100644 index 9f1457436..000000000 --- a/.changeset/firefox-newline-bug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed a bug that caused the editor to be unable to resolve a Slate point from a DOM point when selecting an entire document that ended in a new line in Firefox. diff --git a/.changeset/loud-planets-count.md b/.changeset/loud-planets-count.md deleted file mode 100644 index 277a9c86f..000000000 --- a/.changeset/loud-planets-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix - delete selected inline void in chrome diff --git a/.changeset/modern-toes-invent.md b/.changeset/modern-toes-invent.md deleted file mode 100644 index ad939eeec..000000000 --- a/.changeset/modern-toes-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix deletion of expanded range (#4546) diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index c9b8d5b6d..5e25224cb 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,15 @@ # slate-react +## 0.66.3 + +### Patch Changes + +- [#4547](https://github.com/ianstormtaylor/slate/pull/4547) [`677da0ca`](https://github.com/ianstormtaylor/slate/commit/677da0ca87ffefb36676200fee5cf5cf0136b22e) Thanks [@clauderic](https://github.com/clauderic)! - Fixed a bug that caused the editor to be unable to resolve a Slate point from a DOM point when selecting an entire document that ended in a new line in Firefox. + +* [#4526](https://github.com/ianstormtaylor/slate/pull/4526) [`bc85497d`](https://github.com/ianstormtaylor/slate/commit/bc85497d58dc2eddb0918eed4c7d25d040fa653f) Thanks [@VictorBaron](https://github.com/VictorBaron)! - Fix - delete selected inline void in chrome + +- [#4549](https://github.com/ianstormtaylor/slate/pull/4549) [`f9c41a56`](https://github.com/ianstormtaylor/slate/commit/f9c41a569cab2000bd14df5f516c80089b3bf0ac) Thanks [@nemanja-tosic](https://github.com/nemanja-tosic)! - Fix deletion of expanded range (#4546) + ## 0.66.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 925ceac46..225699e0d 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.66.2", + "version": "0.66.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",