@codemirror/view
Advanced tools
Comparing version 6.28.1 to 6.28.2
@@ -0,1 +1,11 @@ | ||
## 6.28.2 (2024-06-21) | ||
### Bug fixes | ||
Only use `EditContext` on Chrome versions that support passing it an inverted selection range. | ||
Fix an issue that prevented non-inclusive block widgets from having their `updateDOM` method called when changed. | ||
Re-enable `EditContext` use on Chrome 126 and up. | ||
## 6.28.1 (2024-06-12) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.28.1", | ||
"version": "6.28.2", | ||
"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
1132598
24022