diff --git a/.changeset/dirty-rabbits-speak.md b/.changeset/dirty-rabbits-speak.md deleted file mode 100644 index 764554cd0..000000000 --- a/.changeset/dirty-rabbits-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Improved detection of legacy browsers that don't have proper `beforeinput` support. diff --git a/.changeset/few-planets-brush.md b/.changeset/few-planets-brush.md deleted file mode 100644 index 2c32827ad..000000000 --- a/.changeset/few-planets-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Added a `renderPlaceholder` prop to the `` component for customizing how placeholders are rendered. diff --git a/.changeset/four-poets-move.md b/.changeset/four-poets-move.md deleted file mode 100644 index 8e4c09fc4..000000000 --- a/.changeset/four-poets-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed a bug when syncing the selection for IME-based editing. diff --git a/.changeset/giant-adults-matter.md b/.changeset/giant-adults-matter.md deleted file mode 100644 index 4d31449ef..000000000 --- a/.changeset/giant-adults-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -slate: patch ---- - -Fixed insert and remove text operations to no-op without any text. diff --git a/.changeset/lovely-walls-knock.md b/.changeset/lovely-walls-knock.md deleted file mode 100644 index b94910385..000000000 --- a/.changeset/lovely-walls-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed a bug that resulted in doubly-input characters when using an IME. diff --git a/.changeset/move-word-collapse.md b/.changeset/move-word-collapse.md deleted file mode 100644 index 02fa14ce2..000000000 --- a/.changeset/move-word-collapse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Collapse expanded selection before handling `moveWordBackward` (`alt + left`) and `moveWordForward` (`alt + right`) hotkeys. diff --git a/.changeset/silent-bees-sing.md b/.changeset/silent-bees-sing.md deleted file mode 100644 index 857ef5314..000000000 --- a/.changeset/silent-bees-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate': patch ---- - -Fixed inversion of `set_node` operations that delete properties on nodes. diff --git a/.changeset/thick-apricots-fly.md b/.changeset/thick-apricots-fly.md deleted file mode 100644 index b13ab1a7b..000000000 --- a/.changeset/thick-apricots-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixes error that occurs when Editor is rendered inside iframe diff --git a/.changeset/two-lies-appear.md b/.changeset/two-lies-appear.md deleted file mode 100644 index f5ebe105a..000000000 --- a/.changeset/two-lies-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -slate: patch ---- - -Fixed a bug in splitting and applying overlapping marks to text nodes. diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index a469971fd..97dd7ce0f 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,21 @@ # slate-react +## 0.62.1 + +### Patch Changes + +- [#4118](https://github.com/ianstormtaylor/slate/pull/4118) [`6a137633`](https://github.com/ianstormtaylor/slate/commit/6a1376332bbd2567336c444c57c1e64fdf706feb) Thanks [@kamilkazmierczak](https://github.com/kamilkazmierczak)! - Improved detection of legacy browsers that don't have proper `beforeinput` support. + +* [#4190](https://github.com/ianstormtaylor/slate/pull/4190) [`ea2eefef`](https://github.com/ianstormtaylor/slate/commit/ea2eefefb84365eb969e91151afc861e0dbefefd) Thanks [@juliankrispel](https://github.com/juliankrispel)! - Added a `renderPlaceholder` prop to the `` component for customizing how placeholders are rendered. + +- [#4157](https://github.com/ianstormtaylor/slate/pull/4157) [`de5cc7e5`](https://github.com/ianstormtaylor/slate/commit/de5cc7e5ed97fdca9e3766a8d947ab6391e6ccb2) Thanks [@githoniel](https://github.com/githoniel)! - Fixed a bug when syncing the selection for IME-based editing. + +* [#4158](https://github.com/ianstormtaylor/slate/pull/4158) [`ea6dc089`](https://github.com/ianstormtaylor/slate/commit/ea6dc08913d9dd671eeb05796dca522a4a35904e) Thanks [@githoniel](https://github.com/githoniel)! - Fixed a bug that resulted in doubly-input characters when using an IME. + +- [#4211](https://github.com/ianstormtaylor/slate/pull/4211) [`1c32b97d`](https://github.com/ianstormtaylor/slate/commit/1c32b97d23138d301e9ecb567263e3001cc4dbfa) Thanks [@clauderic](https://github.com/clauderic)! - Collapse expanded selection before handling `moveWordBackward` (`alt + left`) and `moveWordForward` (`alt + right`) hotkeys. + +* [#4219](https://github.com/ianstormtaylor/slate/pull/4219) [`737aaa9c`](https://github.com/ianstormtaylor/slate/commit/737aaa9cde2d4a2d6d64b83256aa5d9d1b5ce720) Thanks [@juliankrispel](https://github.com/juliankrispel)! - Fixes error that occurs when Editor is rendered inside iframe + ## 0.62.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 1289383ff..cecf20f2d 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.62.0", + "version": "0.62.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -24,7 +24,7 @@ "tiny-invariant": "1.0.6" }, "devDependencies": { - "slate": "^0.62.0", + "slate": "^0.62.1", "slate-history": "^0.62.0", "slate-hyperscript": "^0.62.0" }, diff --git a/packages/slate/CHANGELOG.md b/packages/slate/CHANGELOG.md index 6f4bae4af..9e9b29d60 100644 --- a/packages/slate/CHANGELOG.md +++ b/packages/slate/CHANGELOG.md @@ -1,5 +1,15 @@ # slate +## 0.62.1 + +### Patch Changes + +- [#4193](https://github.com/ianstormtaylor/slate/pull/4193) [`fd70dc0b`](https://github.com/ianstormtaylor/slate/commit/fd70dc0b2c0d06edb9490874fb831161b9759cba) Thanks [@beorn](https://github.com/beorn)! - Fixed insert and remove text operations to no-op without any text. + +* [#4078](https://github.com/ianstormtaylor/slate/pull/4078) [`2dad21d1`](https://github.com/ianstormtaylor/slate/commit/2dad21d1d75750e7148b10bdea3ce921a79cbf33) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Fixed inversion of `set_node` operations that delete properties on nodes. + +- [#4168](https://github.com/ianstormtaylor/slate/pull/4168) [`95f402c5`](https://github.com/ianstormtaylor/slate/commit/95f402c59414331b2eeca9a19bd2c73c0ab6cd6c) Thanks [@ridhambhat](https://github.com/ridhambhat)! - Fixed a bug in splitting and applying overlapping marks to text nodes. + ## 0.62.0 ### Minor Changes diff --git a/packages/slate/package.json b/packages/slate/package.json index a40c89a7a..8c013023f 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.62.0", + "version": "0.62.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",