Skip to content

Commit 3d0a523

Browse files
Version Packages
1 parent 7fdf77a commit 3d0a523

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

.changeset/eleven-clocks-begin.md

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

.changeset/pretty-cobras-sleep.md

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

packages/slate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
- [#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`
13+
314
## 0.118.0
415

516
### 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",

0 commit comments

Comments
 (0)