Skip to content
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/state
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.1
Choose a base ref
...
head repository: codemirror/state
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 19, 2023

  1. Fix typo in facet.ts

    RyotaUshio authored and marijnh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    10d5f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Fix check for allowMultipleSelections

    FIX: Make sure transactions cannot add multiple selections when
    `allowMultipleSelections` is false.
    
    Closes codemirror/dev#1288
    marijnh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a14b093 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Include empty end lines in Text.iterLines

    FIX: Fix a bug that caused `Text.iterLines` to not return empty lines at the end
    of the iterated ranges.
    
    Closes codemirror/dev#1295
    marijnh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0f61d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Mark version 6.3.2

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