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: 0.20.7
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.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 1, 2022

  1. Add EditorView.findFromDOM

    FEATURE: The new static `EditorView.findFromDOM` method can be used to retrieve
    an editor instance from its DOM structure.
    
    See https://discuss.codemirror.net/t/how-to-get-the-instance-of-editor-in-dom/4457
    marijnh committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    964fce1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Allow editor state config to inlined in the view config

    FEATURE: Instead of passing a constructed state to the `EditorView` constructor, it
    is now also possible to inline the configuration options to the state in the view config
    object.
    marijnh committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f953a25 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Mark version 6.0.0

    marijnh committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    bd7e385 View commit details
    Browse the repository at this point in the history
Loading