Skip to content

Commit 552cd5b

Browse files
committed
chore(release): v1.0.0
1 parent cdf2c56 commit 552cd5b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
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)

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.3.4",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)