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 0be308b commit 98044bfCopy full SHA for 98044bf
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.1.11 (2021-10-06)
2
+
3
+### Bug fixes
4
5
+Add a binding for Shift-Backspace to the base keymap, so that shift or caps-lock won't interfere with backspace behavior.
6
7
+Fix an issue in `autoJoin` that made it ignore a third argument if it was passed one.
8
9
## 1.1.10 (2021-07-05)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "prosemirror-commands",
- "version": "1.1.10",
+ "version": "1.1.11",
"description": "Editing commands for ProseMirror",
"main": "dist/index.js",
"module": "dist/index.es.js",
0 commit comments