File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v1.0.0
5+
6+ [ compare changes] ( https://github.com/Solant/vite-bundle-explorer/compare/v0.3.4...v1.0.0 )
7+
8+ ### 🚀 Enhancements
9+
10+ - Improve graph view legend usability ([ #18 ] ( https://github.com/Solant/vite-bundle-explorer/pull/18 ) )
11+ - Show the module import path in a graph view ([ #19 ] ( https://github.com/Solant/vite-bundle-explorer/pull/19 ) )
12+ - Implement tree-based module filter ([ ee4b382] ( https://github.com/Solant/vite-bundle-explorer/commit/ee4b382 ) )
13+ - Hide dependencies by default, enhance graph view legend ([ 4487277] ( https://github.com/Solant/vite-bundle-explorer/commit/4487277 ) )
14+
15+ ### 🩹 Fixes
16+
17+ - Use a relative base path for some static file servers like Jetbrains ([ 918dab6] ( https://github.com/Solant/vite-bundle-explorer/commit/918dab6 ) )
18+ - Show an accurate number of modules for every view ([ 01d5745] ( https://github.com/Solant/vite-bundle-explorer/commit/01d5745 ) )
19+ - ⚠️ Change entrypoint detection logic ([ ed8e2bf] ( https://github.com/Solant/vite-bundle-explorer/commit/ed8e2bf ) )
20+ - Apply dark mode theme for the tooltips ([ 44de0e5] ( https://github.com/Solant/vite-bundle-explorer/commit/44de0e5 ) )
21+ - Remove some production build inconsistencies ([ 5c26271] ( https://github.com/Solant/vite-bundle-explorer/commit/5c26271 ) )
22+
23+ ### 🏡 Chore
24+
25+ - Replace prettier with stylistic eslint rules ([ #21 ] ( https://github.com/Solant/vite-bundle-explorer/pull/21 ) )
26+ - Update readme file ([ c5756d3] ( https://github.com/Solant/vite-bundle-explorer/commit/c5756d3 ) )
27+ - Add example link ([ cdf2c56] ( https://github.com/Solant/vite-bundle-explorer/commit/cdf2c56 ) )
28+
29+ #### ⚠️ Breaking Changes
30+
31+ - ⚠️ Change entrypoint detection logic ([ ed8e2bf] ( https://github.com/Solant/vite-bundle-explorer/commit/ed8e2bf ) )
32+
33+ ### ❤️ Contributors
34+
35+ 36+
437## v0.3.4
538
639[ compare changes] ( https://github.com/Solant/vite-bundle-explorer/compare/v0.3.3...v0.3.4 )
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-bundle-explorer" ,
33 "description" : " Bundle analyzer and visualizer tool for Vite" ,
4- "version" : " 0.3.4 " ,
4+ "version" : " 1.0.0 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments