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.0.3
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.0.4
Choose a head ref
  • 7 commits
  • 29 files changed
  • 2 contributors

Commits on Feb 10, 2024

  1. fix(language-service): transform markdown links in completion items (#…

    …133)
    
    This resolves completion item descriptions the same way as hover
    descriptions are resolved.
    
    The `transformDocumentLinkTarget` and `transformMarkdown` functions were
    both moved into `utils/transform`, but their implementation remains the
    same.
    
    The fix was verified to work in MDX analyzer.
    
    Refs mdx-js/mdx-analyzer#394
    remcohaszing authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e1246a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    50e51f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a33f19 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    b1f03f0 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    johnsoncodehk committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b7924b4 View commit details
    Browse the repository at this point in the history
  3. v2.0.4

    johnsoncodehk committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b3dc544 View commit details
    Browse the repository at this point in the history
Loading