Releases: vuejs/devtools
Releases · vuejs/devtools
v7.0.9
🚀 Features
- Vue i18n tab - by @webfansplz in #168 (3df27)
🐞 Bug Fixes
- client: Resolve nested custom object - by @Azurewarth0920 in #167 (8886a)
- shared: Handle circular reference for deep clone - by @webfansplz in #166 (d3225)
View changes on GitHub
v7.0.8
🐞 Bug Fixes
- electron: Compatible with vue custom renderer - by @webfansplz in #164 (ab374)
View changes on GitHub
v7.0.7
🚀 Features
- client: Add color picker and inspector commands - by @webfansplz in #162 (f96ec)
🐞 Bug Fixes
- client/bridge: Enable deletion of property on Map/Set - by @Azurewarth0920 in #163 (80ae1)
- ui: Destructure slot data binding for
DarkToggle
component - by @webfansplz in #160 (ed84e)
View changes on GitHub
v7.0.6
🚀 Features
- electron: Copy button of connection page - by @alexzhang1030 and @webfansplz in #154 (96b6f)
🐞 Bug Fixes
- client:
- Shortcut keys for toggle command palette - by @c0dedance in #156 (4246a)
- electron:
- Compatible with windows - by @alexzhang1030 in #153 (54de0)
- Use esm instead of iife to load script - by @webfansplz in #157 (fb1b2)
View changes on GitHub
v7.0.5
🐞 Bug Fixes
- Compatible with
vue-query
- by @webfansplz in #149 (4b857) - client:
- Deserialize issue on editing custom property - by @Azurewarth0920 in #144 (c1e14)
- Expand all parent nodes on inspecting component tree - by @webfansplz in #151 (66a29)
🏎 Performance
- Use
Set.has
instead ofArray.includes
- by @Azurewarth0920 in #140 (c8eba)
View changes on GitHub
v7.0.4
🐞 Bug Fixes
- client:
🏎 Performance
- Reduce the performance cost of component changed - by @webfansplz in #139 (b6721)
View changes on GitHub
v7.0.3
🚀 Features
- Minimize panel while inspecting component node - by @webfansplz in #119 (f04ff)
🐞 Bug Fixes
- Remove public prefix to resolve vite assets warning - by @alexzhang1030 and @webfansplz in #117 (3f306)
- Redundant re-render and loss of collapsed state for inspector tree/state component - by @Azurewarth0920 in #124 (11876)
- Selecting components highlighting bounds incorrectly - by @webfansplz in #129 (c7c4c)
- client: Unique collapse id for inspector state tree - by @Azurewarth0920 (745e4)
- pinia: Passing
getters
oninspectorStateUpdated
- by @Azurewarth0920 in #122 (a34c3)
View changes on GitHub
v7.0.2
v7.0.1
🐞 Bug Fixes
- Define feature flags env for browser extension - by @webfansplz (c5a45)
- client: Deduplicated and set recursive max depth for graph nodes - by @alexzhang1030 in #108 (a7513)