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/view
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.22.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.22.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 28, 2023

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

Commits on Dec 1, 2023

  1. Fix cursor motion loop on misplaced zero-width non-joiner

    FIX: Fix an issue in the bidirectional motion that could cause the cursor to get stuck
    in a loop when a zero-width non-joiner char was placed on a direction boundary.
    
    Closes codemirror/dev#1302
    marijnh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d5a8035 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Avoid issue where active content views are inappropriately destroyed

    FIX: Fix a bug that corrupts the editor's internal view tree data structure on some
    types of edits, putting the editor in a broken state.
    
    Closes codemirror/dev#1306
    marijnh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5a2a1fa View commit details
    Browse the repository at this point in the history
  2. Mark version 6.22.2

    marijnh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    013b143 View commit details
    Browse the repository at this point in the history
Loading