WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dbd0a3e

Browse files
Version Packages (#5767)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a1c728 commit dbd0a3e

File tree

12 files changed

+29
-31
lines changed

12 files changed

+29
-31
lines changed

.changeset/eleven-cycles-kneel.md

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

.changeset/large-cars-itch.md

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

.changeset/serious-eels-pay.md

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

.changeset/tiny-cheetahs-ring.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.110.2",
32+
"slate": "^0.112.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.110.2",
22+
"slate": "^0.112.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.110.2",
21+
"slate": "^0.112.0",
2222
"source-map-loader": "^4.0.1"
2323
},
2424
"peerDependencies": {

packages/slate-react/CHANGELOG.md

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

3+
## 0.112.0
4+
5+
### Patch Changes
6+
7+
- [#5763](https://github.com/ianstormtaylor/slate/pull/5763) [`644ebdc8`](https://github.com/ianstormtaylor/slate/commit/644ebdc8f5f30878fb87dc8685f62e0636c23491) Thanks [@TyMick](https://github.com/TyMick)! - Use extended `Editor` type in `useSlateWithV` return type
8+
9+
- [#5741](https://github.com/ianstormtaylor/slate/pull/5741) [`90fbcdef`](https://github.com/ianstormtaylor/slate/commit/90fbcdeff58d9b1f5de13102a1198f1c7244ae0c) Thanks [@AdrienPoupa](https://github.com/AdrienPoupa)! - Fix ReactEditor.toDOMRange crash in setDomSelection
10+
311
## 0.111.0
412

513
### Minor 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.111.0",
4+
"version": "0.112.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.110.2",
37+
"slate": "^0.112.0",
3838
"slate-dom": "^0.111.0",
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.112.0
4+
5+
### Minor Changes
6+
7+
- [#5776](https://github.com/ianstormtaylor/slate/pull/5776) [`5a1c728c`](https://github.com/ianstormtaylor/slate/commit/5a1c728c62bcc6bafe60b9598946bb3adde21cdf) Thanks [@yf-yang](https://github.com/yf-yang)! - Add `merge` optional function to decorations and change related type signatures to `DecoratedRange`. Now developers can specify how two decoration object with the same key but different value are merged together if they overlap"
8+
9+
### Patch Changes
10+
11+
- [#5768](https://github.com/ianstormtaylor/slate/pull/5768) [`4bc552f7`](https://github.com/ianstormtaylor/slate/commit/4bc552f71ff75c4b7ad18386a65dabdd8b4e1bba) Thanks [@ahoisl](https://github.com/ahoisl)! - Keep data in normalization when blocks are not allowed
12+
313
## 0.110.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)