@codemirror/view 6.2.2 → 6.2.3

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.2.3 (2022-09-08)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a bug where cursor motion, when starting from a non-empty selection range, could get stuck on atomic ranges in some circumstances.
6
+
7
+ Avoid triggering Chrome Android's text-duplication issue when a period is typed in the middle of a word.
8
+
1
9
  ## 6.2.2 (2022-08-31)
2
10
 
3
11
  ### Bug fixes