@codemirror/view
Advanced tools
Comparing version 0.17.10 to 0.17.11
@@ -0,1 +1,13 @@ | ||
## 0.17.11 (2021-02-25) | ||
### Bug fixes | ||
Fix vertical cursor motion on Safari with a larger line-height. | ||
Fix incorrect selection drawing (with `drawSelection`) when the selection spans to just after a soft wrap point. | ||
Fix an issue where compositions on Safari were inappropriately aborted in some circumstances. | ||
The view will now redraw when the `EditorView.phrases` facet changes, to make sure translated text is properly updated. | ||
## 0.17.10 (2021-02-22) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "0.17.10", | ||
"version": "0.17.11", | ||
"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
Sorry, the diff of this file is not supported yet
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
1072768
12748