diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f267da..2b87320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.22.2 (2023-12-08) + +### Bug fixes + +Fix an issue in the bidirectional motion that could cause the cursor to get stuck in a loop when a zero-width non-joiner char was placed on a direction boundary. + +Fix a bug that corrupts the editor's internal view tree data structure on some types of edits, putting the editor in a broken state. + ## 6.22.1 (2023-11-27) ### Bug fixes diff --git a/package.json b/package.json index ef596d6..d9f5610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.22.1", + "version": "6.22.2", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",