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 98879fe

Browse files
Version Packages
1 parent 97ffee4 commit 98879fe

File tree

11 files changed

+25
-29
lines changed

11 files changed

+25
-29
lines changed

.changeset/clean-icons-bow.md

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

.changeset/odd-falcons-hang.md

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

.changeset/old-frogs-run.md

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

.changeset/small-carrots-jam.md

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

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.103.0",
22+
"slate": "^0.110.2",
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.103.0",
21+
"slate": "^0.110.2",
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.110.2
4+
5+
### Patch Changes
6+
7+
- [#5727](https://github.com/ianstormtaylor/slate/pull/5727) [`335c5418`](https://github.com/ianstormtaylor/slate/commit/335c54188ff1e2985cc584dd9fa3117508208dd3) Thanks [@hernansartorio](https://github.com/hernansartorio)! - Call unref on pathRefs created for move_node to remove memory leak
8+
39
## 0.110.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.110.1",
4+
"version": "0.110.2",
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.103.0",
37+
"slate": "^0.110.2",
3838
"slate-hyperscript": "^0.100.0",
3939
"source-map-loader": "^4.0.1"
4040
},

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.110.2
4+
5+
### Patch Changes
6+
7+
- [#5723](https://github.com/ianstormtaylor/slate/pull/5723) [`ee2c4540`](https://github.com/ianstormtaylor/slate/commit/ee2c45408cba9ca827df3bab0696ba5cb5ace886) Thanks [@RavenColEvol](https://github.com/RavenColEvol)! - feat: add Node.getIf method
8+
9+
- [#5725](https://github.com/ianstormtaylor/slate/pull/5725) [`f31167cf`](https://github.com/ianstormtaylor/slate/commit/f31167cf5fa0b4f0385cd4db9123ebe403141e11) Thanks [@WindRunnerMax](https://github.com/WindRunnerMax)! - fix marks at the start of the selection
10+
11+
- [#5729](https://github.com/ianstormtaylor/slate/pull/5729) [`b1a10216`](https://github.com/ianstormtaylor/slate/commit/b1a1021612b504bbc75488d650dc4d3eb926f20c) Thanks [@electroluxcode](https://github.com/electroluxcode)! - feat: add prop surrounds with range
12+
313
## 0.103.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.103.0",
4+
"version": "0.110.2",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)