Skip to content

Releases: Solant/vite-bundle-explorer

v1.0.0

28 Nov 12:12

Choose a tag to compare

compare changes

🚀 Enhancements

  • Improve graph view legend usability (#18)
  • Show the module import path in a graph view (#19)
  • Implement tree-based module filter (ee4b382)
  • Hide dependencies by default, enhance graph view legend (4487277)

🩹 Fixes

  • Use a relative base path for some static file servers like Jetbrains (918dab6)
  • Show an accurate number of modules for every view (01d5745)
  • ⚠️ Change entrypoint detection logic (ed8e2bf)
  • Apply dark mode theme for the tooltips (44de0e5)
  • Remove some production build inconsistencies (5c26271)

🏡 Chore

  • Replace prettier with stylistic eslint rules (#21)
  • Update readme file (c5756d3)
  • Add example link (cdf2c56)

⚠️ Breaking Changes

  • ⚠️ Change entrypoint detection logic (ed8e2bf)

❤️ Contributors

v0.3.4

29 Sep 21:02

Choose a tag to compare

compare changes

🩹 Fixes

  • Fix compiled bundle path, prevent empty stats from being created (5a33eab)

❤️ Contributors

v0.3.3

27 Sep 23:06

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add check and failOnWarning options, run the bundle report during build (0cad6e9)

🩹 Fixes

  • Fix build after report change (e9bf7d7)

🏡 Chore

  • Migrate custom build step to tsdown (0ae099b)
  • Update vite version (a48ce34)

❤️ Contributors

v0.3.2

15 Sep 17:00

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for libraries and other rollup-based tools

🩹 Fixes

  • Prevent error when closeBundle is executed twice

❤️ Contributors

v0.3.0

13 Sep 23:50

Choose a tag to compare

compare changes

🚀 Enhancements

  • Improve treemap colors (#7)
  • ⚠️ Generate static html report (#16)

🩹 Fixes

  • Improve design for smaller screens (#15)

⚠️ Breaking Changes

  • ⚠️ Generate static html report (#16)

❤️ Contributors

v0.2.2

15 Aug 14:18

Choose a tag to compare

compare changes

🩹 Fixes

❤️ Contributors

v0.2.1

12 Aug 17:42

Choose a tag to compare

compare changes

🩹 Fixes

  • Add types for stats plugin (225e3b6)
  • Remove warning icon if there are no duplicated dependencies (7c21e94)

📖 Documentation

  • Fix README.md instructions (d9d1fc5)

❤️ Contributors

v0.2.0

11 Aug 21:30

Choose a tag to compare

🚀 Enhancements

  • Prevent chart rerender on changed options, allow dynamic option changing (5ff0207)
  • Add custom color mapping for the graph view (1661443)
  • Format module size, add styling for empty modules (c9f451d)
  • Add edge arrows, add root module style (bbe9e41)
  • Add option to trim graph (#1)
  • ⚠️ Add right-click actions (fa4ccb4)
  • Add overview info dialog (#3)
  • Design improvements (#4)
  • ⚠️ Add metric selector (#5)
  • Reuse module filter (6a933a3)
  • Change accent color (e54cf24)

🔥 Performance

  • Optimize chart option updates (84bf44e)

🩹 Fixes

  • Improve dependency handling for pnpm projects (735a52e)
  • Remove duplicate edges (7ff578d)
  • Unify dependency name resolution between npm and pnpm (faa7939)
  • Truncate an importer list in the tooltip for better readability (61f571a)

💅 Refactors

  • Move stats functions from index.ts (a672e17)
  • Centralize color definitions in shared config (a87af35)

📖 Documentation

  • Update readme, description and preview (#6)

🏡 Chore

  • Fix build and formatting (718cdf0)

⚠️ Breaking Changes

  • ⚠️ Add right-click actions (fa4ccb4)
  • ⚠️ Add metric selector (#5)

❤️ Contributors

v0.1.1

22 Jul 23:17

Choose a tag to compare

🚀 Enhancements

🩹 Fixes

💅 Refactors

  • Move charts initialization (c8928ca)
  • Preparation for additional views (19cb9d3)
  • Migrate and organize BuildStats entities, enhance stats generation and usage (d5e16e9)
  • Modularize view options, remove ModuleFilter, and enhance graph configuration (ea09121)

🏡 Chore

❤️ Contributors