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

Commits on Jul 21, 2025

  1. Do fall back to key codes for alt-cmd- combinations

    FIX: Re-enable falling dispatching keys by key code for Cmd-Alt- combinations
    on macOS.
    
    Closes codemirror/dev#1595
    marijnh committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    3cea8db View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

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

Commits on Sep 1, 2025

  1. Skip atomic ranges for pointer selections that aren't handled by a se…

    …lection style
    
    FIX: Make sure all pointer selections skip atomic ranges.
    
    Closes codemirror/dev#1606
    marijnh committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d9dbde7 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.38.2

    marijnh committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    b7c8f63 View commit details
    Browse the repository at this point in the history
Loading