Sourced from @​codemirror/state's
changelog.
6.5.3 (2025-12-22)
Bug fixes
Fix an issue where
RangeValue.eqcould get called with a value of a different class.
EditorState.charCategorizernow only uses the highest-precedence set of word characters from the language data, to allow overriding these.
b2cbf25
Mark version 6.5.3386d55d
Make charCategorizer only use the highest-precedence set of word
charsaa4ca3c
Document RangeCursor.goto32c46fa
Don't call RangeValue.eq on values of different class127f07c
Fix superfluous calls to boundChangec24cde9
Remove some trailing whitespacefc068ed
Fix mapPos documentation83ce34d
Switch from exclamation point to declare syntax for type-only
properties