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: vitejs/devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.13
Choose a base ref
...
head repository: vitejs/devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.14
Choose a head ref
  • 16 commits
  • 103 files changed
  • 7 contributors

Commits on Apr 3, 2026

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

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    06a093c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d46972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2870143 View commit details
    Browse the repository at this point in the history
  4. chore: try fix type errors

    antfu committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    5d11ef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

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

Commits on Apr 13, 2026

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

Commits on Apr 14, 2026

  1. chore: update deps

    webfansplz committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    6d1e13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e155095 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    26bd28b View commit details
    Browse the repository at this point in the history
  2. feat(core): add Escape key to close dock panel and exit selection mode (

    #277)
    
    Co-authored-by: Anthony Fu <github@antfu.me>
    SaKaNa-Y and antfu authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    05d618a View commit details
    Browse the repository at this point in the history
  3. fix(core): skip devtools injection for SSR builds (#291)

    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    antfu and claude authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    af23df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f6c6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be81f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. feat: migrate warnings/errors to structured diagnostics via logs-sdk (#…

    …285)
    
    * feat: migrate warnings/errors to structured diagnostics via logs-sdk
    
    Replace inconsistent console.warn/error/throw patterns with structured
    diagnostics using @antfu/experimental-logs-sdk. Each error gets a unique
    code (DTK0001-DTK0032 for core/rpc, RDDT0001-RDDT0002 for rolldown)
    with auto-generated docs URLs and ANSI-formatted output.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * fix: add throw keyword before logger.throw() for TypeScript control flow
    
    TypeScript doesn't narrow types after `logger.CODE().throw()` because
    the return type inference doesn't propagate `never` through the chained
    call. Adding `throw` before the expression fixes control flow analysis.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * chore: migrate from @antfu/experimental-logs-sdk to logs-sdk@0.0.5
    
    Package renamed from `@antfu/experimental-logs-sdk` to `logs-sdk`
    (now under vercel-labs/logs-sdk). Updated all imports, catalog entry,
    and docs references.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * docs: add structured diagnostics guide to AGENTS.md
    
    Document the error code system (prefixes, numbering, diagnostics files)
    and step-by-step instructions for adding new errors so future agents
    follow the established pattern.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * chore: upgrade logs-sdk to 0.0.6
    
    Rename `reporter` to `reporters` in createLogger options to match the
    updated API.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    antfu and claude authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    9bd928d View commit details
    Browse the repository at this point in the history
  2. chore: release v0.1.14

    antfu committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    dc88789 View commit details
    Browse the repository at this point in the history
Loading