Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemirror/lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.8.5
Choose a base ref
...
head repository: codemirror/lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.9.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 26, 2025

  1. Make it possible to include a button CSS class in lint actions.

    FEATURE: The new `markClass` option to actions makes it possible to style action buttons.
    benniekiss authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    50bd118 View commit details
    Browse the repository at this point in the history
  2. Touch up doc comment

    Issue #17
    marijnh committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    4f3adcf View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Add merge logic for all config options

    FIX: Multiple configurations to `linter` will now be merged without
    raising an error.
    
    Closes codemirror/dev#1622
    marijnh committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9bc40cb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Mark version 6.9.0

    marijnh committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    73a454b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Improve logic for when to show a decoration as a widget

    FIX: Properly display diagnostics that just cover multiple newlines as widgets.
    
    See https://discuss.codemirror.net/t/request-make-mark-decorations-visible-on-empty-lines/9532
    marijnh committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    66732d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Mark version 6.9.1

    marijnh committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    818aedf View commit details
    Browse the repository at this point in the history
Loading