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.39.12
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.39.13
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 3, 2026

  1. Fix a bug where inline widgets wrapped to their own line can block ve…

    …rtical motion
    
    FIX: Fix an issue where a widget at start or end of line, when wrapped to cover that whole line,
    could block vertical cursor motion.
    
    See https://discuss.codemirror.net/t/down-arrow-navigation-interrupted-by-inline-widget-on-its-own-line/9662
    marijnh committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    dabe3eb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Make sure shift-arrowup/down doesn't get stuck on line wrapping points

    FIX: Fix an issue `EditorView.moveVertically` that would sometimes cause selection-extending
    vertical motion to get stuck on line wrapping points.
    
    Closes codemirror/dev#1669
    marijnh committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    467335a View commit details
    Browse the repository at this point in the history
  2. Mark version 6.39.13

    marijnh committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    6a93b6f View commit details
    Browse the repository at this point in the history
Loading