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

Commits on Sep 28, 2022

  1. Stabilize vertical line margin positions when possible

    FIX: Reduce the amount of wrap-point jittering when scrolling through a very long
    wrapped line.
    
    Issue codemirror/dev#953
    marijnh committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d5d8cfd View commit details
    Browse the repository at this point in the history
  2. Make sure line gaps don't cover the scroll target

    FIX: Fix an issue where scrolling to content that wasn't currently drawn due to being
    on a very long line would often fail to scroll to the right position.
    
    Issue codemirror/dev#953
    marijnh committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9d31295 View commit details
    Browse the repository at this point in the history
  3. Work around odd double-space-tap behavior on Chrome Mac

    FIX: Suppress double-space-adds-period behavior on Chrome Mac when it behaves weirdly
    next to widget.
    
    Issue #39
    marijnh committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ac8392e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7de62b View commit details
    Browse the repository at this point in the history
  5. Add support for 'any' key bindings

    FEATURE: Key binding objects with an `any` property will now add handlers that are
    called for any key, within the ordering of the keybindings.
    
    See https://discuss.codemirror.net/t/autocompletion-keymap-precedence-again/4827/3
    marijnh committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    88f68bc View commit details
    Browse the repository at this point in the history
  6. Mark version 6.3.0

    marijnh committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5989c15 View commit details
    Browse the repository at this point in the history
Loading