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 386d55d commit b2cbf25Copy full SHA for b2cbf25
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.5.3 (2025-12-22)
2
+
3
+### Bug fixes
4
5
+Fix an issue where `RangeValue.eq` could get called with a value of a different class.
6
7
+`EditorState.charCategorizer` now only uses the highest-precedence set of word characters from the language data, to allow overriding these.
8
9
## 6.5.2 (2025-02-03)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/state",
- "version": "6.5.2",
+ "version": "6.5.3",
"description": "Editor state data structures for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments