From ed7e40363463fed911cd066748bcc58e7368c54c Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 30 Jan 2024 21:39:02 +0100 Subject: [PATCH] Mark version 6.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3362ef8..0cf8e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.5.0 (2024-01-30) + +### Bug fixes + +Make lint mark decorations inclusive, so that they are applied even if the marked content is replaced by a widget decoration. + +### New features + +`linter` can now be called with null as source to only provide a configuration. + +`markerFilter` and `tooltipFilter` function now get passed the current editor state. + ## 6.4.2 (2023-09-14) ### Bug fixes diff --git a/package.json b/package.json index 6a05fe0..3584b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lint", - "version": "6.4.2", + "version": "6.5.0", "description": "Linting support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",