Releases: vuejs/devtools
Releases · vuejs/devtools
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)
View changes on GitHub
v7.0.15
🚨 Breaking Changes
- Deprecate schema package - by @webfansplz (54e84)
🚀 Features
- Enable editing on BigInt type - by @Azurewarth0920 in #215 (32746)
- client: Improve inspector UI of Map data type - by @Azurewarth0920 in #220 (5ce3a)
🐞 Bug Fixes
- client:
- Deserialize value on drafting new prop - by @Azurewarth0920 in #222 (9695d)
- Enable drafting prop on empty object - by @Azurewarth0920 in #223 (d3042)
- electron:
- User app bundle file extension - by @webfansplz (ddc9e)
- kit:
- Mark vue as peer dependencies - by @Yueyanc in #218 (40f93)
- Use factory function to init/reset state - by @webfansplz (fca27)
- Set active app record after register component plugin - by @webfansplz (32cb3)
🏎 Performance
- Improve RefStateEditor.set performance - by @Azurewarth0920 in #221 (112ec)