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.39.16
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.40.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. Use last touch position to assign a side to touch selections in wrapp…

    …ing editors
    
    FIX: Improve touch tap-selection on line wrapping boundaries.
    
    Issue codemirror/dev#1677
    marijnh committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    07d54a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Implement iOS selection handle drawing in the selection layer

    FIX: Make `drawSelection` draw our own selection handles on iOS.
    
    Issue codemirror/dev#1538
    marijnh committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    f22a194 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Avoid posAtCoords getting confused by empty wrapping rectangles retur…

    …ned by Safari
    
    FIX: Fix an issue where `posAtCoords`, when querying line wrapping points,
    got confused by extra empty client rectangles produced by Safari.
    
    Closes codemirror/dev#1679
    marijnh committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    0a8ddb1 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.39.17

    marijnh committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3d236d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

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

Commits on Mar 12, 2026

  1. Change WidgetType.updateDOM from type to this

    With `this` TypeScript understands that it's the same type as the subclass.
    not-my-profile authored and marijnh committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    fd252fa View commit details
    Browse the repository at this point in the history
  2. Don't put Shift-Enter/Backspace/Del through the iOS pending key hack

    FIX: Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift
    modifier when delivered to key event handlers.
    
    Closes codemirror/dev#1682
    marijnh committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    bc58375 View commit details
    Browse the repository at this point in the history
  3. Bring back the vertical scan loop in moveVertically

    FIX: Fix an issue where `EditorView.moveVertically` could move to the wrong place
    in wrapped lines with a large line height.
    
    Issue codemirror/dev#1681
    marijnh committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    3612d3f View commit details
    Browse the repository at this point in the history
  4. Properly track associativity for shift-click selections

    FIX: Make sure the selection head associativity is properly set for mouse
    selections made with shift held down.
    marijnh committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    773a0ee View commit details
    Browse the repository at this point in the history
  5. Mark version 6.40.0

    marijnh committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    4773b2e View commit details
    Browse the repository at this point in the history
Loading