@codemirror/view
Advanced tools
Comparing version 0.19.15 to 0.19.16
@@ -0,1 +1,13 @@ | ||
## 0.19.16 (2021-11-11) | ||
### Breaking changes | ||
Block replacement decorations now default to inclusive, because non-inclusive block decorations are rarely what you need. | ||
### Bug fixes | ||
Fix an issue that caused block widgets to always have a large side value, making it impossible to show them between to replacement decorations. | ||
Fix a crash that could happen after some types of viewport changes, due to a bug in the block widget view data structure. | ||
## 0.19.15 (2021-11-09) | ||
@@ -2,0 +14,0 @@ |
@@ -94,3 +94,4 @@ import * as _codemirror_rangeset from '@codemirror/rangeset'; | ||
influences whether new content becomes part of the range and | ||
whether the cursor can be drawn on its sides. Defaults to false. | ||
whether the cursor can be drawn on its sides. Defaults to false | ||
for inline replacements, and true for block replacements. | ||
*/ | ||
@@ -97,0 +98,0 @@ inclusive?: boolean; |
{ | ||
"name": "@codemirror/view", | ||
"version": "0.19.15", | ||
"version": "0.19.16", | ||
"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
643190
15591