Skip to content

Commit 1cbb990

Browse files
authored
Merge branch 'ianstormtaylor:main' into browserslist-db-update
2 parents 2ad0237 + a25fbc3 commit 1cbb990

9 files changed

Lines changed: 27 additions & 16 deletions

File tree

.changeset/fifty-walls-search.md

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

packages/slate-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jsdom": "^21.1.4",
3030
"@types/lodash": "^4.14.200",
3131
"@types/resize-observer-browser": "^0.1.8",
32-
"slate": "^0.112.0",
32+
"slate": "^0.113.0",
3333
"slate-hyperscript": "^0.100.0",
3434
"source-map-loader": "^4.0.1"
3535
},

packages/slate-history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
2121
"lodash": "^4.17.21",
22-
"slate": "^0.112.0",
22+
"slate": "^0.113.0",
2323
"slate-hyperscript": "^0.100.0",
2424
"source-map-loader": "^4.0.1"
2525
},

packages/slate-hyperscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
21-
"slate": "^0.112.0",
21+
"slate": "^0.113.0",
2222
"source-map-loader": "^4.0.1"
2323
},
2424
"peerDependencies": {

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.113.0
4+
5+
### Patch Changes
6+
7+
- [#5822](https://github.com/ianstormtaylor/slate/pull/5822) [`68915e8c`](https://github.com/ianstormtaylor/slate/commit/68915e8cfadd9d8dd545dbcd8c33b6b69827a287) Thanks [@RavenColEvol](https://github.com/RavenColEvol)! - add context menu undo support
8+
39
## 0.112.1
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.112.1",
4+
"version": "0.113.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"@types/resize-observer-browser": "^0.1.8",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
37-
"slate": "^0.112.0",
37+
"slate": "^0.113.0",
3838
"slate-dom": "^0.112.2",
3939
"slate-hyperscript": "^0.100.0",
4040
"source-map-loader": "^4.0.1"

packages/slate/CHANGELOG.md

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

3+
## 0.113.0
4+
5+
### Minor Changes
6+
7+
- [#5843](https://github.com/ianstormtaylor/slate/pull/5843) [`63c0db5b`](https://github.com/ianstormtaylor/slate/commit/63c0db5b862137490baf2883d4378efd0b6311de) Thanks [@12joan](https://github.com/12joan)! - Add `pass` option to `Editor.nodes`, which is passed through to `Node.nodes`.
8+
9+
### Patch Changes
10+
11+
- [#5842](https://github.com/ianstormtaylor/slate/pull/5842) [`463ef3a6`](https://github.com/ianstormtaylor/slate/commit/463ef3a6504020a869fa06e4dd722f72de32677a) Thanks [@wkq](https://github.com/wkq)! - fix: correct dirty path update for Text nodes
12+
313
## 0.112.0
414

515
### Minor Changes

packages/slate/package.json

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13115,7 +13115,7 @@ __metadata:
1311513115
is-plain-object: "npm:^5.0.0"
1311613116
lodash: "npm:^4.17.21"
1311713117
scroll-into-view-if-needed: "npm:^3.1.0"
13118-
slate: "npm:^0.112.0"
13118+
slate: "npm:^0.113.0"
1311913119
slate-hyperscript: "npm:^0.100.0"
1312013120
source-map-loader: "npm:^4.0.1"
1312113121
tiny-invariant: "npm:1.3.1"
@@ -13131,7 +13131,7 @@ __metadata:
1313113131
"@babel/runtime": "npm:^7.23.2"
1313213132
is-plain-object: "npm:^5.0.0"
1313313133
lodash: "npm:^4.17.21"
13134-
slate: "npm:^0.112.0"
13134+
slate: "npm:^0.113.0"
1313513135
slate-hyperscript: "npm:^0.100.0"
1313613136
source-map-loader: "npm:^4.0.1"
1313713137
peerDependencies:
@@ -13145,7 +13145,7 @@ __metadata:
1314513145
dependencies:
1314613146
"@babel/runtime": "npm:^7.23.2"
1314713147
is-plain-object: "npm:^5.0.0"
13148-
slate: "npm:^0.112.0"
13148+
slate: "npm:^0.113.0"
1314913149
source-map-loader: "npm:^4.0.1"
1315013150
peerDependencies:
1315113151
slate: ">=0.65.3"
@@ -13260,7 +13260,7 @@ __metadata:
1326013260
react: "npm:^18.2.0"
1326113261
react-dom: "npm:^18.2.0"
1326213262
scroll-into-view-if-needed: "npm:^3.1.0"
13263-
slate: "npm:^0.112.0"
13263+
slate: "npm:^0.113.0"
1326413264
slate-dom: "npm:^0.112.2"
1326513265
slate-hyperscript: "npm:^0.100.0"
1326613266
source-map-loader: "npm:^4.0.1"
@@ -13273,7 +13273,7 @@ __metadata:
1327313273
languageName: unknown
1327413274
linkType: soft
1327513275

13276-
"slate@npm:^0.112.0, slate@workspace:*, slate@workspace:packages/slate":
13276+
"slate@npm:^0.113.0, slate@workspace:*, slate@workspace:packages/slate":
1327713277
version: 0.0.0-use.local
1327813278
resolution: "slate@workspace:packages/slate"
1327913279
dependencies:

0 commit comments

Comments
 (0)