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.27.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.28.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 5, 2024

  1. Decide on line gaps per textual line, not per line block

    FIX: Fix an issue where long lines broken up by block widgets were sometimes
    only partially rendered.
    
    Closes codemirror/dev#1387
    marijnh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    df421a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    51d20b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c412e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5080e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    722c816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7de2d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b19bfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    902a6e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcd41c5 View commit details
    Browse the repository at this point in the history
  9. Add EditContext release note

    FEATURE: The editor will now, when available (which is only on Chrome
    for the foreseeable future) use the
    [`EditContext`](https://developer.mozilla.org/en-US/docs/Web/API/EditContext)
    API to capture text input.
    marijnh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6b4361c View commit details
    Browse the repository at this point in the history
  10. Mark version 6.28.0

    marijnh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cec7c1e View commit details
    Browse the repository at this point in the history
Loading