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: volarjs/volar.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: volarjs/volar.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 6 commits
  • 27 files changed
  • 2 contributors

Commits on May 2, 2024

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

Commits on May 4, 2024

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

Commits on May 5, 2024

  1. fix(language-server): pass correct languageId when creating virtual c…

    …ode (#173)
    
    When virtual code was created, the URI was passed as the language ID.
    Within MDX this means sometimes no virtual code was created at all,
    breaking semantic diagnostics and syntax toggles. The effects may be
    different for other implementations.
    remcohaszing authored May 5, 2024
    Configuration menu
    Copy the full SHA
    7ff01d0 View commit details
    Browse the repository at this point in the history
  2. chore: specify packageManager in package.json (#174)

    This makes corepack automatically pick the correct version of pnpm to
    use.
    
    The pnpm GitHub action also supports this field.
    remcohaszing authored May 5, 2024
    Configuration menu
    Copy the full SHA
    21883fc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. chore: changelog

    johnsoncodehk committed May 6, 2024
    Configuration menu
    Copy the full SHA
    00ee60a View commit details
    Browse the repository at this point in the history
  2. v2.2.1

    johnsoncodehk committed May 6, 2024
    Configuration menu
    Copy the full SHA
    629f686 View commit details
    Browse the repository at this point in the history
Loading