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 27e1977 commit aba3881Copy full SHA for aba3881
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.1 (2025-01-10)
2
+
3
+### Bug fixes
4
5
+`countColumn` no longer loops infinitely when given a `to` that's higher than the input string's length.
6
7
## 6.5.0 (2024-12-09)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/state",
- "version": "6.5.0",
+ "version": "6.5.1",
"description": "Editor state data structures for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments