Releases: vuejs/devtools
Releases · vuejs/devtools
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)
View changes on GitHub
v7.0.14
🚀 Features
- Update assets in real time - by @LoTwT in #212 (e65ba)
- vite: Introducing component inspector option - by @webfansplz in #214 (e604b)
🐞 Bug Fixes
- client: Call bridgeRpc on demand in
openInEditorfunction - by @webfansplz (3da98)
View changes on GitHub
v7.0.13
🚀 Features
- client: Module update track for graph page - by @LoTwT and @webfansplz in #195 (98fc8)
View changes on GitHub
v7.0.12
🚀 Features
- assets:
- client:
- Improve ui of assets page - by @alexzhang1030 in #189 (ca555)
- Improve behavior of
EditInputcomponent - by @Azurewarth0920 in #193 (ef06e)
🐞 Bug Fixes
- client:
- vite:
- Make devtools initialize before app created - by @webfansplz in #194 (9bac8)
View changes on GitHub
v7.0.11
🚀 Features
- client:
- Lazy render large data - by @alexzhang1030 in #181 (3a63b)
- Responsive adaptation for graph page - by @alexzhang1030 in #182 (f7584)
🐞 Bug Fixes
- electron: Decode app file path - by @alexzhang1030 in #176 (03ba8)
View changes on GitHub
v7.0.10
🐞 Bug Fixes
- devtools: Error types declaration exports - by @webfansplz in #171 (d183d)
- kit: Filter useless route info, closes #159 - by @webfansplz in #159 (66d1b)
View changes on GitHub
v7.0.9
🚀 Features
- Vue i18n tab - by @webfansplz in #168 (3df27)
🐞 Bug Fixes
- client: Resolve nested custom object - by @Azurewarth0920 in #167 (8886a)
- shared: Handle circular reference for deep clone - by @webfansplz in #166 (d3225)
View changes on GitHub
v7.0.8
🐞 Bug Fixes
- electron: Compatible with vue custom renderer - by @webfansplz in #164 (ab374)
View changes on GitHub
v7.0.7
🚀 Features
- client: Add color picker and inspector commands - by @webfansplz in #162 (f96ec)
🐞 Bug Fixes
- client/bridge: Enable deletion of property on Map/Set - by @Azurewarth0920 in #163 (80ae1)
- ui: Destructure slot data binding for
DarkTogglecomponent - by @webfansplz in #160 (ed84e)
View changes on GitHub
v7.0.6
🚀 Features
- electron: Copy button of connection page - by @alexzhang1030 and @webfansplz in #154 (96b6f)
🐞 Bug Fixes
- client:
- Shortcut keys for toggle command palette - by @c0dedance in #156 (4246a)
- electron:
- Compatible with windows - by @alexzhang1030 in #153 (54de0)
- Use esm instead of iife to load script - by @webfansplz in #157 (fb1b2)