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

Commits on Jan 18, 2023

  1. Allow the history to be configured with a joinToEvent predicate

    FEATURE: The new `joinToEvent` history configuration option allows you to provide custom
    logic that determines whether a new transaction is added to an existing history event.
    
    See https://discuss.codemirror.net/t/more-conventional-undo-behaviour/5565
    marijnh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0759da4 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.2.0

    marijnh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ca4171b View commit details
    Browse the repository at this point in the history
Loading