Skip to content

Commit f76e580

Browse files
Version Packages
1 parent 25afbd4 commit f76e580

11 files changed

+25
-30
lines changed

.changeset/mighty-zebras-relax.md

-5
This file was deleted.

.changeset/orange-jeans-sing.md

-5
This file was deleted.

.changeset/polite-readers-talk.md

-5
This file was deleted.

.changeset/popular-ways-fail.md

-5
This file was deleted.

.changeset/spotty-squids-walk.md

-5
This file was deleted.

packages/slate-history/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.65.3",
20+
"slate": "^0.66.0",
2121
"slate-hyperscript": "^0.62.0"
2222
},
2323
"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.65.3"
20+
"slate": "^0.66.0"
2121
},
2222
"peerDependencies": {
2323
"slate": ">=0.55.0"

packages/slate-react/CHANGELOG.md

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

3+
## 0.66.0
4+
5+
### Minor Changes
6+
7+
- [#3888](https://github.com/ianstormtaylor/slate/pull/3888) [`25afbd43`](https://github.com/ianstormtaylor/slate/commit/25afbd43001cdee852af6386d2b701d943b788da) Thanks [@bkrausz](https://github.com/bkrausz)! - Use native character insertion to fix browser/OS text features
8+
39
## 0.65.3
410

511
### 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.3",
4+
"version": "0.66.0",
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.65.3",
29+
"slate": "^0.66.0",
3030
"slate-hyperscript": "^0.62.0"
3131
},
3232
"peerDependencies": {

packages/slate/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# slate
22

3+
## 0.66.0
4+
5+
### Minor Changes
6+
7+
- [#4276](https://github.com/ianstormtaylor/slate/pull/4276) [`6f47cbbe`](https://github.com/ianstormtaylor/slate/commit/6f47cbbe0d8f320be8baf02a6e26d756d226cfca) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Switched from `fast-deep-equal` to a custom deep equality check. This restores the ability for text nodes with mark values set to `undefined` to merge with text nodes missing those keys.
8+
9+
* [#4431](https://github.com/ianstormtaylor/slate/pull/4431) [`55ff8f00`](https://github.com/ianstormtaylor/slate/commit/55ff8f00e46e5fd0f2aef41da321c02b6d3a0f70) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Fixed regression in #4208 where normalization on empty block nodes could not be overridden
10+
11+
- [#4428](https://github.com/ianstormtaylor/slate/pull/4428) [`b47d3fd1`](https://github.com/ianstormtaylor/slate/commit/b47d3fd191c6b76585898ec9b8c490f15dcff2da) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Don't set `null` in `set_node`'s `newProperties` object when using `Transforms.unsetNodes()`
12+
13+
### Patch Changes
14+
15+
- [#4296](https://github.com/ianstormtaylor/slate/pull/4296) [`479a7591`](https://github.com/ianstormtaylor/slate/commit/479a759108bc0f903715e08d542307566b077227) Thanks [@kellyjosephprice](https://github.com/kellyjosephprice)! - Fix mergeNodes moving node into parent sibling
16+
317
## 0.65.3
418

519
### Patch 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.65.3",
4+
"version": "0.66.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)