@codemirror/view
Advanced tools
Comparing version 0.18.6 to 0.18.7
@@ -0,1 +1,12 @@ | ||
## 0.18.7 (2021-04-13) | ||
### Bug fixes | ||
Fix a crash when drag-selecting out of the editor with editable turned off. | ||
Backspace and delete now largely work in an editor without a keymap. | ||
Pressing backspace on iOS should now properly update the virtual keyboard's capitalize and autocorrect state. | ||
Prevent random line-wrapping in (non-wrapping) editors on Mobile Safari. | ||
## 0.18.6 (2021-04-08) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "0.18.6", | ||
"version": "0.18.7", | ||
"description": "DOM view component for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
583412
14459
199
1
1
36