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

Commits on Feb 19, 2024

  1. Allow Android enter to eat a space at the end of the line

    FIX: Properly recognize Android GBoard enter presses that strip a space at
    the end of the line as enter.
    
    Closes codemirror/dev#1312
    marijnh committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fc1d11f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Account for scale when updating the gutter height (#63)

    FIX: Fix a bug that caused the gutter to have the wrong height when the editor was scaled after construction.
    viorgu authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ccf7f5e View commit details
    Browse the repository at this point in the history
  2. Prevent composed text from inheriting the style of non-inclusive mark…

    …s before
    
    FIX: When starting a composition after a non-inclusive mark decoration,
    temporarily insert a widget that prevents the composed text from inheriting
    that mark's styles.
    
    Issue codemirror/dev#1324
    marijnh committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4e355ea View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Add PluginValue.docViewUpdate

    FEATURE: View plugins can now provide a `docViewUpdate` method that
    is called whenever the document view is updated.
    marijnh committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    524ef55 View commit details
    Browse the repository at this point in the history
  2. Fix selection updates on decoration changes

    FIX: Make sure the selection is repositioned when a transaction
    changes decorations without changing the document.
    
    FEATURE: Layers now take a `updateOnDocUpdate` option that controls
    whether they are automatically updated when the document view changes.
    
    Issue dxos/dxos#5821
    marijnh committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1b4b9dc View commit details
    Browse the repository at this point in the history
  3. Mark version 6.25.0

    marijnh committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cbc5678 View commit details
    Browse the repository at this point in the history
Loading