Releases: vuejs/devtools
Releases · vuejs/devtools
v7.3.0-beta.2
🚀 Features
- Further compatibility with v6 pluign API - by @webfansplz (d6972)
🐞 Bug Fixes
- Reset tree-node selected when mismatch - by @webfansplz (df8ec)
View changes on GitHub
v7.3.0-beta.1
🚀 Features
- Compatible with v6 plugin API, refactor messaging system - by @webfansplz, Alex and autofix-ci[bot] in #421 (3feec)
- applet:
- Allow select-text for string data fields - by @xuzuodong in #410 (b5e95)
- Expand component tree item by double click - by @xuzuodong in #413 (a852c)
- Improve long-string display in components panel - by @alexzhang1030 in #419 (b702a)
🐞 Bug Fixes
- Remove the available launch editors limit - by @webfansplz (56172)
- Cannot update states of options-api - by @alexzhang1030 in #395 (f138c)
- applet: Update component render-code when toggle tree-node - by @CoutinhoTTS in #423 (064a4)
- client: Add opacity for safari iframe visibility toggling - by @michaelandrewrm in #403 (caca4)
- overlay: Hide panel when enable inspector - by @alexzhang1030 in #407 (a0186)
- vite+overlay: Using mjs overlay bundle for vite plugin - by @alexzhang1030 and @webfansplz in #408 (2b4fb)
View changes on GitHub
v7.2.1
🐞 Bug Fixes
- Page can't navigation, revert #357 - by @webfansplz in #357 (967d2)
View changes on GitHub
v7.2.0
🚀 Features
- Improve split screen - by @alexzhang1030 in #358 (0d955)
launchEditor
option - by @webfansplz in #373 (7f147)- Vuex panel - by @Azurewarth0920 and @webfansplz in #289 (c6cc8)
- Vue query panel - by @webfansplz in #381 (62bbd)
- Vee validate panel - by @webfansplz in #390 (4f5bb)
- client: Update vue-api-manifest - by @alexzhang1030 in #370 (7345f)
🐞 Bug Fixes
- Disconnect when all apps are unmount - by @alexzhang1030 in #357 (a12c8)
- Make
CommandPalette
component z-index maximum - by @alexzhang1030 in #363 (add83) - applet:
- Make sure
a.b
property displays/edits as expected - by @Azurewarth0920 in #353 (3e2d4)
- Make sure
- client:
- Drawer positions - by @alexzhang1030 in #361 (1133b)
- Close panel when using color picker - by @alexzhang1030 in #371 (bd494)
View changes on GitHub
v7.1.3
🚀 Features
- vite: Ssr support - by @webfansplz (0711e)
🐞 Bug Fixes
- applet:
- Add delay time to ensure scrolling to target node after inspection - by @webfansplz (2a403)
- Incorrect rendering on overflowed TreeViewer - by @alexzhang1030 in #348 (3bf38)
- Avoid line wrapping for component-name - by @webfansplz (b10fd)
View changes on GitHub
v7.1.2
🐞 Bug Fixes
- vite: Ensure inject overlay before app mounted - by @webfansplz (aed6f)
View changes on GitHub
v7.1.1
🐞 Bug Fixes
- shared: Move
useDevToolsColorMode
function to ui package - by @webfansplz (1bc15)
View changes on GitHub
v7.1.0
🚀 Features
- New components/pinia/router panel - by @webfansplz in #345 (6359b)
- client: Auto scroll to component tree after inspected - by @JianJroh in #308 (6ab1a)
- vite: Show asset importers - by @LoTwT in #334 (318c8)
🐞 Bug Fixes
- deps: Update dependency vite-plugin-vue-inspector to v5 - by @renovate[bot] in #338 (04c3a)
- kit: Unregister app instance when instance is unmounted - by @Azurewarth0920 in #340 (5da5a)
- vite: Apply vite server base url - by @webfansplz in #335 (4317b)
View changes on GitHub
v7.0.27
v7.0.26
🚀 Features
- client: Improve UX when toggle sidebar - by @JianJroh in #303 (4cb87)
- vite: Support wasm asset file type - by @LoTwT in #314 (5169d)
🐞 Bug Fixes
- kit:
- Use event-capturing mode when enable component highlighter - by @xuzuodong in #302 (0f410)
- Sync instanceMap when appRecord matched - by @webfansplz in #327 (5f901)