@codemirror/view
Advanced tools
Comparing version 6.9.6 to 6.10.0
@@ -0,1 +1,17 @@ | ||
## 6.10.0 (2023-04-25) | ||
### Bug fixes | ||
Fix a crash in `drawSelection` when a measured position falls on a position that doesn't have corresponding screen coordinates. | ||
Work around unhelpful interaction observer behavior that could cause the editor to not notice it was visible. | ||
Give the cursor next to a line-wrapped placeholder a single-line height. | ||
Make sure drop events below the editable element in a fixed-height editor get handled properly. | ||
### New features | ||
Widget decorations can now define custom `coordsAtPos` methods to control the way the editor computes screen positions at or in the widget. | ||
## 6.9.6 (2023-04-21) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.9.6", | ||
"version": "6.10.0", | ||
"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 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
909544
21348