Releases: Solant/vite-bundle-explorer
Releases · Solant/vite-bundle-explorer
v1.0.0
🚀 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
- Solant [email protected]
v0.3.4
🩹 Fixes
- Fix compiled bundle path, prevent empty stats from being created (5a33eab)
❤️ Contributors
- Solant [email protected]
v0.3.3
🚀 Enhancements
- Add
checkandfailOnWarningoptions, run the bundle report during build (0cad6e9)
🩹 Fixes
- Fix build after report change (e9bf7d7)
🏡 Chore
❤️ Contributors
- Solant [email protected]
v0.3.2
🚀 Enhancements
- Add support for libraries and other rollup-based tools
🩹 Fixes
- Prevent error when closeBundle is executed twice
❤️ Contributors
- Solant [email protected]
v0.3.0
🚀 Enhancements
🩹 Fixes
- Improve design for smaller screens (#15)
⚠️ Breaking Changes
⚠️ Generate static html report (#16)
❤️ Contributors
- Solant [email protected]
v0.2.2
v0.2.1
🩹 Fixes
- Add types for stats plugin (225e3b6)
- Remove warning icon if there are no duplicated dependencies (7c21e94)
📖 Documentation
- Fix README.md instructions (d9d1fc5)
❤️ Contributors
- Solant [email protected]
v0.2.0
🚀 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
❤️ Contributors
- Solant [email protected]
v0.1.1
🚀 Enhancements
- Add base button styles (e2adaa3)
- Add switch (cc7cfda)
- Add view toggle (080f842)
- Add imported by tooltip (fa7191a)
- Disable stats plugin in dev mode (a48d2ef)
- Add graph view (3be9d3a)
- Group dependency modules by library (1f02bc6)
🩹 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
- Cleanup before release (f2e139f)
- Add keywords (a92f070)
- Add example.gif (e2415f4)
- Add preview (f514345)
- Update .gitignore (e8cbb99)
- Add changelogen (ac0e85b)
❤️ Contributors
- Solant [email protected]