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 35f5dcc commit 58a5c3dCopy full SHA for 58a5c3d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.6.1 (2024-08-31)
2
+
3
+### Bug fixes
4
5
+Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.
6
7
## 6.6.0 (2024-06-04)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.6.0",
+ "version": "6.6.1",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments