@codemirror/lint
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## 6.9.7 (2026-06-09) | ||
| ### Bug fixes | ||
| Avoid lint tooltips overlapping their target text when that is line-wrapped. | ||
| ## 6.9.6 (2026-05-06) | ||
@@ -2,0 +8,0 @@ |
+1
-1
@@ -208,3 +208,3 @@ 'use strict'; | ||
| end: end, | ||
| above: view.state.doc.lineAt(start).to < end, | ||
| above: true, | ||
| create() { | ||
@@ -211,0 +211,0 @@ return { dom: diagnosticsTooltip(view, found) }; |
+1
-1
@@ -206,3 +206,3 @@ import { Decoration, showPanel, EditorView, ViewPlugin, gutter, showTooltip, hoverTooltip, getPanel, activateHover, logException, WidgetType, GutterMarker } from '@codemirror/view'; | ||
| end: end, | ||
| above: view.state.doc.lineAt(start).to < end, | ||
| above: true, | ||
| create() { | ||
@@ -209,0 +209,0 @@ return { dom: diagnosticsTooltip(view, found) }; |
+1
-1
| { | ||
| "name": "@codemirror/lint", | ||
| "version": "6.9.6", | ||
| "version": "6.9.7", | ||
| "description": "Linting support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
97441
0.05%