@codemirror/view 6.2.2 → 6.2.4

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,21 @@
1
+ ## 6.2.4 (2022-09-16)
2
+
3
+ ### Bug fixes
4
+
5
+ Highlight the active line even when there is a selection. Prevent the active line background from obscuring the selection backdrop.
6
+
7
+ Fix an issue where elements with negative margins would confuse the editor's scrolling-into-view logic.
8
+
9
+ Fix scrolling to a specific position in an editor that has not been in view yet.
10
+
11
+ ## 6.2.3 (2022-09-08)
12
+
13
+ ### Bug fixes
14
+
15
+ Fix a bug where cursor motion, when starting from a non-empty selection range, could get stuck on atomic ranges in some circumstances.
16
+
17
+ Avoid triggering Chrome Android's text-duplication issue when a period is typed in the middle of a word.
18
+
1
19
  ## 6.2.2 (2022-08-31)
2
20
 
3
21
  ### Bug fixes