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

Commits on Sep 22, 2023

  1. Fix an issue in the way the DOMReader treats positions in opaque nodes

    FIX: Fix an issue in the way the DOM selection is being read that could break
    backspacing of widgets on Android.
    
    See https://discuss.codemirror.net/t/backspace-on-decoration-work-strangely-in-mobile-keyboard/7009
    marijnh committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    47ffaf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Protect against miscomputing an editor scale from a rounding difference

    FIX: Fix a bug where the editor could incorrectly computate its transform scale
    when it was small.
    
    Issue codemirror/dev#1264
    marijnh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fe8ca6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a91750 View commit details
    Browse the repository at this point in the history
  3. Mark version 6.20.2

    marijnh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d5b8c34 View commit details
    Browse the repository at this point in the history
Loading