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

Commits on Sep 4, 2022

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

Commits on Sep 5, 2022

  1. Fix a bug in atomic range skipping

    FIX: Fix a bug where cursor motion, when starting from a non-empty
    selection range, could get stuck on atomic ranges in some circumstances.
    
    Closes codemirror/dev#939
    marijnh committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e3c298c View commit details
    Browse the repository at this point in the history
  2. Fix return type of queryPos

    marijnh committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1487cb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Use requestAnimationFrame for delayed flush

    And make sure to call it on the correct window.
    marijnh committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    beebaba View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Avoid triggering Chrome Android text duplication bug on compositionend

    FIX: Avoid triggering Chrome Android's text-duplication issue when a
    period is typed in the middle of a word.
    
    Issue codemirror/dev#931
    marijnh committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    87162f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571ad08 View commit details
    Browse the repository at this point in the history
  3. Fix misnamed property

    marijnh committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b7664d5 View commit details
    Browse the repository at this point in the history
  4. Mark version 6.2.3

    marijnh committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0a9bf6a View commit details
    Browse the repository at this point in the history
Loading