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 9a419c9 commit 28870f9Copy full SHA for 28870f9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.0 (2024-12-09)
2
+
3
+### New features
4
5
+`RangeSet.compare` now supports a `boundChange` callback that is called when there's a change in the way ranges are split.
6
7
## 6.4.1 (2024-02-19)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/state",
- "version": "6.4.1",
+ "version": "6.5.0",
"description": "Editor state data structures for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments