Releases: vitejs/devtools
Releases · vitejs/devtools
v0.0.0-alpha.25
🚀 Features
- core:
- vite:
- Packages info for session compare - by @webfansplz in #162 (4ef7e)
🐞 Bug Fixes
- core:
View changes on GitHub
v0.0.0-alpha.24
🐞 Bug Fixes
- core: Hide unimplemented settings dock entry - by @webfansplz (3d73e)
View changes on GitHub
v0.0.0-alpha.23
🚀 Features
- Use obug - by @antfu (ebb32)
- Fetch raw iconify svg to make them color-reactive - by @antfu (07200)
- core:
- vite:
- Add build tips for empty sessions - by @webfansplz in #158 (abd77)
- Visualize chunk/assets size in nanovis - by @adriandarian in #157 (16af2)
🐞 Bug Fixes
- core:
- Apply color scheme according to media rather than classname - by @liangmiQwQ in #149 (f31c7)
- Update terminal size on panel resizing - by @webfansplz (2f1ff)
- kit:
- Init shared state on rpc trusted - by @webfansplz in #150 (1584b)
- vite:
- Gracefully handle missing package manifest - by @Gianthard-cyh in #151 (78243)
View changes on GitHub
v0.0.0-alpha.22
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
- core:
- Unresolved import issue on
neutralplatform - by @webfansplz (7b220) - Move auth logic from rpc package to core - by @antfu (35b1a)
- Remove port range option for start devtools server - by @webfansplz (c2615)
- Avoid unselecting entry for standalone app - by @webfansplz (76763)
- Unresolved import issue on
- vite:
- Update devtools ui docks registration icon - by @webfansplz (36015)
View changes on GitHub
v0.0.0-alpha.21
v0.0.0-alpha.20
🚨 Breaking Changes
🚀 Features
- Module graph selector - by @webfansplz in #138 (4fd46)
- Search for chunks - by @webfansplz in #140 (22130)
- Switch to Vite 8 - by @webfansplz (0738d)
- Chunk graph selector - by @webfansplz in #144 (e1617)
🐞 Bug Fixes
- core:
- vite:
- Display time for plugin build flow table - by @webfansplz in #145 (1b65b)
View changes on GitHub
v0.0.0-alpha.19
🚀 Features
- Basic terminals support - by @antfu in #136 (01ba9)
- vite: Add total size of imports for chunk - by @webfansplz (d3992)
View changes on GitHub
v0.0.0-alpha.18
🚀 Features
- Add chunk info for assets - by @webfansplz in #133 (04cb1)
- core:
- kit:
- vite:
- Add assets map for chunk - by @webfansplz (77eb7)
🐞 Bug Fixes
- Inline
@pnpm/read-project-manifest, close #131 - by @webfansplz in #132 and #131 (d0eb9)
View changes on GitHub
v0.0.0-alpha.17
🚀 Features
- Reactive dock entries - by @antfu (827a1)
- kit: Support
ctx.clientRpcregistration - by @antfu (30780)
🐞 Bug Fixes
- vite: Adjust ui for narrow screens - by @liangmiQwQ in #127 (e6e0a)
View changes on GitHub
v0.0.0-alpha.16
🚨 Breaking Changes
- kit: Introduce events to client scripts, now client scripts would only be executed once - by @antfu (64794)