Releases: vuejs/devtools
Releases · vuejs/devtools
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)