Skip to content

Commit fef37c8

Browse files
Version Packages
1 parent e029a87 commit fef37c8

File tree

8 files changed

+19
-20
lines changed

8 files changed

+19
-20
lines changed

.changeset/cool-rocks-sell.md

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

.changeset/fifty-shirts-tap.md

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

.changeset/strong-humans-taste.md

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

packages/slate-dom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# slate-dom
22

3+
## 0.117.4
4+
5+
### Patch Changes
6+
7+
- [#5919](https://github.com/ianstormtaylor/slate/pull/5919) [`e029a87a`](https://github.com/ianstormtaylor/slate/commit/e029a87aba0d124af39c519813448201da32193d) Thanks [@12joan](https://github.com/12joan)! - Do not apply WeChat-related workarounds on recent versions of Chrome
8+
9+
- [#5916](https://github.com/ianstormtaylor/slate/pull/5916) [`f2ea1e1e`](https://github.com/ianstormtaylor/slate/commit/f2ea1e1e3ae281cfef145b92a9cb61c7a749363d) Thanks [@delijah](https://github.com/delijah)! - Do not retry focusing editor after it has been unmounted
10+
311
## 0.116.0
412

513
### Minor Changes

packages/slate-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-dom",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.116.0",
4+
"version": "0.117.4",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

packages/slate-react/CHANGELOG.md

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

3+
## 0.117.4
4+
5+
### Patch Changes
6+
7+
- [#5914](https://github.com/ianstormtaylor/slate/pull/5914) [`ef76eb46`](https://github.com/ianstormtaylor/slate/commit/ef76eb46e054a47a8b01da73b9e2d9852626b72c) Thanks [@12joan](https://github.com/12joan)! - Export `defaultScrollSelectionIntoView`
8+
39
## 0.117.3
410

511
### Patch Changes

packages/slate-react/package.json

Lines changed: 2 additions & 2 deletions
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.3",
4+
"version": "0.117.4",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -35,7 +35,7 @@
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"slate": "^0.117.2",
38-
"slate-dom": "^0.116.0",
38+
"slate-dom": "^0.117.4",
3939
"slate-hyperscript": "^0.115.0",
4040
"source-map-loader": "^4.0.1"
4141
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13325,7 +13325,7 @@ __metadata:
1332513325
languageName: node
1332613326
linkType: hard
1332713327

13328-
"slate-dom@npm:^0.116.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
13328+
"slate-dom@npm:^0.117.4, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
1332913329
version: 0.0.0-use.local
1333013330
resolution: "slate-dom@workspace:packages/slate-dom"
1333113331
dependencies:
@@ -13484,7 +13484,7 @@ __metadata:
1348413484
react-dom: "npm:^18.2.0"
1348513485
scroll-into-view-if-needed: "npm:^3.1.0"
1348613486
slate: "npm:^0.117.2"
13487-
slate-dom: "npm:^0.116.0"
13487+
slate-dom: "npm:^0.117.4"
1348813488
slate-hyperscript: "npm:^0.115.0"
1348913489
source-map-loader: "npm:^4.0.1"
1349013490
tiny-invariant: "npm:1.3.1"

0 commit comments

Comments
 (0)