Skip to content

Commit 3dbb05b

Browse files
committed
Mark version 1.1.5
1 parent 444d0c2 commit 3dbb05b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.5 (2021-01-14)
2+
3+
### Bug fixes
4+
5+
`joinBackward` and `joinForward` will now, when the textblock after the cut can't be moved into the structure before the cut, try to just join the inline content onto the last child in the structure before the cut.
6+
7+
`toggleMark` will now skip whitespace at the start and end of the selection when adding a mark.
8+
19
## 1.1.4 (2020-04-15)
210

311
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-commands",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Editing commands for ProseMirror",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)