@codemirror/view 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 6.3.1 (2022-10-10)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a crash when trying to scroll something into view in an editor that wasn't in the visible DOM.
6
+
7
+ Fix an issue where `coordsAtPos` returned the coordinates on the wrong side of a widget decoration wrapped in a mark decoration.
8
+
9
+ Fix an issue where content on long wrapped lines could fail to properly scroll into view.
10
+
11
+ 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.
12
+
1
13
  ## 6.3.0 (2022-09-28)
2
14
 
3
15
  ### Bug fixes