We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f8c30 commit 3126d5cCopy full SHA for 3126d5c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.1.4 (2020-04-15)
2
+
3
+### Bug fixes
4
5
+`selectNodeForward` and `selectNodeBackward` will now also select nodes next to a gap cursor (or other custom empty selection type).
6
7
## 1.1.3 (2020-01-03)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "prosemirror-commands",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "Editing commands for ProseMirror",
"main": "dist/index.js",
"module": "dist/index.es.js",
0 commit comments