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.22.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.22.1
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 4, 2023

  1. Make sure the view tree is destroyed on editor destroy or reset

    FIX: Call widget `destroy` methods when the entire editor is
    destroyed or reset.
    
    See https://discuss.codemirror.net/t/does-editorview-destroy-call-destroy-on-widgets/7370
    marijnh committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9c062aa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Add a selector for .cm-content to caret-hiding style

    FIX: Work around an issue on Safari on macOS Sonoma that made the native
    cursor visible even when `drawSelection` is enabled.
    
    Closes #59
    marijnh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    df237c8 View commit details
    Browse the repository at this point in the history
  2. Fix previous patch

    marijnh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cf5e5a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Make sure the aria-live element is hidden when printing

    FIX: Fix an issue where, on some browsers, the screenreader announced text ended up
    in the printed document.
    
    Closes codemirror/dev#1298
    marijnh committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9c2be65 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix a bug where hover tooltips could persist when moving pointer over…

    … them
    
    FIX: Fix a bug where a hover tooltip could stick around even though the pointer was no
    longer on the editor when it was moved out over the tooltip.
    
    Closes codemirror/dev#1300
    marijnh committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    23bdf87 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Don't close the hover tooltip when the pointer is right at its border

    FIX: Fix an issue where hover tooltips could close when moving the mouse onto them due to
    mouse position rounding issues.
    marijnh committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    36c1b93 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    marijnh committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    281e949 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    105b491 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Mark version 6.22.1

    marijnh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    69cc0f1 View commit details
    Browse the repository at this point in the history
Loading