Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
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.0.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.0.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    844f1de View commit details
    Browse the repository at this point in the history
  2. Follow repository rename

    marijnh committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    92f5001 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Allow the editor to manage the DOM selection as long as it is in its …

    …content
    
    FIX: Avoid DOM selection corruption when the editor doesn't have focus but
    has selection and updates its content.
    
    See https://discuss.codemirror.net/t/selections-and-life-cycle/4501
    marijnh committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c0ac3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42fcb91 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Remove unused import

    marijnh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7f547ca View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Don't crash when getSelection returns null

    Which it apparently does in iframes in Firefox, sometimes.
    marijnh committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    220e75e View commit details
    Browse the repository at this point in the history
  2. Try falling back to keyCode dispatch for non-ascii keys

    FIX: Fall back to dispatching by key code when a key event produces a non-ASCII
    character (so that Cyrillic and Arabic keyboards can still use bindings specified
    with Latin characters).
    
    Issue codemirror/dev#872
    marijnh committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    092d348 View commit details
    Browse the repository at this point in the history
  3. Mark version 6.0.1

    marijnh committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f01b6a5 View commit details
    Browse the repository at this point in the history
Loading