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: webpack/webpack-bundle-analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: webpack/webpack-bundle-analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 3 contributors

Commits on Nov 20, 2025

  1. Fix: prevent TypeError when assets or modules are undefined in analyz…

    …er (#679)
    
    * Fix: prevent TypeError when assets or modules are undefined in analyzer
    
    * Changelog: add entry for TypeError fix in analyzer.js (#679)
    
    * git commit --amend --author="Srushti <srushtikondhalkar7@gmail.com>"Add real-world test scenarios for incomplete stats
    
    * Address review feedback: remove standalone test and add to existing analyzer.js
    
    * Add minimal stats generated with webpack-cli --stats=minimal
    
    * Fix: use minimal-stats/stats.json in test
    
    * fix: handle undefined chunks and modules in getBundleModules
    
    * chore: remove unintended files
    
    * fix: handle minimal stats and undefined chunks/modules
    
    * feat: handle undefined assets/modules in analyzer with minimal stats support
    
    * Restore back to original, minimal code change
    
    This is the same code as the first commit in this PR
    
    * Simplify test case to expect empty chart data
    
    ---------
    
    Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com>
    Srushti-33 and valscion authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    8c14975 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Dark mode toggle implementation (#683)

    * svg for theme toggle
    
    * feat: add dark mode state management and CSS variables
    
    * feat: add ThemeToggle component with moon/sun icons
    
    * feat: integrate ThemeToggle into sidebar with proper positioning
    
    * style: update component styles for dark mode compatibility
    
    * docs: update changelog with correct repository link
    
    - Fix PR link to point to webpack/webpack-bundle-analyzer
    - Add proper GitHub profile attribution @theEquinoxDev
    - Follow established changelog format consistency
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com>
    theEquinoxDev and valscion authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    492929c View commit details
    Browse the repository at this point in the history
  2. v5.1.0

    valscion committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    fc2ddb1 View commit details
    Browse the repository at this point in the history
Loading