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/commands
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.0
Choose a base ref
...
head repository: codemirror/commands
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 5, 2023

  1. Store selection after undone change with redo events

    FIX: When undoing, store the selection after the undone change with the redo
    event, so that redoing restores it.
    
    Closes codemirror/dev#1286
    marijnh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e27916c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Skip variant selectors in deleteCharBackward

    FIX: `deleteCharBackward` will no longer delete variant selector characters
    as separate characters.
    
    See https://discuss.codemirror.net/t/backspace-on-some-multi-codepoint-glyphs-deletes-characters-separately/7403
    marijnh committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fd8055b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Mark version 6.3.1

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