@codemirror/view
Advanced tools
Comparing version 0.17.7 to 0.17.8
@@ -0,1 +1,11 @@ | ||
## 0.17.8 (2021-02-16) | ||
### Bug fixes | ||
Fix a problem where the DOM selection and the editor state could get out of sync in non-editable mode. | ||
Fix a crash when the editor was hidden on Safari, due to `getClientRects` returning an empty list. | ||
Prevent Firefox from making the scrollable element keyboard-focusable. | ||
## 0.17.7 (2021-01-25) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "0.17.7", | ||
"version": "0.17.8", | ||
"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
Sorry, the diff of this file is not supported yet
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
1069362
12724