From 936070738c366d161355912d5a5ac0fc727ca64e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 10:12:29 -0700 Subject: [PATCH] Version Packages (#4368) Co-authored-by: github-actions[bot] --- .changeset/breezy-lizards-travel.md | 5 ----- .changeset/four-kangaroos-invite.md | 5 ----- .changeset/itchy-poems-lie.md | 5 ----- .changeset/khaki-readers-battle.md | 5 ----- .changeset/metal-trees-rest.md | 6 ------ .changeset/new-trainers-peel.md | 5 ----- .changeset/poor-moose-approve.md | 5 ----- .changeset/quiet-teachers-kneel.md | 5 ----- .changeset/real-jobs-bow.md | 6 ------ .changeset/rich-wasps-leave.md | 5 ----- .changeset/sixty-ties-fetch.md | 5 ----- .changeset/tricky-moles-battle.md | 5 ----- packages/slate-history/CHANGELOG.md | 6 ++++++ packages/slate-history/package.json | 4 ++-- packages/slate-hyperscript/package.json | 2 +- packages/slate-react/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/slate-react/package.json | 4 ++-- packages/slate/CHANGELOG.md | 12 ++++++++++++ packages/slate/package.json | 2 +- 19 files changed, 46 insertions(+), 68 deletions(-) delete mode 100644 .changeset/breezy-lizards-travel.md delete mode 100644 .changeset/four-kangaroos-invite.md delete mode 100644 .changeset/itchy-poems-lie.md delete mode 100644 .changeset/khaki-readers-battle.md delete mode 100644 .changeset/metal-trees-rest.md delete mode 100644 .changeset/new-trainers-peel.md delete mode 100644 .changeset/poor-moose-approve.md delete mode 100644 .changeset/quiet-teachers-kneel.md delete mode 100644 .changeset/real-jobs-bow.md delete mode 100644 .changeset/rich-wasps-leave.md delete mode 100644 .changeset/sixty-ties-fetch.md delete mode 100644 .changeset/tricky-moles-battle.md diff --git a/.changeset/breezy-lizards-travel.md b/.changeset/breezy-lizards-travel.md deleted file mode 100644 index 6f4f0b6c04..0000000000 --- a/.changeset/breezy-lizards-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed a bug in the memoization logic for the leaves of text nodes. diff --git a/.changeset/four-kangaroos-invite.md b/.changeset/four-kangaroos-invite.md deleted file mode 100644 index 49f6919261..0000000000 --- a/.changeset/four-kangaroos-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -fix bug where decorate is not called on immediate children of editor diff --git a/.changeset/itchy-poems-lie.md b/.changeset/itchy-poems-lie.md deleted file mode 100644 index 261eaf0f70..0000000000 --- a/.changeset/itchy-poems-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-history': patch ---- - -Removed unnecessary (and outdated) dependency on `immer` diff --git a/.changeset/khaki-readers-battle.md b/.changeset/khaki-readers-battle.md deleted file mode 100644 index 8e2d58acf5..0000000000 --- a/.changeset/khaki-readers-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate': patch ---- - -Fix `Transforms.wrapNodes` crashing when the `match` function matched only the editor diff --git a/.changeset/metal-trees-rest.md b/.changeset/metal-trees-rest.md deleted file mode 100644 index bd0fd49bca..0000000000 --- a/.changeset/metal-trees-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'slate-react': patch -'slate': patch ---- - -Fix ios chrome ime double input issue. diff --git a/.changeset/new-trainers-peel.md b/.changeset/new-trainers-peel.md deleted file mode 100644 index 20eec3abec..0000000000 --- a/.changeset/new-trainers-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix crash when unmounting an editor rendered within a React portal. The issue was arising at unmount time, because `getRootNode` returned the dettached portal node and it is not an instance of `Document` or `ShadowRoot`. As a fix, `getDocumentOrShadowRoot` has been refactored to return a root node instead of throwing. In sum, this patch fixes a regression bug introduced by https://github.com/ianstormtaylor/slate/pull/3749/ diff --git a/.changeset/poor-moose-approve.md b/.changeset/poor-moose-approve.md deleted file mode 100644 index 9094176499..0000000000 --- a/.changeset/poor-moose-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Scroll when inserting new text will now scroll parent scrollables diff --git a/.changeset/quiet-teachers-kneel.md b/.changeset/quiet-teachers-kneel.md deleted file mode 100644 index 52f8977f9b..0000000000 --- a/.changeset/quiet-teachers-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Allow setFragmentData to work without copy/paste or DnD data structure diff --git a/.changeset/real-jobs-bow.md b/.changeset/real-jobs-bow.md deleted file mode 100644 index b0d7b7bef1..0000000000 --- a/.changeset/real-jobs-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'slate-react': patch -'slate': patch ---- - -fix decorate bug (#4277) without adding extra layers of render tree diff --git a/.changeset/rich-wasps-leave.md b/.changeset/rich-wasps-leave.md deleted file mode 100644 index 10028cee22..0000000000 --- a/.changeset/rich-wasps-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate': patch ---- - -Add isElementType utility to Element interface diff --git a/.changeset/sixty-ties-fetch.md b/.changeset/sixty-ties-fetch.md deleted file mode 100644 index fa25a8458c..0000000000 --- a/.changeset/sixty-ties-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Re-render leaf when new properties were added to it diff --git a/.changeset/tricky-moles-battle.md b/.changeset/tricky-moles-battle.md deleted file mode 100644 index 7303a145ef..0000000000 --- a/.changeset/tricky-moles-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Do not display placeholder when composing diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index 6ea6cbcafe..f847b4066c 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-history +## 0.65.3 + +### Patch Changes + +- [#4430](https://github.com/ianstormtaylor/slate/pull/4430) [`748bf750`](https://github.com/ianstormtaylor/slate/commit/748bf7500557507a999796749cef28b0d1eb79d9) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Removed unnecessary (and outdated) dependency on `immer` + ## 0.62.0 ### Minor Changes diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 16938c38fd..36820fef1f 100644 --- a/packages/slate-history/package.json +++ b/packages/slate-history/package.json @@ -1,7 +1,7 @@ { "name": "slate-history", "description": "An operation-based history implementation for Slate editors.", - "version": "0.62.0", + "version": "0.65.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -17,7 +17,7 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.63.0", + "slate": "^0.65.3", "slate-hyperscript": "^0.62.0" }, "peerDependencies": { diff --git a/packages/slate-hyperscript/package.json b/packages/slate-hyperscript/package.json index e409a1465f..50e804acef 100644 --- a/packages/slate-hyperscript/package.json +++ b/packages/slate-hyperscript/package.json @@ -17,7 +17,7 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.63.0" + "slate": "^0.65.3" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 9b92b54444..6a2bb14f4d 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,27 @@ # slate-react +## 0.65.3 + +### Patch Changes + +- [#4175](https://github.com/ianstormtaylor/slate/pull/4175) [`bde6e804`](https://github.com/ianstormtaylor/slate/commit/bde6e80476ee0ba7a14c8c7625b51de9e58bb170) Thanks [@gyh9457](https://github.com/gyh9457)! - Fixed a bug in the memoization logic for the leaves of text nodes. + +* [#4394](https://github.com/ianstormtaylor/slate/pull/4394) [`01889807`](https://github.com/ianstormtaylor/slate/commit/0188980796b7a4b23ef2ee9e7e468532c1f5c8c4) Thanks [@jaked](https://github.com/jaked)! - fix bug where decorate is not called on immediate children of editor + +- [#4049](https://github.com/ianstormtaylor/slate/pull/4049) [`6c844227`](https://github.com/ianstormtaylor/slate/commit/6c8442272105ec78b88d38efecb7aab9bb4e41de) Thanks [@ulion](https://github.com/ulion)! - Fix ios chrome ime double input issue. + +* [#4427](https://github.com/ianstormtaylor/slate/pull/4427) [`3f69a9f3`](https://github.com/ianstormtaylor/slate/commit/3f69a9f3951b5beca77b065aaa5eba0737e68a8e) Thanks [@ben10code](https://github.com/ben10code)! - Fix crash when unmounting an editor rendered within a React portal. The issue was arising at unmount time, because `getRootNode` returned the dettached portal node and it is not an instance of `Document` or `ShadowRoot`. As a fix, `getDocumentOrShadowRoot` has been refactored to return a root node instead of throwing. In sum, this patch fixes a regression bug introduced by https://github.com/ianstormtaylor/slate/pull/3749/ + +- [#4369](https://github.com/ianstormtaylor/slate/pull/4369) [`c217dbb5`](https://github.com/ianstormtaylor/slate/commit/c217dbb5b9190753298bbc117a49af940a3a0d53) Thanks [@thesunny](https://github.com/thesunny)! - Scroll when inserting new text will now scroll parent scrollables + +* [#4333](https://github.com/ianstormtaylor/slate/pull/4333) [`e0776c5c`](https://github.com/ianstormtaylor/slate/commit/e0776c5c923f1fb33a130599e558e6dffdde40f4) Thanks [@dylans](https://github.com/dylans)! - Allow setFragmentData to work without copy/paste or DnD data structure + +- [#4421](https://github.com/ianstormtaylor/slate/pull/4421) [`237edc6e`](https://github.com/ianstormtaylor/slate/commit/237edc6ea616c9171611e632e146872a245bdb0e) Thanks [@jaked](https://github.com/jaked)! - fix decorate bug (#4277) without adding extra layers of render tree + +* [#4347](https://github.com/ianstormtaylor/slate/pull/4347) [`46c8871c`](https://github.com/ianstormtaylor/slate/commit/46c8871c9cafd3017b2c9afff9b36f0527c2205f) Thanks [@aiwenar](https://github.com/aiwenar)! - Re-render leaf when new properties were added to it + +- [#4352](https://github.com/ianstormtaylor/slate/pull/4352) [`4b373dc2`](https://github.com/ianstormtaylor/slate/commit/4b373dc29055a6fb3e2cdb26dd4cd023787603a5) Thanks [@hueyhe](https://github.com/hueyhe)! - Do not display placeholder when composing + ## 0.65.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e40df08919..6e710ea8d6 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.2", + "version": "0.65.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -26,7 +26,7 @@ "devDependencies": { "jsdom": "^16.6.0", "react-test-renderer": ">=16.8.0", - "slate": "^0.63.0", + "slate": "^0.65.3", "slate-hyperscript": "^0.62.0" }, "peerDependencies": { diff --git a/packages/slate/CHANGELOG.md b/packages/slate/CHANGELOG.md index 0670d3180a..887483525e 100644 --- a/packages/slate/CHANGELOG.md +++ b/packages/slate/CHANGELOG.md @@ -1,5 +1,17 @@ # slate +## 0.65.3 + +### Patch Changes + +- [#4253](https://github.com/ianstormtaylor/slate/pull/4253) [`0214b630`](https://github.com/ianstormtaylor/slate/commit/0214b630778e7fa3b6ebcdf6cd9a8e4cf7351bd3) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Fix `Transforms.wrapNodes` crashing when the `match` function matched only the editor + +* [#4049](https://github.com/ianstormtaylor/slate/pull/4049) [`6c844227`](https://github.com/ianstormtaylor/slate/commit/6c8442272105ec78b88d38efecb7aab9bb4e41de) Thanks [@ulion](https://github.com/ulion)! - Fix ios chrome ime double input issue. + +- [#4421](https://github.com/ianstormtaylor/slate/pull/4421) [`237edc6e`](https://github.com/ianstormtaylor/slate/commit/237edc6ea616c9171611e632e146872a245bdb0e) Thanks [@jaked](https://github.com/jaked)! - fix decorate bug (#4277) without adding extra layers of render tree + +* [#4349](https://github.com/ianstormtaylor/slate/pull/4349) [`236754c4`](https://github.com/ianstormtaylor/slate/commit/236754c4d2811d50f8e116cfd5de8d7619553cd9) Thanks [@imdbsd](https://github.com/imdbsd)! - Add isElementType utility to Element interface + ## 0.63.0 ### Minor Changes diff --git a/packages/slate/package.json b/packages/slate/package.json index 81453448a2..5b47508126 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -1,7 +1,7 @@ { "name": "slate", "description": "A completely customizable framework for building rich text editors.", - "version": "0.63.0", + "version": "0.65.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",