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.4
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.6
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 1, 2025

  1. Configuration menu
    Copy the full SHA
    eb00431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bf9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d7ec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Fix an edge case in DOMReader when there's a widget at the end of the…

    … content
    
    FIX: Fix an issue where the editor could, in some circumstances, insert a stray newline
    when typing over a document that ended in a block widget.
    
    See https://discuss.codemirror.net/t/unexpected-behaviour-in-mergeview/9519
    marijnh committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    45268f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Work around broken focus/preventScroll support in Safari 26

    FIX: Work around an issue in Safari 26 that causes inappropriate scrolling
    on focus in some circumstances.
    
    Closes codemirror/dev#1626
    marijnh committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    b4a5a02 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.38.5

    marijnh committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    3c11a40 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Also enable selection drawing glitch workaround on desktop Safari

    FIX: Work around a regression in Safari 26 that causes fragments of old selections to
    remain visible.
    
    Closes codemirror/dev#1627
    marijnh committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    10020cd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Mark version 6.38.6

    marijnh committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    05e9b66 View commit details
    Browse the repository at this point in the history
Loading