Releases: vitejs/devtools
Releases · vitejs/devtools
v0.0.0-alpha.8
v0.0.0-alpha.7
🚀 Features
- Highlight duplicated package version - by @webfansplz (af536)
 - Calculate chunk size - by @webfansplz (3ee37)
 - Plugin sunburst view - by @webfansplz in #106 (cfaa2)
 - Package detail view - by @webfansplz in #116 (8f2fc)
 - core:
 
🐞 Bug Fixes
- Treemap view hover blinking - by @DanoAndHolidays in #110 (586f3)
 - webext: Use 
vite:extendhook to extend config - by @webfansplz (5371f) 
🏎 Performance
- vite: Improve data processing in chunk imports - by @liangmiQwQ in #107 (e0675)
 
View changes on GitHub
v0.0.0-alpha.6
v0.0.0-alpha.5
No significant changes
View changes on GitHub
v0.0.0-alpha.4
🚀 Features
- Add treemap view for packages - by @webfansplz in #101 (4ae77)
 - Rename base url names - by @antfu (7bd77)
 
View changes on GitHub
v0.0.0-alpha.3
v0.0.0-alpha.2
🚀 Features
- Basic rendering of chunks - by @antfu (e4422)
 - Add wheel zoom to module graph - by @webfansplz (53fef)
 - Hoist module panel - by @antfu (5608d)
 - Adopt to new data format - by @antfu (5f489)
 - Improve panel layout - by @antfu (ce491)
 - Prevent text wrapping to improve panel layout - by @webfansplz (193fe)
 - Preserve UI state - by @antfu (c1ed7)
 - Display chunk in flow - by @antfu (0acd5)
 - Adjust ui - by @antfu (5b4c3)
 - Basic assets display - by @antfu (a69cb)
 - Module imports relationships - by @webfansplz in #11 (61ed0)
 - Folder view mode for module graph - by @webfansplz in #10 (1155b)
 - Dark mode support for webext - by @ufec in #14 (3793f)
 - Module asset details - by @webfansplz in #18 (e712e)
 - Assets list/folder - by @webfansplz in #26 (ca7f3)
 - Add click event on FlowmapNode to toggle - by @lonewolfyx in #36 (71fa6)
 - Make modules counting as floating panel - by @CoutinhoTTS in #37 (19318)
 - Assets treemap - by @webfansplz in #41 (b4586)
 - Build flow duration and file size changes - by @webfansplz and @antfu in #38 (97d38)
 - Add listening to 
Escapebutton to close theDataModuleDetailsLoaderorDataAssetDetailsLoader- by @lonewolfyx in #44 (9c2c4) - Save last module details view type - by @LittleSound in #48 (39de8)
 - Add search components to Plugins and Modules Graph - by @CoutinhoTTS and @antfu in #45 (fe065)
 - Reverse selection for search panel - by @antfu (56f62)
 - Add search for assets - by @webfansplz in #51 (43369)
 - Control module flow panel size - by @LittleSound in #52 (c0f2c)
 - Add sunburst view for assets - by @webfansplz in #57 (86189)
 - Add flamegraph view for assets - by @webfansplz in #58 (ad405)
 - Control diff editor panel size - by @LittleSound in #55 (1c0a9)
 - Line wrapping control of diff editor - by @LittleSound in #56 (66d24)
 - Add importers for assets - by @webfansplz in #60 (3329a)
 - Add build duration in meta info - by @webfansplz in #59 (71f08)
 - Asset relationship - by @webfansplz in #61 (71bde)
 - Module detailed list - by @webfansplz in #50 (3829d)
 - Close module details panel on click outside - by @webfansplz (0b1ce)
 - Custom scrollbar style - by @liangmiQwQ in #72 (bce5a)
 - Plugin details - by @webfansplz in #76 (bddb3)
 - Add expand/collapse functionality for graph nodes - by @whitexie in #63 (84a78)
 - Add virtual list for data list - by @webfansplz in #80 (37b93)
 - Plugin flamegraph - by @CrabSAMA in #79 (71303)
 - Add listening to 
Escapebutton to closePluginDetailLoader- by @CrabSAMA in #81 (7a0d3) - Adjust layout and add virtual scroll for plugin detail table - by @CrabSAMA in #83 (76bd6)
 - Add unchanged info and toggle button for plugin details - by @webfansplz in #90 (a0378)
 - Improve graph hover display - by @CrabSAMA in #89 (ea82f)
 - Chunks graph view - by @webfansplz in #84 (65981)
 - Add imports display in chunk details - by @liangmiQwQ and @antfu in #82 (58605)
 - Show chunk details on clicking chunk graph node - by @webfansplz (524a8)
 - Build sessions compare - by @webfansplz in #95 (f327d)
 - Packages - by @webfansplz in #97 (07da0)
 - Basic vite plugin devtools setup - by @antfu in #85 (97a41)
 - devtools: Enable builtin ui by default - by @antfu (f887b)
 
🐞 Bug Fixes
- Show code diff if 
codeDisplayexists - by @webfansplz (3eef8) - Panel size - by @antfu (79b0f)
 - Scrollbar behavior for side nav - by @webfansplz (c69ee)
 - Initial value of filters for graph - by @webfansplz (0b85c)
 - Hide tail line at end of build flow - by @webfansplz (1114d)
 - Adjust 
ChunkDetailscontainer height and overflow - by @webfansplz (e0838) - Scrollbar behavior for module list/folder - by @webfansplz (43fc5)
 - Offset graph back into view - by @webfansplz (0812e)
 - Consistent folder styles - by @antfu (c67a1)
 - Dispose flame graph on unmounted - by @LittleSound in #20 [(6bccf)](ht...
 
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)
 ModuleFlowLoadercomponent 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 
ModuleFlowlayout 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)