Skip to content

Commit da574d2

Browse files
Version Packages
1 parent 3c5cb19 commit da574d2

10 files changed

+23
-33
lines changed

.changeset/dirty-rabbits-speak.md

-5
This file was deleted.

.changeset/four-poets-move.md

-5
This file was deleted.

.changeset/giant-adults-matter.md

-5
This file was deleted.

.changeset/lovely-walls-knock.md

-5
This file was deleted.

.changeset/silent-bees-sing.md

-5
This file was deleted.

.changeset/two-lies-appear.md

-5
This file was deleted.

packages/slate-react/CHANGELOG.md

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

3+
## 0.62.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
* [#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.
10+
11+
- [#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.
12+
313
## 0.62.0
414

515
### Minor 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.0",
4+
"version": "0.62.1",
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.0",
27+
"slate": "^0.62.1",
2828
"slate-history": "^0.62.0",
2929
"slate-hyperscript": "^0.62.0"
3030
},

packages/slate/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# slate
22

3+
## 0.62.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
* [#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.
10+
11+
- [#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.
12+
313
## 0.62.0
414

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

0 commit comments

Comments
 (0)