@codemirror/view
Advanced tools
Comparing version 6.29.0 to 6.29.1
@@ -0,1 +1,9 @@ | ||
## 6.29.1 (2024-07-29) | ||
### Bug fixes | ||
Fix a crash on old Safari browsers that don't support `MediaQueryList.addEventListener`. | ||
Fix an issue where `EditorView.viewportLineBlocks` (and thus other things like the gutter) might be out of date after some kinds of decoration changes. | ||
## 6.29.0 (2024-07-25) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.29.0", | ||
"version": "6.29.1", | ||
"description": "DOM view component for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1137074
24108