Releases: vitejs/devtools
Releases · vitejs/devtools
v0.0.0-alpha.1
🚀 Features
- Basic data fetcher - by @antfu (b76b0)
- Basic events reader and manager - by @antfu (8f246)
- Some basic idea of new UI style - by @antfu (31c99)
- Code viewer - by @antfu (0c5bd)
- Improve module id coloring - by @antfu (c61a8)
- Update graph ui - by @antfu (c19a0)
- Improve style - by @antfu (e86f4)
- Update rolldown - by @antfu (0ccbf)
- Some interactives - by @antfu (dc5cb)
- Show transform diff - by @antfu (31971)
- Update how line is drawn - by @antfu (ccdf7)
- Date rolldown data structure - by @antfu (861a4)
- Basic resolved id visual - by @antfu (d6fd9)
- Collapse loads - by @antfu (7bbd5)
- Cache path parsing function - by @antfu (132a9)
- Use preset wind 4 - by @antfu (f9685)
- Navigation on resolveId - by @antfu (a39fc)
- Basic module graph - by @antfu (85037)
- Get root dir from server - by @antfu (ac53e)
- Basic filters - by @antfu (e1b39)
- Adjust ui - by @antfu (3ee67)
- Graph view - by @antfu (602a9)
- Support imports meta - by @antfu (deb3d)
- Restructure UI - by @antfu (3bfc1)
- Init rpc package - by @webfansplz (547c2)
- Visualize dynamic imports - by @antfu (5cc5b)
- Create rpc client/server - by @webfansplz (a3d28)
- Add module flamegraph - by @antfu (4f41b)
- Migrate to rpc package - by @webfansplz and @antfu in #3 (04a0c)
- Close module detail modal on toggle display type - by @webfansplz in #4 (0662f)
- Add loading for fetch module transforms - by @webfansplz (30ba7)
- Chrome package - by @webfansplz (8d2e5)
- Support rolldown source ref - by @antfu (46819)
- Add basic logo - by @antfu (0018d)
- Rpc support for chrome extension - by @webfansplz (14e3c)
- Ui - by @antfu (f8abd)
- Ui - by @antfu (b0374)
- Sidenav - by @antfu (5daf9)
- Read metadata - by @antfu (e3254)
- Session select - by @antfu (9be58)
- Side nav ui - by @antfu (5942e)
- chrome:
- Initial package and build script - by @webfansplz (b3d5a)
- rpc:
- Ws preset - by @webfansplz (0f368)
- Customizable serialize/deserialize - by @webfansplz (8afa4)
🐞 Bug Fixes
- Get module from modulesMap by id - by @webfansplz (c62cc)
- Loading state - by @antfu (d4a18)
- Code diff line counting in module transforms - by @webfansplz in #6 (18cd2)
ModuleFlowLoader
component container minimum width - by @webfansplz (76441)- Close module flow panel on click outside - by @webfansplz (09096)
- App manifest path for dev env - by @webfansplz (e4bba)
- Rebuild flamegraph on tree nodes updated - by @webfansplz (d09f3)
- Adjust
ModuleFlow
layout and update flamegraph on resize - by @webfansplz in #7 (8cdc6)
🏎 Performance
- Separate module transforms to improve speed - by @webfansplz (4be47)
- Get module-transforms in next tick - by @webfansplz (fbde8)
- Fixed editor height to trigger codemirror virtual scroll - by @webfansplz in #5 (41886)