|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.2.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/Solant/vite-bundle-explorer/compare/v0.1.1...v0.2.0) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Prevent chart rerender on changed options, allow dynamic option changing ([5ff0207](https://github.com/Solant/vite-bundle-explorer/commit/5ff0207)) |
| 11 | +- Add custom color mapping for the graph view ([1661443](https://github.com/Solant/vite-bundle-explorer/commit/1661443)) |
| 12 | +- Format module size, add styling for empty modules ([c9f451d](https://github.com/Solant/vite-bundle-explorer/commit/c9f451d)) |
| 13 | +- Add edge arrows, add root module style ([bbe9e41](https://github.com/Solant/vite-bundle-explorer/commit/bbe9e41)) |
| 14 | +- Add option to trim graph ([#1](https://github.com/Solant/vite-bundle-explorer/pull/1)) |
| 15 | +- ⚠️ Add right-click actions ([fa4ccb4](https://github.com/Solant/vite-bundle-explorer/commit/fa4ccb4)) |
| 16 | +- Add overview info dialog ([#3](https://github.com/Solant/vite-bundle-explorer/pull/3)) |
| 17 | +- Design improvements ([#4](https://github.com/Solant/vite-bundle-explorer/pull/4)) |
| 18 | +- ⚠️ Add metric selector ([#5](https://github.com/Solant/vite-bundle-explorer/pull/5)) |
| 19 | +- Reuse module filter ([6a933a3](https://github.com/Solant/vite-bundle-explorer/commit/6a933a3)) |
| 20 | +- Change accent color ([e54cf24](https://github.com/Solant/vite-bundle-explorer/commit/e54cf24)) |
| 21 | + |
| 22 | +### 🔥 Performance |
| 23 | + |
| 24 | +- Optimize chart option updates ([84bf44e](https://github.com/Solant/vite-bundle-explorer/commit/84bf44e)) |
| 25 | + |
| 26 | +### 🩹 Fixes |
| 27 | + |
| 28 | +- Improve dependency handling for pnpm projects ([735a52e](https://github.com/Solant/vite-bundle-explorer/commit/735a52e)) |
| 29 | +- Remove duplicate edges ([7ff578d](https://github.com/Solant/vite-bundle-explorer/commit/7ff578d)) |
| 30 | +- Unify dependency name resolution between npm and pnpm ([faa7939](https://github.com/Solant/vite-bundle-explorer/commit/faa7939)) |
| 31 | +- Truncate an importer list in the tooltip for better readability ([61f571a](https://github.com/Solant/vite-bundle-explorer/commit/61f571a)) |
| 32 | + |
| 33 | +### 💅 Refactors |
| 34 | + |
| 35 | +- Move stats functions from index.ts ([a672e17](https://github.com/Solant/vite-bundle-explorer/commit/a672e17)) |
| 36 | +- Centralize color definitions in shared config ([a87af35](https://github.com/Solant/vite-bundle-explorer/commit/a87af35)) |
| 37 | + |
| 38 | +### 📖 Documentation |
| 39 | + |
| 40 | +- Update readme, description and preview ([#6](https://github.com/Solant/vite-bundle-explorer/pull/6)) |
| 41 | + |
| 42 | +### 🏡 Chore |
| 43 | + |
| 44 | +- Fix build and formatting ([718cdf0](https://github.com/Solant/vite-bundle-explorer/commit/718cdf0)) |
| 45 | + |
| 46 | +#### ⚠️ Breaking Changes |
| 47 | + |
| 48 | +- ⚠️ Add right-click actions ([fa4ccb4](https://github.com/Solant/vite-bundle-explorer/commit/fa4ccb4)) |
| 49 | +- ⚠️ Add metric selector ([#5](https://github.com/Solant/vite-bundle-explorer/pull/5)) |
| 50 | + |
| 51 | +### ❤️ Contributors |
| 52 | + |
| 53 | + |
| 54 | + |
4 | 55 | ## v0.1.1 |
5 | 56 |
|
6 | 57 |
|
|
0 commit comments