@codemirror/view
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -0,1 +1,13 @@ | ||
## 6.3.1 (2022-10-10) | ||
### Bug fixes | ||
Fix a crash when trying to scroll something into view in an editor that wasn't in the visible DOM. | ||
Fix an issue where `coordsAtPos` returned the coordinates on the wrong side of a widget decoration wrapped in a mark decoration. | ||
Fix an issue where content on long wrapped lines could fail to properly scroll into view. | ||
Fix an issue where DOM change reading on Chrome Android could get confused when a transaction came in right after a beforeinput event for backspace, enter, or delete. | ||
## 6.3.0 (2022-09-28) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.3.0", | ||
"version": "6.3.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
856378
20297