@codemirror/state
Advanced tools
Comparing version 6.4.1 to 6.5.0
@@ -0,1 +1,7 @@ | ||
## 6.5.0 (2024-12-09) | ||
### New features | ||
`RangeSet.compare` now supports a `boundChange` callback that is called when there's a change in the way ranges are split. | ||
## 6.4.1 (2024-02-19) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/state", | ||
"version": "6.4.1", | ||
"version": "6.5.0", | ||
"description": "Editor state data structures for the CodeMirror code editor", | ||
@@ -28,2 +28,5 @@ "scripts": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"@marijn/find-cluster-break": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -30,0 +33,0 @@ "@codemirror/buildhelper": "^1.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2
430769
1
9378
+ Added@marijn/find-cluster-break@1.0.2(transitive)