Skip to content

Commit bc60500

Browse files
committed
chore(release): v0.2.0
1 parent dc4a3ec commit bc60500

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
# Changelog
22

33

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+
455
## v0.1.1
556

657

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-bundle-explorer",
33
"description": "Bundle analyzer and visualizer tool for Vite",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)