@codemirror/view
Advanced tools
Comparing version 6.22.0 to 6.22.1
@@ -0,1 +1,15 @@ | ||
## 6.22.1 (2023-11-27) | ||
### Bug fixes | ||
Call widget `destroy` methods when the entire editor is destroyed or reset. | ||
Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when `drawSelection` is enabled. | ||
Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document. | ||
Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip. | ||
Fix an issue where hover tooltips could close when moving the mouse onto them due to mouse position rounding issues. | ||
## 6.22.0 (2023-11-03) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.22.0", | ||
"version": "6.22.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
1072403
22974