@codemirror/view
Advanced tools
Comparing version 6.3.1 to 6.4.0
@@ -0,1 +1,19 @@ | ||
## 6.4.0 (2022-10-18) | ||
### Bug fixes | ||
Avoid an issue where `scrollPastEnd` makes a single-line editor have a vertical scrollbar. | ||
Work around a Chrome bug where it inserts a newline when you press space at the start of a wrapped line. | ||
Align `rectangularSelection`'s behavior with other popular editors by making it create cursors at the end of lines that are too short to touch the rectangle. | ||
Fix an issue where coordinates on mark decoration boundaries were sometimes taken from the wrong side of the position. | ||
Prevent scrolling artifacts caused by attempts to scroll stuff into view when the editor isn't being displayed. | ||
### New features | ||
`TooltipView` objects can now provide a `destroy` method to be called when the tooltip is removed. | ||
## 6.3.1 (2022-10-10) | ||
@@ -2,0 +20,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.3.1", | ||
"version": "6.4.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
857416
20290