Releases: vuejs/devtools
Releases · vuejs/devtools
v7.0.25
🚀 Features
- client: Responsive layout for components panel - by @JianJroh in #298 (7efb0)
- vite: Use case-insensitive mode for matching assets files - by @meitan-li in #299 (4ef8b)
🐞 Bug Fixes
- kit: Deconfliction variable-naming with legacy devtools - by @webfansplz in #300 (c7097)
View changes on GitHub
v7.0.24
🐞 Bug Fixes
- core: Use non-secure nanoid for friendly-browser support - by @webfansplz in #296 (85369)
View changes on GitHub
v7.0.23
🐞 Bug Fixes
- kit/applet: Parse state field types, closes #295 - by @webfansplz in #295 (d4f7b)
View changes on GitHub
v7.0.22
🚀 Features
🐞 Bug Fixes
- kit: Respect legacy devtools plugin registration - by @webfansplz (f7941)
View changes on GitHub
v7.0.21
🐞 Bug Fixes
- applet: Content overflow in pinia panel - by @webfansplz (a1aed)
- client: Deduplicate node references in graph page #286 - by @duowb in #287 and #286 (6f4b2)
- kit: Respect legacy devtools hook in nuxt app - by @webfansplz in #292 (dbb6b)
- vite: Compatible with vite4 for messaging - by @webfansplz (aec7f)
View changes on GitHub
v7.0.20
🚀 Features
- applet:
- Enhance pinia panel nav - by @webfansplz in #285 (3ab66)
- Show name on pinia panel nav - by @webfansplz (ac598)
🐞 Bug Fixes
- client: Set fallback display value for empty string-type state - by @webfansplz (c386c)
🏎 Performance
- Add virtual-scroller for timeline component - by @webfansplz (672bf)
View changes on GitHub
v7.0.19
v7.0.18
🚀 Features
- Applet package - by @webfansplz in #283 (4cbc9)
- kit: High-performance mode - by @webfansplz in #280 (611af)
🐞 Bug Fixes
- Respect open-in-editor host option - by @webfansplz in #281 (5fd4a)
View changes on GitHub
v7.0.17
🚀 Features
- client: Use browser native UI on date editing - by @Azurewarth0920 in #275 (8c731)
- kit: Optimize editing on native set - by @Azurewarth0920 in #269 (3adda)
🐞 Bug Fixes
- Revert getting pinia state on update - by @Azurewarth0920 in #264 (a79e2)
- client: Route param regex overflows container - by @adamdehaven in #266 (76a00)
- client,kit: Message passing parse error - by @webfansplz in #277 (c37a3)
View changes on GitHub
v7.0.16
🚨 Breaking Changes
- core: Bridge messaging - by @webfansplz in #250 (3a38c)
🚀 Features
- devtools-kit: Enable editing native Map/Set in input field - by @Azurewarth0920 in #253 (6ed9d)
- standalone: Add default host/port for connect function - by @Azurewarth0920 in #254 (e8ddf)
🐞 Bug Fixes
- api: Export
setupDevtoolsPlugin
function - by @webfansplz in #255 (a9c2f) - client, bridge: Update pinia status when module loaded - by @Azurewarth0920 in #244 (90285)
- devtools-kit: Dynamically register setupFn of plugins - by @Azurewarth0920 in #247 (d6b92)
- vite: Respect
clientHost
option for overlay asset URLs - by @RobertBoes (6fd90)