Skip to content

Commit 3e56af6

Browse files
Version Packages
1 parent 6c84422 commit 3e56af6

13 files changed

+29
-41
lines changed

.changeset/breezy-lizards-travel.md

-5
This file was deleted.

.changeset/four-kangaroos-invite.md

-5
This file was deleted.

.changeset/khaki-readers-battle.md

-5
This file was deleted.

.changeset/metal-trees-rest.md

-6
This file was deleted.

.changeset/poor-moose-approve.md

-5
This file was deleted.

.changeset/sixty-ties-fetch.md

-5
This file was deleted.

.changeset/tricky-moles-battle.md

-5
This file was deleted.

packages/slate-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"is-plain-object": "^3.0.0"
1919
},
2020
"devDependencies": {
21-
"slate": "^0.63.0",
21+
"slate": "^0.65.3",
2222
"slate-hyperscript": "^0.62.0"
2323
},
2424
"peerDependencies": {

packages/slate-hyperscript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"is-plain-object": "^3.0.0"
1818
},
1919
"devDependencies": {
20-
"slate": "^0.63.0"
20+
"slate": "^0.65.3"
2121
},
2222
"peerDependencies": {
2323
"slate": ">=0.55.0"

packages/slate-react/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# slate-react
22

3+
## 0.65.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
* [#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
10+
11+
- [#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.
12+
13+
* [#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
14+
15+
- [#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
16+
17+
* [#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
18+
319
## 0.65.2
420

521
### Patch Changes

packages/slate-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-react",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.65.2",
4+
"version": "0.65.3",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"jsdom": "^16.6.0",
2828
"react-test-renderer": ">=16.8.0",
29-
"slate": "^0.63.0",
29+
"slate": "^0.65.3",
3030
"slate-hyperscript": "^0.62.0"
3131
},
3232
"peerDependencies": {

packages/slate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# slate
22

3+
## 0.65.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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.
10+
311
## 0.63.0
412

513
### Minor Changes

packages/slate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate",
33
"description": "A completely customizable framework for building rich text editors.",
4-
"version": "0.63.0",
4+
"version": "0.65.3",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)