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

Commits on Mar 16, 2026

  1. Fix forum link in readme

    marijnh committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    c3770d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed7d625 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Make the margin used when scrolling the cursor into view configurable

    FEATURE: The new `EditorView.cursorScrollMargin` facet can now be used to configure
    the extra space used when scrolling the cursor into view.
    
    Issue codemirror/dev#1689
    marijnh committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    4935d24 View commit details
    Browse the repository at this point in the history
  2. Improve posAtCoords in non-uniform height lines

    FIX: Fix an issue where `EditorView.posAtCoords` could incorrectly return a position
    near a higher element on the line, in mixed-font-size lines.
    marijnh committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    49d72c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Enable the workaround for ghost selections in all forms of Webkit

    FIX: Expand the workaround for the Webkit bug that causes nonexistent selections
    to stay visible to be active on non-Safari Webkit browsers.
    
    Closes codemirror/dev#1686
    marijnh committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c834ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Mark version 6.41.0

    marijnh committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    a0a5ed9 View commit details
    Browse the repository at this point in the history
Loading