diff --git a/.changeset/grumpy-icons-refuse.md b/.changeset/grumpy-icons-refuse.md deleted file mode 100644 index c23438bd5..000000000 --- a/.changeset/grumpy-icons-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix: `state.isDraggingInternally` is stale if a drop handler outside the editor causes the dragged DOM element to unmount diff --git a/.changeset/weak-files-jam.md b/.changeset/weak-files-jam.md deleted file mode 100644 index 3fd01bf94..000000000 --- a/.changeset/weak-files-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': minor ---- - -Enable Shadow DOM fix for all Safari versions. diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index f2e84f2ad..478fce8ec 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,15 @@ # slate-react +## 0.106.0 + +### Minor Changes + +- [#5659](https://github.com/ianstormtaylor/slate/pull/5659) [`e6254f70`](https://github.com/ianstormtaylor/slate/commit/e6254f706a47d0e451d3d40485bf96f819eaa9ab) Thanks [@MahmoudElsayad](https://github.com/MahmoudElsayad)! - Enable Shadow DOM fix for all Safari versions. + +### Patch Changes + +- [#5664](https://github.com/ianstormtaylor/slate/pull/5664) [`0016f984`](https://github.com/ianstormtaylor/slate/commit/0016f9843f76fee1fe7d26330dd00cd1307915ec) Thanks [@12joan](https://github.com/12joan)! - Fix: `state.isDraggingInternally` is stale if a drop handler outside the editor causes the dragged DOM element to unmount + ## 0.105.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e169bec1c..595624c6b 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.105.0", + "version": "0.106.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",