Skip to content

Commit a8fc9a4

Browse files
Version Packages (ianstormtaylor#5935)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0558345 commit a8fc9a4

File tree

10 files changed

+29
-32
lines changed

10 files changed

+29
-32
lines changed

.changeset/eleven-clocks-begin.md

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

.changeset/heavy-pants-cover.md

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

.changeset/pretty-cobras-sleep.md

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

.changeset/real-clouds-accept.md

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

packages/slate-dom/CHANGELOG.md

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

3+
## 0.118.1
4+
5+
### Patch Changes
6+
7+
- [#5936](https://github.com/ianstormtaylor/slate/pull/5936) [`05583457`](https://github.com/ianstormtaylor/slate/commit/0558345703e3451f82ffd7eeb15dee51102b1209) Thanks [@delijah](https://github.com/delijah)! - Search backward and forward for leaf nodes in non contenteditable elements inside `toSlatePoint`
8+
39
## 0.117.4
410

511
### Patch Changes

packages/slate-dom/package.json

Lines changed: 2 additions & 2 deletions
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.117.4",
4+
"version": "0.118.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -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.118.0",
32+
"slate": "^0.118.1",
3333
"slate-hyperscript": "^0.115.0",
3434
"source-map-loader": "^4.0.1"
3535
},

packages/slate-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@types/resize-observer-browser": "^0.1.8",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
37-
"slate": "^0.118.0",
38-
"slate-dom": "^0.117.4",
37+
"slate": "^0.118.1",
38+
"slate-dom": "^0.118.1",
3939
"slate-hyperscript": "^0.115.0",
4040
"source-map-loader": "^4.0.1"
4141
},

packages/slate/CHANGELOG.md

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

3+
## 0.118.1
4+
5+
### Patch Changes
6+
7+
- [#5929](https://github.com/ianstormtaylor/slate/pull/5929) [`fdaa9c80`](https://github.com/ianstormtaylor/slate/commit/fdaa9c8088e81bde2618784b42027be44598d11c) Thanks [@12joan](https://github.com/12joan)! - - Fix error when a non-selectable node has no next or previous node
8+
9+
- Do not return points from `Editor.positions` that are inside non-selectable nodes
10+
- Previously, `editor.isSelectable` was handled incorrectly inside `Editor.positions`. When encountering a non-selectable node, it would immediately return the point before or after it (depending on `reverse`), but it would not skip returning points inside the non-selectable node if more than one point was consumed from `Editor.positions`.
11+
12+
- [#5943](https://github.com/ianstormtaylor/slate/pull/5943) [`aaad6717`](https://github.com/ianstormtaylor/slate/commit/aaad6717d2f3a74c2295b59c40bcc86cbb5a9b54) Thanks [@12joan](https://github.com/12joan)! - Fix: The `split: true` option on `Transforms.wrapNodes` does not work correctly when one or more points is at the start or end of a text node.
13+
14+
- [#5926](https://github.com/ianstormtaylor/slate/pull/5926) [`cf10119a`](https://github.com/ianstormtaylor/slate/commit/cf10119ad858b79d624d1e35814f534c20a9d362) Thanks [@12joan](https://github.com/12joan)! - Use generics for the return type of `Node.fragment`
15+
316
## 0.118.0
417

518
### 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.118.0",
4+
"version": "0.118.1",
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
@@ -13527,7 +13527,7 @@ __metadata:
1352713527
languageName: node
1352813528
linkType: hard
1352913529

13530-
"slate-dom@npm:^0.117.4, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
13530+
"slate-dom@npm:^0.118.1, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
1353113531
version: 0.0.0-use.local
1353213532
resolution: "slate-dom@workspace:packages/slate-dom"
1353313533
dependencies:
@@ -13543,7 +13543,7 @@ __metadata:
1354313543
is-plain-object: "npm:^5.0.0"
1354413544
lodash: "npm:^4.17.21"
1354513545
scroll-into-view-if-needed: "npm:^3.1.0"
13546-
slate: "npm:^0.118.0"
13546+
slate: "npm:^0.118.1"
1354713547
slate-hyperscript: "npm:^0.115.0"
1354813548
source-map-loader: "npm:^4.0.1"
1354913549
tiny-invariant: "npm:1.3.1"
@@ -13685,8 +13685,8 @@ __metadata:
1368513685
react: "npm:^18.2.0"
1368613686
react-dom: "npm:^18.2.0"
1368713687
scroll-into-view-if-needed: "npm:^3.1.0"
13688-
slate: "npm:^0.118.0"
13689-
slate-dom: "npm:^0.117.4"
13688+
slate: "npm:^0.118.1"
13689+
slate-dom: "npm:^0.118.1"
1369013690
slate-hyperscript: "npm:^0.115.0"
1369113691
source-map-loader: "npm:^4.0.1"
1369213692
tiny-invariant: "npm:1.3.1"
@@ -13698,7 +13698,7 @@ __metadata:
1369813698
languageName: unknown
1369913699
linkType: soft
1370013700

13701-
"slate@npm:^0.118.0, slate@workspace:*, slate@workspace:packages/slate":
13701+
"slate@npm:^0.118.0, slate@npm:^0.118.1, slate@workspace:*, slate@workspace:packages/slate":
1370213702
version: 0.0.0-use.local
1370313703
resolution: "slate@workspace:packages/slate"
1370413704
dependencies:

0 commit comments

Comments
 (0)