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

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

  1. Set flexShrink on the content to 0

    FIX: Fix a CSS issue that broke horizontal scroll width stabilization.
    
    See https://discuss.codemirror.net/t/horizontal-scrollbar-resize-issue/4592
    marijnh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    48b50c1 View commit details
    Browse the repository at this point in the history
  2. Fix line wrapping

    marijnh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b4e416e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Make sure dummy element used to measure text size doesn't get wrapped

    FIX: Fix a bug where `defaultLineHeight` could get an incorrect value
    in very narrow editors.
    
    Closes codemirror/dev#876
    marijnh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    df6da4d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Mark version 6.0.2

    marijnh committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9b91b35 View commit details
    Browse the repository at this point in the history
Loading