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/state
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.5.2
Choose a base ref
...
head repository: codemirror/state
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.3
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    83ce34d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Fix mapPos documentation

    This adapts the documentation for `mapPos` to truthfully report the usage of the `assoc` parameter.
    nathanlesage authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    fc068ed View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    c24cde9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    127f07c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Don't call RangeValue.eq on values of different class

    FIX: Fix an issue where `RangeValue.eq` could get called with a value
    of a different class.
    marijnh committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    32c46fa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Document RangeCursor.goto

    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    aa4ca3c View commit details
    Browse the repository at this point in the history
  2. Make charCategorizer only use the highest-precedence set of word chars

    FIX: `EditorState.charCategorizer` now only uses the highest-precedence set of
    word characters from the language data, to allow overriding these.
    
    See https://discuss.codemirror.net/t/dash-separated-kebab-case-selection-too-inclusive/9619
    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    386d55d View commit details
    Browse the repository at this point in the history
  3. Mark version 6.5.3

    marijnh committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    b2cbf25 View commit details
    Browse the repository at this point in the history
Loading