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",