@codemirror/view 0.19.27 → 0.19.28
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 +10 -0
- package/dist/index.cjs +652 -624
- package/dist/index.js +652 -624
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.19.28 (2021-12-08)
|
|
2
|
+
|
|
3
|
+
### Bug fixes
|
|
4
|
+
|
|
5
|
+
Fix an issue where pressing Enter on Chrome Android during composition did not fire key handlers for Enter.
|
|
6
|
+
|
|
7
|
+
Avoid a Chrome bug where the virtual keyboard closes when pressing backspace after a widget.
|
|
8
|
+
|
|
9
|
+
Fix an issue where the editor could show a horizontal scroll bar even after all lines that caused it had been deleted or changed.
|
|
10
|
+
|
|
1
11
|
## 0.19.27 (2021-12-06)
|
|
2
12
|
|
|
3
13
|
### Bug fixes
|