@codemirror/view 6.38.7 → 6.39.0-beta.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,11 @@
1
+ ## 6.38.8 (2025-11-17)
2
+
3
+ ### Bug fixes
4
+
5
+ Improve handling of composition with multiple cursors on MacOS.
6
+
7
+ Fix an issue where computing a document position from screen coordinates would sometimes go wrong in right-to-left text.
8
+
1
9
  ## 6.38.7 (2025-11-14)
2
10
 
3
11
  ### Bug fixes