Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
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.0.1
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.1.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 22, 2022

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

Commits on Jun 24, 2022

  1. Make sure mapped change a.map(b) doesn't overwrite insertions form b

    FIX: Refine change mapping to preserve insertions made by concurrent
    changes.
    
    Issue codemirror/dev#868
    marijnh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    71c5041 View commit details
    Browse the repository at this point in the history
  2. Allow FacetConfig.enables to be a function

    FEATURE: The `enables` option to `Facet.define` may now take a function, which
    will be called with the facet value to create the extensions.
    
    See https://discuss.codemirror.net/t/enable-computed-facet-in-facet/4551
    marijnh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    fcc18ea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Mark version 6.1.0

    marijnh committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cadded2 View commit details
    Browse the repository at this point in the history
Loading