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 9cce07b

Browse files
Version Packages (#5860)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 293aca9 commit 9cce07b

File tree

18 files changed

+64
-66
lines changed

18 files changed

+64
-66
lines changed

.changeset/friendly-socks-divide.md

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

.changeset/mean-carpets-tap.md

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

.changeset/orange-ears-help.md

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

.changeset/popular-bags-relax.md

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

.changeset/red-mice-mate.md

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

.changeset/silly-lamps-sing.md

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

.changeset/slow-steaks-play.md

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

.changeset/tough-pianos-train.md

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

packages/slate-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@types/jsdom": "^21.1.4",
3030
"@types/lodash": "^4.14.200",
3131
"@types/resize-observer-browser": "^0.1.8",
32-
"slate": "^0.114.0",
33-
"slate-hyperscript": "^0.100.0",
32+
"slate": "^0.115.0",
33+
"slate-hyperscript": "^0.115.0",
3434
"source-map-loader": "^4.0.1"
3535
},
3636
"peerDependencies": {

packages/slate-history/CHANGELOG.md

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

3+
## 0.115.0
4+
5+
### Patch Changes
6+
7+
- [#5866](https://github.com/ianstormtaylor/slate/pull/5866) [`7f5f9e1c`](https://github.com/ianstormtaylor/slate/commit/7f5f9e1c626e61ec476087212b22ee9ff86538e4) Thanks [@nabbydude](https://github.com/nabbydude)! - Fix certain undos undoing more than they should
8+
9+
- [#5862](https://github.com/ianstormtaylor/slate/pull/5862) [`98b115b7`](https://github.com/ianstormtaylor/slate/commit/98b115b7e1ce8a9bfec57f80bcb9a4e11152eca5) Thanks [@12joan](https://github.com/12joan)! - Increase minimum `slate` version to `0.114.3`
10+
11+
- [#5859](https://github.com/ianstormtaylor/slate/pull/5859) [`72532fd2`](https://github.com/ianstormtaylor/slate/commit/72532fd2d7be594251ea26fefb5c1ce8337b76ed) Thanks [@12joan](https://github.com/12joan)! - Optimize `isElement`, `isText`, `isNodeList` and `isEditor` by removing dependency on `is-plain-object` and by performing shallow checks by default. To perform a full check, including all descendants, pass the `{ deep: true }` option to `isElement`, `isNodeList` or `isEditor`.
12+
313
## 0.113.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)