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.32.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.33.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 12, 2024

  1. Include arrow's vertical extent when checking whether the pointer is …

    …over a tooltip
    
    FIX: Make it easier to move the pointer over a hover tooltip with an arrow by
    not closing the tooltip when the pointer is moving over the gap for the arrow.
    
    Issue codemirror/dev#1423
    marijnh committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b58ff33 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Add support for clipboardInputFilter/clipboardOutputFilter

    FEATURE: The new `EditorView.clipboardInputFilter` and `clipboardOutputFilter` facets
    allow you to register filter functions that change text taken from or sent to the clipboard.
    marijnh committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0a5bd27 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.33.0

    marijnh committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e7b62aa View commit details
    Browse the repository at this point in the history
Loading