Skip to content

Commit 9f90728

Browse files
Version Packages
1 parent 41af058 commit 9f90728

12 files changed

+27
-35
lines changed

.changeset/bright-pants-grin.md

-5
This file was deleted.

.changeset/drag-and-drop.md

-5
This file was deleted.

.changeset/forty-mails-roll.md

-5
This file was deleted.

.changeset/silver-snakes-perform.md

-5
This file was deleted.

.changeset/sixty-glasses-beg.md

-5
This file was deleted.

.changeset/three-parrots-remember.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.62.0",
21+
"slate": "^0.63.0",
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.62.0"
20+
"slate": "^0.63.0"
2121
},
2222
"peerDependencies": {
2323
"slate": ">=0.55.0"

packages/slate-react/CHANGELOG.md

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

3+
## 0.63.0
4+
5+
### Patch Changes
6+
7+
- [#4238](https://github.com/ianstormtaylor/slate/pull/4238) [`c14e1fbc`](https://github.com/ianstormtaylor/slate/commit/c14e1fbc77c51f7928ba8ab089c76f3e3438fb97) Thanks [@clauderic](https://github.com/clauderic)! - Fix duplicated content and other bugs related to drag and drop handling
8+
9+
* [#4237](https://github.com/ianstormtaylor/slate/pull/4237) [`623960a7`](https://github.com/ianstormtaylor/slate/commit/623960a7d14103b8cebe667019b4de5f8ad1fd61) Thanks [@dylans](https://github.com/dylans)! - Fixed text insertion logic to prevent crashing in newer Firefox versions.
10+
311
## 0.62.1
412

513
### 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.62.1",
4+
"version": "0.63.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
"tiny-invariant": "1.0.6"
2525
},
2626
"devDependencies": {
27-
"slate": "^0.62.1",
27+
"slate": "^0.63.0",
2828
"slate-history": "^0.62.0",
2929
"slate-hyperscript": "^0.62.0"
3030
},

packages/slate/CHANGELOG.md

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

3+
## 0.63.0
4+
5+
### Minor Changes
6+
7+
- [#4230](https://github.com/ianstormtaylor/slate/pull/4230) [`796389c7`](https://github.com/ianstormtaylor/slate/commit/796389c7d3d9cead1493abcba6c678cb9dfa979f) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Applying invalid `insert_node` operations will now throw an exception for all invalid paths, not just invalid parent paths.
8+
9+
### Patch Changes
10+
11+
- [#4208](https://github.com/ianstormtaylor/slate/pull/4208) [`feb293aa`](https://github.com/ianstormtaylor/slate/commit/feb293aaa2c02fe3ad319bd021e66908ee770a6e) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Fix `Error: Cannot get the start point in the node at path [...] because it has no start text node` caused by normalizing a document where some elements have no children
12+
13+
* [#4230](https://github.com/ianstormtaylor/slate/pull/4230) [`796389c7`](https://github.com/ianstormtaylor/slate/commit/796389c7d3d9cead1493abcba6c678cb9dfa979f) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Exceptions in `editor.apply()` and `Editor.withoutNormalizing()` will no longer leave the editor in an invalid state
14+
15+
- [#4227](https://github.com/ianstormtaylor/slate/pull/4227) [`e6413d46`](https://github.com/ianstormtaylor/slate/commit/e6413d46256f6fc60549974242d3ff6ba61e2968) Thanks [@ulion](https://github.com/ulion)! - Fixed a bug that would allow multiple changes to be scheduled at the same time.
16+
317
## 0.62.1
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.62.1",
4+
"version": "0.63.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)