Releases: vuejs/devtools
Releases · vuejs/devtools
v7.3.1
🐞 Bug Fixes
- kit: Prevent duplicate registration of devtool plugin - by @webfansplz in #457 (9ad1a)
View changes on GitHub
v7.3.0
🚀 Features
- Compatible with v6 plugin API, refactor messaging system - by @webfansplz, Alex and autofix-ci[bot] in #421 (3feec)
- Further compatibility with v6 pluign API - by @webfansplz (d6972)
- Hide open-in-editor in chrome panel - by @webfansplz (9b9c0)
- Firefox extension - by @webfansplz in #446 (610b0)
- 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)
- Auto scroll to bottom when timeline event updated - by @alexzhang1030 in #430 (d4ae5)
- client:
- Unhighlight component when unmounted for custom inspector - by @webfansplz (25ef3)
- Change inspect-component icon - by @maxirozay and Alex in #372 (f1185)
- core:
- Expose activeComponent to window - by @alexzhang1030 in #427 (91f8e)
- extension:
- Inspect dom - by @webfansplz (2f8a3)
🐞 Bug Fixes
- Remove the available launch editors limit - by @webfansplz (56172)
- Cannot update states of options-api - by @alexzhang1030 in #395 (f138c)
- Reset tree-node selected when mismatch - by @webfansplz (df8ec)
- Use internal parse/stringify function for timeline event - by @webfansplz (8d089)
- Restore server rpc listeners when reload client - by @webfansplz (f7ffb)
- 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)
- Should not reset root-state expanded-state on updated - by @webfansplz (48a72)
- Resize custom devtools logo size - by @webfansplz (79758)
- Fix mismatching on regex route path - by @Azurewarth0920 in #433 (0b57f)
- Expand settings grid column width - by @alexzhang1030 in #448 (94b00)
- core:
- Rpc retry timeout - by @webfansplz (2a772)
- kit:
- Avoid circular vue instance ref when encoding state - by @alexzhang1030 in #429 (7c321)
- overlay:
- Hide panel when enable inspector - by @alexzhang1030 in #407 (a0186)
- Change panel visible on toggle - by @webfansplz (3cb8d)
- vite:
- Normalize separate window url when apply
base
option - by @LukerSpringtree in #442 (c0df9)
- Normalize separate window url when apply
- vite+overlay:
- Using mjs overlay bundle for vite plugin - by @alexzhang1030 and @webfansplz in #408 (2b4fb)
View changes on GitHub
v7.3.0-beta.3
🚀 Features
- client: Unhighlight component when unmounted for custom inspector - by @webfansplz (25ef3)
🐞 Bug Fixes
- client:
- Should not reset root-state expanded-state on updated - by @webfansplz (48a72)
- Resize custom devtools logo size - by @webfansplz (79758)
- core:
- Rpc retry timeout - by @webfansplz (2a772)
View changes on GitHub
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)