@codemirror/view 6.14.1 → 6.15.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,27 @@
1
+ ## 6.15.1 (2023-07-18)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a regression that could cause the composition content to be drawn incorrectly.
6
+
7
+ ## 6.15.0 (2023-07-17)
8
+
9
+ ### Bug fixes
10
+
11
+ Fix dragging a selection from inside the current selection on macOS.
12
+
13
+ Fix an issue that could cause the scroll position to jump wildly
14
+
15
+ Don't try to scroll fixed-positioned elements into view by scrolling their parent elements.
16
+
17
+ Fix a bug that caused the cursor to be hidden when showing a placeholder that consisted of the empty string.
18
+
19
+ Resolve some issues where composition could incorrectly affect nearby replaced content.
20
+
21
+ ### New features
22
+
23
+ Key bindings can now set a `stopPropagation` field to cause the view to stop the key event propagation when it considers the event handled.
24
+
1
25
  ## 6.14.1 (2023-07-06)
2
26
 
3
27
  ### Bug fixes