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.1.1
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.1.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    3efad4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c687015 View commit details
    Browse the repository at this point in the history
  3. Disable key event suppression during composition on iOS

    Since the bug that it works around doesn't seem to occur on Mobile Safari.
    
    FIX: Fix an issue where double tapping enter to confirm IME input and insert
    a newline on iOS would sometimes insert two newlines.
    
    Closes codemirror/dev#733
    marijnh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4e77cf6 View commit details
    Browse the repository at this point in the history
  4. Force DOM flush on measure

    FIX: Fix an issue on iOS where a composition could get aborted if the editor scrolled
    on backspace.
    
    Closes codemirror/dev#797
    marijnh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    787d894 View commit details
    Browse the repository at this point in the history
  5. Mark version 6.1.2

    marijnh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    74532af View commit details
    Browse the repository at this point in the history
Loading