Skip to content

Commit c6137cd

Browse files
Version Packages (#5960)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd66bfa commit c6137cd

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/mean-pots-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-lizards-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-dolphins-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/slate-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# slate-react
22

3+
## 0.118.2
4+
5+
### Patch Changes
6+
7+
- [#5957](https://github.com/ianstormtaylor/slate/pull/5957) [`bd66bfa2`](https://github.com/ianstormtaylor/slate/commit/bd66bfa2f17e8fab6eb95823fd719fddcb6e0122) Thanks [@scrapooo](https://github.com/scrapooo)! - Fix: `onValueChange` was not triggered when replacing text after selecting it from right to left.
8+
9+
- [#5965](https://github.com/ianstormtaylor/slate/pull/5965) [`cc5a9d8c`](https://github.com/ianstormtaylor/slate/commit/cc5a9d8c10ec4a923d9e56ec1a322b91408faabd) Thanks [@hiteshshetty-dev](https://github.com/hiteshshetty-dev)! - Ignores composition events when fired from nested input or textarea
10+
11+
- [#5959](https://github.com/ianstormtaylor/slate/pull/5959) [`622fb115`](https://github.com/ianstormtaylor/slate/commit/622fb11530811fffae284d463de1f49a1ef217a1) Thanks [@hiteshshetty-dev](https://github.com/hiteshshetty-dev)! - Adds translate='no' to Editable component to skip DOM from translation
12+
313
## 0.117.4
414

515
### Patch Changes

packages/slate-react/package.json

Lines changed: 1 addition & 1 deletion
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.117.4",
4+
"version": "0.118.2",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)