diff --git a/.changeset/kind-olives-add.md b/.changeset/kind-olives-add.md deleted file mode 100644 index c2c17b0da..000000000 --- a/.changeset/kind-olives-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Don't throw in toSlatePoint while using supressThrow if leaf has no text node diff --git a/.changeset/rude-humans-marry.md b/.changeset/rude-humans-marry.md deleted file mode 100644 index f36db03bf..000000000 --- a/.changeset/rude-humans-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix text not rendered on ssr diff --git a/.changeset/wise-kings-serve.md b/.changeset/wise-kings-serve.md deleted file mode 100644 index 8df303df1..000000000 --- a/.changeset/wise-kings-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Flush onDOMSelectionChange on onDOMBeforeInput diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 91679344e..2356a5572 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,15 @@ # slate-react +## 0.72.7 + +### Patch Changes + +- [#4813](https://github.com/ianstormtaylor/slate/pull/4813) [`a5fd62dd`](https://github.com/ianstormtaylor/slate/commit/a5fd62ddd646553841a54616f7a5528e310bfd22) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Don't throw in toSlatePoint while using supressThrow if leaf has no text node + +* [#4798](https://github.com/ianstormtaylor/slate/pull/4798) [`3796c514`](https://github.com/ianstormtaylor/slate/commit/3796c514d6da0db8656486151147d92e73a2350a) Thanks [@hueyhe](https://github.com/hueyhe)! - Fix text not rendered on ssr + +- [#4809](https://github.com/ianstormtaylor/slate/pull/4809) [`e9987529`](https://github.com/ianstormtaylor/slate/commit/e9987529895d3ef2740f8f466a9ef9ce4c3e37c2) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Flush onDOMSelectionChange on onDOMBeforeInput + ## 0.72.6 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 71ddf9de3..0e63d4900 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.72.6", + "version": "0.72.7", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",