@codemirror/view
Advanced tools
Comparing version 0.18.12 to 0.18.13
@@ -0,1 +1,17 @@ | ||
## 0.18.13 (2021-05-20) | ||
### Bug fixes | ||
Fix a bug that would cause the content DOM update to crash in specific circumstances. | ||
Work around an issue where, after some types of changes, Mobile Safari would ignore Enter presses. | ||
Make iOS enter and backspace handling more robust, so that platform bugs are less likely to break those keys in the editor. | ||
Fix a regression where Esc + Tab no longer allowed the user to exit the editor. | ||
### New features | ||
You can now drop text files into the editor. | ||
## 0.18.12 (2021-05-10) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "0.18.12", | ||
"version": "0.18.13", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
597691
14701