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

Commits on Aug 4, 2022

  1. Also reset lastFocusTime on flush

    To prevent spurious selection resets
    marijnh committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    667b339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8119a9a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fix domPosAtCoords when position is between the rects of an element

    FIX: Fix a bug where `posAtCoords` would return the wrong results for positions
    to the right of wrapped lines.
    
    See https://bugs.chromium.org/p/chromium/issues/detail?id=1350364
    marijnh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f8ddb16 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete accessor

    marijnh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f3a6911 View commit details
    Browse the repository at this point in the history
  3. Allow the editor to be moved to a new window/shadow root with setRoot

    FEATURE: The new `EditorView.setRoot` method can be used when an editor view is
    moved to a new document or shadow root.
    
    See https://discuss.codemirror.net/t/cursor-and-autocomplete-disappearing-when-moving-to-new-window/4800
    marijnh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7dfd24b View commit details
    Browse the repository at this point in the history
  4. Give widget buffers an explicit width 0

    Otherwise Chrome somehow makes them 1em wide, but only in iframes.
    marijnh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d226e47 View commit details
    Browse the repository at this point in the history
  5. Mark version 6.2.0

    marijnh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5ff7e5e View commit details
    Browse the repository at this point in the history
Loading