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/autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.19.0
Choose a base ref
...
head repository: codemirror/autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.20.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 6, 2025

  1. Set info panel as description of the option in accessibility tree

    FIX: Make sure a completion's info panel is associated with that completion in the
    accessibility tree.
    
    Issue codemirror/dev#1625
    marijnh committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    f098482 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Mark version 6.19.1

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

Commits on Nov 20, 2025

  1. Add support for Completion.sortText

    FEATURE: Completions now support a `sortText` property to influence sort order.
    
    See https://discuss.codemirror.net/t/lsp-client-request-support-for-sorttext-on-completionitem/9576
    marijnh committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    7c8e0d5 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.20.0

    marijnh committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d5e37b3 View commit details
    Browse the repository at this point in the history
Loading