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

Commits on Sep 4, 2025

  1. Completely hide empty layers on iOS to work around a rendering bug

    FIX: Work around a rendering bug in Mobile Safari by completely hiding empty
    layers.
    
    Closes codemirror/dev#1600
    marijnh committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8f1a6d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Ignore Chrome's caretPositionFromPoint results when the move to the e…

    …nd of the line
    
    FIX: Fix vertical cursor motion in Chrome around decorations with bottom borders or
    margins.
    
    Closes codemirror/dev#1612
    marijnh committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    9ad612a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Fix a bug that caused decorations to be split on text node chunk boun…

    …daries
    
    FIX: Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.
    
    Closes codemirror/dev#1616
    marijnh committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    ac872ce View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Improve handling of text input in atomic ranges

    FIX: Move the cursor out of atomic ranges when text input happens.
    
    See https://discuss.codemirror.net/t/cursor-trapped-in-atomic-range/9512
    marijnh committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d5df151 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.38.3

    marijnh committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    31ffdc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Work around lack of compositionend events in EditContext on Android

    FIX: Work around a Chrome Android issue where the browser doesn't properly fire
    composition end events, leaving CodeMirror to believe the user was still composing.
    
    See https://discuss.codemirror.net/t/autocomplete-gets-stuck-and-permanently-breaks-enter-key-when-quickly-backspacing-on-android/9514
    marijnh committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    5559e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

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

Commits on Sep 28, 2025

  1. Mark version 6.38.4

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