You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/slate/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# slate
2
2
3
+
## 0.118.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#5923](https://github.com/ianstormtaylor/slate/pull/5923)[`ba33735a`](https://github.com/ianstormtaylor/slate/commit/ba33735a8ca7ca7437e891365451d25a6646a4c7) Thanks [@12joan](https://github.com/12joan)! - - When removing a text node containing the cursor, always perfer placing the cursor in a sibling text node if one exists.
8
+
- Previously, the selection would enter a sibling inline in some circumstances, even when a sibling text node was available.
9
+
- The most noticeable effect of this change occurs when pressing backspace at the start of line N when the last non-empty node in line N-1 is an inline.
10
+
- Before, the cursor would be placed inside the inline.
0 commit comments