@codemirror/lint
Advanced tools
Changelog
0.18.4 (2021-06-07)
Multiple linter
extensions can now be added to an editor without disrupting each other.
Fix poor layout on lint tooltips due to changes in @codemirror/tooltip.
Changelog
0.18.3 (2021-05-10)
Fix a regression where using setDiagnostics
when linting hadn't been abled yet ignored the first set of diagnostics.
Changelog
0.18.2 (2021-04-16)
Newlines in line messages are now shown as line breaks to the user.
You can now pass a delay option to linter
to configure how long it waits before calling the linter.
Changelog
0.18.1 (2021-03-15)
Adjust to current @codemirror/panel and @codemirror/tooltip interfaces.
Changelog
0.18.0 (2021-03-03)
Make sure action access keys are discoverable for screen reader users.
Selection in the lint panel should now be properly visible to screen readers.