We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35644c1 commit 8d8a153Copy full SHA for 8d8a153
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.8.2 (2024-09-24)
2
+
3
+### Bug fixes
4
5
+Show lint markers for code replaced by a block widget.
6
7
+When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.
8
9
## 6.8.1 (2024-06-19)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lint",
- "version": "6.8.1",
+ "version": "6.8.2",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments