vuejs/devtools-next (@vue/devtools-api)
### [`v7.2.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.2.0)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0)
##### 🚀 Features
- Improve split screen - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/358](https://togithub.com/vuejs/devtools-next/issues/358) [(0d955)](https://togithub.com/vuejs/devtools-next/commit/0d95534)
- `launchEditor` option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/373](https://togithub.com/vuejs/devtools-next/issues/373) [(7f147)](https://togithub.com/vuejs/devtools-next/commit/7f1476d)
- Vuex panel - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/289](https://togithub.com/vuejs/devtools-next/issues/289) [(c6cc8)](https://togithub.com/vuejs/devtools-next/commit/c6cc8c9)
- Vue query panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/381](https://togithub.com/vuejs/devtools-next/issues/381) [(62bbd)](https://togithub.com/vuejs/devtools-next/commit/62bbdd4)
- Vee validate panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/390](https://togithub.com/vuejs/devtools-next/issues/390) [(4f5bb)](https://togithub.com/vuejs/devtools-next/commit/4f5bb06)
- **client**: Update vue-api-manifest - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/370](https://togithub.com/vuejs/devtools-next/issues/370) [(7345f)](https://togithub.com/vuejs/devtools-next/commit/7345f1c)
##### 🐞 Bug Fixes
- Disconnect when all apps are unmount - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/357](https://togithub.com/vuejs/devtools-next/issues/357) [(a12c8)](https://togithub.com/vuejs/devtools-next/commit/a12c816)
- Make `CommandPalette` component z-index maximum - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/363](https://togithub.com/vuejs/devtools-next/issues/363) [(add83)](https://togithub.com/vuejs/devtools-next/commit/add83ae)
- **applet**:
- Make sure `a.b` property displays/edits as expected - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/353](https://togithub.com/vuejs/devtools-next/issues/353) [(3e2d4)](https://togithub.com/vuejs/devtools-next/commit/3e2d40b)
- **client**:
- Drawer positions - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/361](https://togithub.com/vuejs/devtools-next/issues/361) [(1133b)](https://togithub.com/vuejs/devtools-next/commit/1133bcf)
- Close panel when using color picker - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/371](https://togithub.com/vuejs/devtools-next/issues/371) [(bd494)](https://togithub.com/vuejs/devtools-next/commit/bd49415)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0)
### [`v7.1.3`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.3)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.2...v7.1.3)
##### 🚀 Features
- **vite**: Ssr support - by [@webfansplz](https://togithub.com/webfansplz) [(0711e)](https://togithub.com/vuejs/devtools-next/commit/0711ea2)
##### 🐞 Bug Fixes
- **applet**:
- Add delay time to ensure scrolling to target node after inspection - by [@webfansplz](https://togithub.com/webfansplz) [(2a403)](https://togithub.com/vuejs/devtools-next/commit/2a40383)
- Incorrect rendering on overflowed TreeViewer - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/348](https://togithub.com/vuejs/devtools-next/issues/348) [(3bf38)](https://togithub.com/vuejs/devtools-next/commit/3bf3812)
- Avoid line wrapping for component-name - by [@webfansplz](https://togithub.com/webfansplz) [(b10fd)](https://togithub.com/vuejs/devtools-next/commit/b10fd96)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.2...v7.1.3)
### [`v7.1.2`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.2)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2)
##### 🐞 Bug Fixes
- **vite**: Ensure inject overlay before app mounted - by [@webfansplz](https://togithub.com/webfansplz) [(aed6f)](https://togithub.com/vuejs/devtools-next/commit/aed6fbe)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2)
### [`v7.1.1`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.1)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1)
##### 🐞 Bug Fixes
- **shared**: Move `useDevToolsColorMode` function to ui package - by [@webfansplz](https://togithub.com/webfansplz) [(1bc15)](https://togithub.com/vuejs/devtools-next/commit/1bc150e)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1)
### [`v7.1.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.0)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0)
##### 🚀 Features
- New components/pinia/router panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/345](https://togithub.com/vuejs/devtools-next/issues/345) [(6359b)](https://togithub.com/vuejs/devtools-next/commit/6359b3e)
- **client**: Auto scroll to component tree after inspected - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/308](https://togithub.com/vuejs/devtools-next/issues/308) [(6ab1a)](https://togithub.com/vuejs/devtools-next/commit/6ab1abc)
- **vite**: Show asset importers - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/334](https://togithub.com/vuejs/devtools-next/issues/334) [(318c8)](https://togithub.com/vuejs/devtools-next/commit/318c8e8)
##### 🐞 Bug Fixes
- **deps**: Update dependency vite-plugin-vue-inspector to v5 - by [@renovate](https://togithub.com/renovate)\[bot] in[https://github.com/vuejs/devtools-next/issues/338](https://togithub.com/vuejs/devtools-next/issues/338)8 [(04c3a)](https://togithub.com/vuejs/devtools-next/commit/04c3ab9)
- **kit**: Unregister app instance when instance is unmounted - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/340](https://togithub.com/vuejs/devtools-next/issues/340) [(5da5a)](https://togithub.com/vuejs/devtools-next/commit/5da5a6c)
- **vite**: Apply vite server base url - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/335](https://togithub.com/vuejs/devtools-next/issues/335) [(4317b)](https://togithub.com/vuejs/devtools-next/commit/4317b47)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0)
### [`v7.0.27`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.27)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.26...v7.0.27)
##### 🐞 Bug Fixes
- **vite**: Cjs compatible - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/332](https://togithub.com/vuejs/devtools-next/issues/332) [(e7911)](https://togithub.com/vuejs/devtools-next/commit/e79114b)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.26...v7.0.27)
### [`v7.0.26`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.26)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.25...v7.0.26)
##### 🚀 Features
- **client**: Improve UX when toggle sidebar - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/303](https://togithub.com/vuejs/devtools-next/issues/303) [(4cb87)](https://togithub.com/vuejs/devtools-next/commit/4cb87e9)
- **vite**: Support wasm asset file type - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/314](https://togithub.com/vuejs/devtools-next/issues/314) [(5169d)](https://togithub.com/vuejs/devtools-next/commit/5169dbf)
##### 🐞 Bug Fixes
- **kit**:
- Use event-capturing mode when enable component highlighter - by [@xuzuodong](https://togithub.com/xuzuodong) in [https://github.com/vuejs/devtools-next/issues/302](https://togithub.com/vuejs/devtools-next/issues/302) [(0f410)](https://togithub.com/vuejs/devtools-next/commit/0f410e1)
- Sync instanceMap when appRecord matched - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/327](https://togithub.com/vuejs/devtools-next/issues/327) [(5f901)](https://togithub.com/vuejs/devtools-next/commit/5f901d1)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.25...v7.0.26)
### [`v7.0.25`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.25)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.24...v7.0.25)
##### 🚀 Features
- **client**: Responsive layout for components panel - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/298](https://togithub.com/vuejs/devtools-next/issues/298) [(7efb0)](https://togithub.com/vuejs/devtools-next/commit/7efb026)
- **vite**: Use case-insensitive mode for matching assets files - by [@meitan-li](https://togithub.com/meitan-li) in [https://github.com/vuejs/devtools-next/issues/299](https://togithub.com/vuejs/devtools-next/issues/299) [(4ef8b)](https://togithub.com/vuejs/devtools-next/commit/4ef8b51)
##### 🐞 Bug Fixes
- **kit**: Deconfliction variable-naming with legacy devtools - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/300](https://togithub.com/vuejs/devtools-next/issues/300) [(c7097)](https://togithub.com/vuejs/devtools-next/commit/c7097ea)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.24...v7.0.25)
### [`v7.0.24`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.24)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.23...v7.0.24)
##### 🐞 Bug Fixes
- **core**: Use non-secure nanoid for friendly-browser support - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/296](https://togithub.com/vuejs/devtools-next/issues/296) [(85369)](https://togithub.com/vuejs/devtools-next/commit/853694c)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.23...v7.0.24)
### [`v7.0.23`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.23)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.22...v7.0.23)
##### 🐞 Bug Fixes
- **kit/applet**: Parse state field types, closes [#295](https://togithub.com/vuejs/devtools-next/issues/295) - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/295](https://togithub.com/vuejs/devtools-next/issues/295) [(d4f7b)](https://togithub.com/vuejs/devtools-next/commit/d4f7bbe)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.22...v7.0.23)
### [`v7.0.22`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.22)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.21...v7.0.22)
##### 🚀 Features
- **client**: Responsive layout for components panel - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/293](https://togithub.com/vuejs/devtools-next/issues/293) [(deb17)](https://togithub.com/vuejs/devtools-next/commit/deb1788)
##### 🐞 Bug Fixes
- **kit**: Respect legacy devtools plugin registration - by [@webfansplz](https://togithub.com/webfansplz) [(f7941)](https://togithub.com/vuejs/devtools-next/commit/f7941e6)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.21...v7.0.22)
### [`v7.0.21`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.21)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.20...v7.0.21)
##### 🐞 Bug Fixes
- **applet**: Content overflow in pinia panel - by [@webfansplz](https://togithub.com/webfansplz) [(a1aed)](https://togithub.com/vuejs/devtools-next/commit/a1aeddf)
- **client**: Deduplicate node references in graph page [#286](https://togithub.com/vuejs/devtools-next/issues/286) - by [@duowb](https://togithub.com/duowb) in [https://github.com/vuejs/devtools-next/issues/287](https://togithub.com/vuejs/devtools-next/issues/287) and [https://github.com/vuejs/devtools-next/issues/286](https://togithub.com/vuejs/devtools-next/issues/286) [(6f4b2)](https://togithub.com/vuejs/devtools-next/commit/6f4b22d)
- **kit**: Respect legacy devtools hook in nuxt app - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/292](https://togithub.com/vuejs/devtools-next/issues/292) [(dbb6b)](https://togithub.com/vuejs/devtools-next/commit/dbb6bb6)
- **vite**: Compatible with vite4 for messaging - by [@webfansplz](https://togithub.com/webfansplz) [(aec7f)](https://togithub.com/vuejs/devtools-next/commit/aec7f73)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.20...v7.0.21)
### [`v7.0.20`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.20)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20)
##### 🚀 Features
- **applet**:
- Enhance pinia panel nav - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/285](https://togithub.com/vuejs/devtools-next/issues/285) [(3ab66)](https://togithub.com/vuejs/devtools-next/commit/3ab6600)
- Show name on pinia panel nav - by [@webfansplz](https://togithub.com/webfansplz) [(ac598)](https://togithub.com/vuejs/devtools-next/commit/ac59853)
##### 🐞 Bug Fixes
- **client**: Set fallback display value for empty string-type state - by [@webfansplz](https://togithub.com/webfansplz) [(c386c)](https://togithub.com/vuejs/devtools-next/commit/c386c66)
##### 🏎 Performance
- Add virtual-scroller for timeline component - by [@webfansplz](https://togithub.com/webfansplz) [(672bf)](https://togithub.com/vuejs/devtools-next/commit/672bf5e)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20)
### [`v7.0.19`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.19)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19)
##### 🐞 Bug Fixes
- **applet**: Add missing import - by [@webfansplz](https://togithub.com/webfansplz) [(6848e)](https://togithub.com/vuejs/devtools-next/commit/6848e9e)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19)
### [`v7.0.18`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.18)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.17...v7.0.18)
##### 🚀 Features
- Applet package - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/283](https://togithub.com/vuejs/devtools-next/issues/283) [(4cbc9)](https://togithub.com/vuejs/devtools-next/commit/4cbc985)
- **kit**: High-performance mode - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/280](https://togithub.com/vuejs/devtools-next/issues/280) [(611af)](https://togithub.com/vuejs/devtools-next/commit/611af04)
##### 🐞 Bug Fixes
- Respect open-in-editor host option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/281](https://togithub.com/vuejs/devtools-next/issues/281) [(5fd4a)](https://togithub.com/vuejs/devtools-next/commit/5fd4a44)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.17...v7.0.18)
### [`v7.0.17`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.17)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.16...v7.0.17)
##### 🚀 Features
- **client**: Use browser native UI on date editing - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/275](https://togithub.com/vuejs/devtools-next/issues/275) [(8c731)](https://togithub.com/vuejs/devtools-next/commit/8c7315b)
- **kit**: Optimize editing on native set - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/269](https://togithub.com/vuejs/devtools-next/issues/269) [(3adda)](https://togithub.com/vuejs/devtools-next/commit/3addaad)
##### 🐞 Bug Fixes
- Revert getting pinia state on update - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/264](https://togithub.com/vuejs/devtools-next/issues/264) [(a79e2)](https://togithub.com/vuejs/devtools-next/commit/a79e23f)
- **client**: Route param regex overflows container - by [@adamdehaven](https://togithub.com/adamdehaven) in [https://github.com/vuejs/devtools-next/issues/266](https://togithub.com/vuejs/devtools-next/issues/266) [(76a00)](https://togithub.com/vuejs/devtools-next/commit/76a0048)
- **client,kit**: Message passing parse error - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/277](https://togithub.com/vuejs/devtools-next/issues/277) [(c37a3)](https://togithub.com/vuejs/devtools-next/commit/c37a3fe)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.16...v7.0.17)
### [`v7.0.16`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.16)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.15...v7.0.16)
##### 🚨 Breaking Changes
- **core**: Bridge messaging - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/250](https://togithub.com/vuejs/devtools-next/issues/250) [(3a38c)](https://togithub.com/vuejs/devtools-next/commit/3a38cfd)
##### 🚀 Features
- **devtools-kit**: Enable editing native Map/Set in input field - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/253](https://togithub.com/vuejs/devtools-next/issues/253) [(6ed9d)](https://togithub.com/vuejs/devtools-next/commit/6ed9dcd)
- **standalone**: Add default host/port for connect function - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/254](https://togithub.com/vuejs/devtools-next/issues/254) [(e8ddf)](https://togithub.com/vuejs/devtools-next/commit/e8ddfe2)
##### 🐞 Bug Fixes
- **api**: Export `setupDevtoolsPlugin` function - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/255](https://togithub.com/vuejs/devtools-next/issues/255) [(a9c2f)](https://togithub.com/vuejs/devtools-next/commit/a9c2fd7)
- **client, bridge**: Update pinia status when module loaded - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/244](https://togithub.com/vuejs/devtools-next/issues/244) [(90285)](https://togithub.com/vuejs/devtools-next/commit/90285de)
- **devtools-kit**: Dynamically register setupFn of plugins - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/247](https://togithub.com/vuejs/devtools-next/issues/247) [(d6b92)](https://togithub.com/vuejs/devtools-next/commit/d6b92f4)
- **vite**: Respect `clientHost` option for overlay asset URLs - by [@RobertBoes](https://togithub.com/RobertBoes) [(6fd90)](https://togithub.com/vuejs/devtools-next/commit/6fd90e2)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.15...v7.0.16)
### [`v7.0.15`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.15)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.14...v7.0.15)
##### 🚨 Breaking Changes
- Deprecate schema package - by [@webfansplz](https://togithub.com/webfansplz) [(54e84)](https://togithub.com/vuejs/devtools-next/commit/54e8493)
##### 🚀 Features
- Enable editing on BigInt type - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/215](https://togithub.com/vuejs/devtools-next/issues/215) [(32746)](https://togithub.com/vuejs/devtools-next/commit/32746c5)
- **client**: Improve inspector UI of Map data type - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/220](https://togithub.com/vuejs/devtools-next/issues/220) [(5ce3a)](https://togithub.com/vuejs/devtools-next/commit/5ce3a00)
##### 🐞 Bug Fixes
- **client**:
- Deserialize value on drafting new prop - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/222](https://togithub.com/vuejs/devtools-next/issues/222) [(9695d)](https://togithub.com/vuejs/devtools-next/commit/9695db5)
- Enable drafting prop on empty object - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/223](https://togithub.com/vuejs/devtools-next/issues/223) [(d3042)](https://togithub.com/vuejs/devtools-next/commit/d30424a)
- **electron**:
- User app bundle file extension - by [@webfansplz](https://togithub.com/webfansplz) [(ddc9e)](https://togithub.com/vuejs/devtools-next/commit/ddc9e32)
- **kit**:
- Mark vue as peer dependencies - by [@Yueyanc](https://togithub.com/Yueyanc) in [https://github.com/vuejs/devtools-next/issues/218](https://togithub.com/vuejs/devtools-next/issues/218) [(40f93)](https://togithub.com/vuejs/devtools-next/commit/40f9331)
- Use factory function to init/reset state - by [@webfansplz](https://togithub.com/webfansplz) [(fca27)](https://togithub.com/vuejs/devtools-next/commit/fca27ca)
- Set active app record after register component plugin - by [@webfansplz](https://togithub.com/webfansplz) [(32cb3)](https://togithub.com/vuejs/devtools-next/commit/32cb373)
##### 🏎 Performance
- Improve RefStateEditor.set performance - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/221](https://togithub.com/vuejs/devtools-next/issues/221) [(112ec)](https://togithub.com/vuejs/devtools-next/commit/112ecb7)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.14...v7.0.15)
### [`v7.0.14`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.14)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.13...v7.0.14)
##### 🚀 Features
- Update assets in real time - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/212](https://togithub.com/vuejs/devtools-next/issues/212) [(e65ba)](https://togithub.com/vuejs/devtools-next/commit/e65ba84)
- **vite**: Introducing component inspector option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/214](https://togithub.com/vuejs/devtools-next/issues/214) [(e604b)](https://togithub.com/vuejs/devtools-next/commit/e604b41)
##### 🐞 Bug Fixes
- **client**: Call bridgeRpc on demand in `openInEditor` function - by [@webfansplz](https://togithub.com/webfansplz) [(3da98)](https://togithub.com/vuejs/devtools-next/commit/3da9850)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.13...v7.0.14)
### [`v7.0.13`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.13)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.12...v7.0.13)
##### 🚀 Features
- **client**: Module update track for graph page - by [@LoTwT](https://togithub.com/LoTwT) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/195](https://togithub.com/vuejs/devtools-next/issues/195) [(98fc8)](https://togithub.com/vuejs/devtools-next/commit/98fc8ed)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.12...v7.0.13)
### [`v7.0.12`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.12)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.11...v7.0.12)
##### 🚀 Features
- **assets**:
- Add yml/yaml/toml extensions and update ignore rules - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/184](https://togithub.com/vuejs/devtools-next/issues/184) [(e2c67)](https://togithub.com/vuejs/devtools-next/commit/e2c67cf)
- **client**:
- Improve ui of assets page - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/189](https://togithub.com/vuejs/devtools-next/issues/189) [(ca555)](https://togithub.com/vuejs/devtools-next/commit/ca555b5)
- Improve behavior of `EditInput` component - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/193](https://togithub.com/vuejs/devtools-next/issues/193) [(ef06e)](https://togithub.com/vuejs/devtools-next/commit/ef06e7c)
##### 🐞 Bug Fixes
- **client**:
- Make SideNav component zIndex be max - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/187](https://togithub.com/vuejs/devtools-next/issues/187) [(63da9)](https://togithub.com/vuejs/devtools-next/commit/63da9fe)
- Error type conversion on editing - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/188](https://togithub.com/vuejs/devtools-next/issues/188) [(d5087)](https://togithub.com/vuejs/devtools-next/commit/d50877a)
- **vite**:
- Make devtools initialize before app created - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/194](https://togithub.com/vuejs/devtools-next/issues/194) [(9bac8)](https://togithub.com/vuejs/devtools-next/commit/9bac88a)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.11...v7.0.12)
### [`v7.0.11`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.11)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.10...v7.0.11)
##### 🚀 Features
- **client**:
- Lazy render large data - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/181](https://togithub.com/vuejs/devtools-next/issues/181) [(3a63b)](https://togithub.com/vuejs/devtools-next/commit/3a63bde)
- Responsive adaptation for graph page - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/182](https://togithub.com/vuejs/devtools-next/issues/182) [(f7584)](https://togithub.com/vuejs/devtools-next/commit/f7584b1)
##### 🐞 Bug Fixes
- **electron**: Decode app file path - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/176](https://togithub.com/vuejs/devtools-next/issues/176) [(03ba8)](https://togithub.com/vuejs/devtools-next/commit/03ba8e2)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.10...v7.0.11)
### [`v7.0.10`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.10)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.9...v7.0.10)
##### 🐞 Bug Fixes
- **devtools**: Error types declaration exports - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/171](https://togithub.com/vuejs/devtools-next/issues/171) [(d183d)](https://togithub.com/vuejs/devtools-next/commit/d183d35)
- **kit**: Filter useless route info, closes [#159](https://togithub.com/vuejs/devtools-next/issues/159) - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/159](https://togithub.com/vuejs/devtools-next/issues/159) [(66d1b)](https://togithub.com/vuejs/devtools-next/commit/66d1bfe)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.9...v7.0.10)
### [`v7.0.9`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.9)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.8...v7.0.9)
##### 🚀 Features
- Vue i18n tab - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/168](https://togithub.com/vuejs/devtools-next/issues/168) [(3df27)](https://togithub.com/vuejs/devtools-next/commit/3df27b9)
##### 🐞 Bug Fixes
- **client**: Resolve nested custom object - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/167](https://togithub.com/vuejs/devtools-next/issues/167) [(8886a)](https://togithub.com/vuejs/devtools-next/commit/8886a73)
- **shared**: Handle circular reference for deep clone - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/166](https://togithub.com/vuejs/devtools-next/issues/166) [(d3225)](https://togithub.com/vuejs/devtools-next/commit/d3225fb)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.8...v7.0.9)
### [`v7.0.8`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.8)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.7...v7.0.8)
##### 🐞 Bug Fixes
- **electron**: Compatible with vue custom renderer - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/164](https://togithub.com/vuejs/devtools-next/issues/164) [(ab374)](https://togithub.com/vuejs/devtools-next/commit/ab37408)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.7...v7.0.8)
### [`v7.0.7`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.7)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.6...v7.0.7)
##### 🚀 Features
- **client**: Add color picker and inspector commands - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/162](https://togithub.com/vuejs/devtools-next/issues/162) [(f96ec)](https://togithub.com/vuejs/devtools-next/commit/f96ec04)
##### 🐞 Bug Fixes
- **client/bridge**: Enable deletion of property on Map/Set - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/163](https://togithub.com/vuejs/devtools-next/issues/163) [(80ae1)](https://togithub.com/vuejs/devtools-next/commit/80ae1dc)
- **ui**: Destructure slot data binding for `DarkToggle` component - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/160](https://togithub.com/vuejs/devtools-next/issues/160) [(ed84e)](https://togithub.com/vuejs/devtools-next/commit/ed84e63)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.6...v7.0.7)
### [`v7.0.6`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.6)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.5...v7.0.6)
##### 🚀 Features
- **electron**: Copy button of connection page - by [@alexzhang1030](https://togithub.com/alexzhang1030) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/154](https://togithub.com/vuejs/devtools-next/issues/154) [(96b6f)](https://togithub.com/vuejs/devtools-next/commit/96b6f2f)
##### 🐞 Bug Fixes
- **client**:
- Shortcut keys for toggle command palette - by [@c0dedance](https://togithub.com/c0dedance) in [https://github.com/vuejs/devtools-next/issues/156](https://togithub.com/vuejs/devtools-next/issues/156) [(4246a)](https://togithub.com/vuejs/devtools-next/commit/4246a25)
- **electron**:
- Compatible with windows - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/153](https://togithub.com/vuejs/devtools-next/issues/153) [(54de0)](https://togithub.com/vuejs/devtools-next/commit/54de0e5)
- Use esm instead of iife to load script - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/157](https://togithub.com/vuejs/devtools-next/issues/157) [(fb1b2)](https://togithub.com/vuejs/devtools-next/commit/fb1b261)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.5...v7.0.6)
### [`v7.0.5`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.5)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.4...v7.0.5)
##### 🐞 Bug Fixes
- Compatible with `vue-query` - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/149](https://togithub.com/vuejs/devtools-next/issues/149) [(4b857)](https://togithub.com/vuejs/devtools-next/commit/4b857d4)
- **client**:
- Deserialize issue on editing custom property - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/144](https://togithub.com/vuejs/devtools-next/issues/144) [(c1e14)](https://togithub.com/vuejs/devtools-next/commit/c1e14f2)
- Expand all parent nodes on inspecting component tree - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/151](https://togithub.com/vuejs/devtools-next/issues/151) [(66a29)](https://togithub.com/vuejs/devtools-next/commit/66a298b)
##### 🏎 Performance
- Use `Set.has` instead of `Array.includes` - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/140](https://togithub.com/vuejs/devtools-next/issues/140) [(c8eba)](https://togithub.com/vuejs/devtools-next/commit/c8eba5a)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.4...v7.0.5)
### [`v7.0.4`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.4)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.3...v7.0.4)
##### 🐞 Bug Fixes
- **client**:
- Logic of hidden tabs and categories - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/130](https://togithub.com/vuejs/devtools-next/issues/130) [(91f32)](https://togithub.com/vuejs/devtools-next/commit/91f32ef)
- Sort error of pinned tabs - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/131](https://togithub.com/vuejs/devtools-next/issues/131) [(abbb9)](https://togithub.com/vuejs/devtools-next/commit/abbb94a)
- ZIndex conflict of SideNav - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/134](https://togithub.com/vuejs/devtools-next/issues/134) [(85ebb)](https://togithub.com/vuejs/devtools-next/commit/85ebb20)
- Expected display of nested objects - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/137](https://togithub.com/vuejs/devtools-next/issues/137) [(12bed)](https://togithub.com/vuejs/devtools-next/commit/12bed15)
##### 🏎 Performance
- Reduce the performance cost of component changed - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/139](https://togithub.com/vuejs/devtools-next/issues/139) [(b6721)](https://togithub.com/vuejs/devtools-next/commit/b672137)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.3...v7.0.4)
### [`v7.0.3`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.3)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.2...v7.0.3)
##### 🚀 Features
- Minimize panel while inspecting component node - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/119](https://togithub.com/vuejs/devtools-next/issues/119) [(f04ff)](https://togithub.com/vuejs/devtools-next/commit/f04ff0e)
##### 🐞 Bug Fixes
- Remove public prefix to resolve vite assets warning - by [@alexzhang1030](https://togithub.com/alexzhang1030) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/117](https://togithub.com/vuejs/devtools-next/issues/117) [(3f306)](https://togithub.com/vuejs/devtools-next/commit/3f3065b)
- Redundant re-render and loss of collapsed state for inspector tree/state component - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/124](https://togithub.com/vuejs/devtools-next/issues/124) [(11876)](https://togithub.com/vuejs/devtools-next/commit/11876c8)
- Selecting components highlighting bounds incorrectly - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/129](https://togithub.com/vuejs/devtools-next/issues/129) [(c7c4c)](https://togithub.com/vuejs/devtools-next/commit/c7c4c0e)
- **client**: Unique collapse id for inspector state tree - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) [(745e4)](https://togithub.com/vuejs/devtools-next/commit/745e433)
- **pinia**: Passing `getters` on `inspectorStateUpdated` - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/122](https://togithub.com/vuejs/devtools-next/issues/122) [(a34c3)](https://togithub.com/vuejs/devtools-next/commit/a34c3d9)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.2...v7.0.3)
### [`v7.0.2`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.2)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.1...v7.0.2)
##### 🐞 Bug Fixes
- **client**: Broken link - by [@webfansplz](https://togithub.com/webfansplz) [(2deff)](https://togithub.com/vuejs/devtools-next/commit/2deff41)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.1...v7.0.2)
### [`v7.0.1`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.1)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.0...v7.0.1)
##### 🐞 Bug Fixes
- Define feature flags env for browser extension - by [@webfansplz](https://togithub.com/webfansplz) [(c5a45)](https://togithub.com/vuejs/devtools-next/commit/c5a45fa)
- **client**: Deduplicated and set recursive max depth for graph nodes - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/108](https://togithub.com/vuejs/devtools-next/issues/108) [(a7513)](https://togithub.com/vuejs/devtools-next/commit/a7513ca)
##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.0...v7.0.1)
### [`v7.0.0`](https://togithub.com/vuejs/devtools-next/compare/6f645b83400a8d7a894e0cc9777bf276e1a5ebbf...v7.0.0)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/6f645b83400a8d7a894e0cc9777bf276e1a5ebbf...v7.0.0)
### [`v6.6.1`](https://togithub.com/vuejs/devtools-next/compare/3444bdd89c49092a37715f2706caca3e695591a5...6f645b83400a8d7a894e0cc9777bf276e1a5ebbf)
[Compare Source](https://togithub.com/vuejs/devtools-next/compare/3444bdd89c49092a37715f2706caca3e695591a5...6f645b83400a8d7a894e0cc9777bf276e1a5ebbf)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^6.5.0
->^7.0.0
Release Notes
vuejs/devtools-next (@vue/devtools-api)
### [`v7.2.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.2.0) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0) ##### 🚀 Features - Improve split screen - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/358](https://togithub.com/vuejs/devtools-next/issues/358) [(0d955)](https://togithub.com/vuejs/devtools-next/commit/0d95534) - `launchEditor` option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/373](https://togithub.com/vuejs/devtools-next/issues/373) [(7f147)](https://togithub.com/vuejs/devtools-next/commit/7f1476d) - Vuex panel - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/289](https://togithub.com/vuejs/devtools-next/issues/289) [(c6cc8)](https://togithub.com/vuejs/devtools-next/commit/c6cc8c9) - Vue query panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/381](https://togithub.com/vuejs/devtools-next/issues/381) [(62bbd)](https://togithub.com/vuejs/devtools-next/commit/62bbdd4) - Vee validate panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/390](https://togithub.com/vuejs/devtools-next/issues/390) [(4f5bb)](https://togithub.com/vuejs/devtools-next/commit/4f5bb06) - **client**: Update vue-api-manifest - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/370](https://togithub.com/vuejs/devtools-next/issues/370) [(7345f)](https://togithub.com/vuejs/devtools-next/commit/7345f1c) ##### 🐞 Bug Fixes - Disconnect when all apps are unmount - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/357](https://togithub.com/vuejs/devtools-next/issues/357) [(a12c8)](https://togithub.com/vuejs/devtools-next/commit/a12c816) - Make `CommandPalette` component z-index maximum - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/363](https://togithub.com/vuejs/devtools-next/issues/363) [(add83)](https://togithub.com/vuejs/devtools-next/commit/add83ae) - **applet**: - Make sure `a.b` property displays/edits as expected - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/353](https://togithub.com/vuejs/devtools-next/issues/353) [(3e2d4)](https://togithub.com/vuejs/devtools-next/commit/3e2d40b) - **client**: - Drawer positions - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/361](https://togithub.com/vuejs/devtools-next/issues/361) [(1133b)](https://togithub.com/vuejs/devtools-next/commit/1133bcf) - Close panel when using color picker - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/371](https://togithub.com/vuejs/devtools-next/issues/371) [(bd494)](https://togithub.com/vuejs/devtools-next/commit/bd49415) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0) ### [`v7.1.3`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.3) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.2...v7.1.3) ##### 🚀 Features - **vite**: Ssr support - by [@webfansplz](https://togithub.com/webfansplz) [(0711e)](https://togithub.com/vuejs/devtools-next/commit/0711ea2) ##### 🐞 Bug Fixes - **applet**: - Add delay time to ensure scrolling to target node after inspection - by [@webfansplz](https://togithub.com/webfansplz) [(2a403)](https://togithub.com/vuejs/devtools-next/commit/2a40383) - Incorrect rendering on overflowed TreeViewer - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/348](https://togithub.com/vuejs/devtools-next/issues/348) [(3bf38)](https://togithub.com/vuejs/devtools-next/commit/3bf3812) - Avoid line wrapping for component-name - by [@webfansplz](https://togithub.com/webfansplz) [(b10fd)](https://togithub.com/vuejs/devtools-next/commit/b10fd96) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.2...v7.1.3) ### [`v7.1.2`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.2) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2) ##### 🐞 Bug Fixes - **vite**: Ensure inject overlay before app mounted - by [@webfansplz](https://togithub.com/webfansplz) [(aed6f)](https://togithub.com/vuejs/devtools-next/commit/aed6fbe) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2) ### [`v7.1.1`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.1) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1) ##### 🐞 Bug Fixes - **shared**: Move `useDevToolsColorMode` function to ui package - by [@webfansplz](https://togithub.com/webfansplz) [(1bc15)](https://togithub.com/vuejs/devtools-next/commit/1bc150e) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1) ### [`v7.1.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.0) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0) ##### 🚀 Features - New components/pinia/router panel - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/345](https://togithub.com/vuejs/devtools-next/issues/345) [(6359b)](https://togithub.com/vuejs/devtools-next/commit/6359b3e) - **client**: Auto scroll to component tree after inspected - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/308](https://togithub.com/vuejs/devtools-next/issues/308) [(6ab1a)](https://togithub.com/vuejs/devtools-next/commit/6ab1abc) - **vite**: Show asset importers - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/334](https://togithub.com/vuejs/devtools-next/issues/334) [(318c8)](https://togithub.com/vuejs/devtools-next/commit/318c8e8) ##### 🐞 Bug Fixes - **deps**: Update dependency vite-plugin-vue-inspector to v5 - by [@renovate](https://togithub.com/renovate)\[bot] in[https://github.com/vuejs/devtools-next/issues/338](https://togithub.com/vuejs/devtools-next/issues/338)8 [(04c3a)](https://togithub.com/vuejs/devtools-next/commit/04c3ab9) - **kit**: Unregister app instance when instance is unmounted - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/340](https://togithub.com/vuejs/devtools-next/issues/340) [(5da5a)](https://togithub.com/vuejs/devtools-next/commit/5da5a6c) - **vite**: Apply vite server base url - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/335](https://togithub.com/vuejs/devtools-next/issues/335) [(4317b)](https://togithub.com/vuejs/devtools-next/commit/4317b47) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0) ### [`v7.0.27`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.27) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.26...v7.0.27) ##### 🐞 Bug Fixes - **vite**: Cjs compatible - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/332](https://togithub.com/vuejs/devtools-next/issues/332) [(e7911)](https://togithub.com/vuejs/devtools-next/commit/e79114b) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.26...v7.0.27) ### [`v7.0.26`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.26) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.25...v7.0.26) ##### 🚀 Features - **client**: Improve UX when toggle sidebar - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/303](https://togithub.com/vuejs/devtools-next/issues/303) [(4cb87)](https://togithub.com/vuejs/devtools-next/commit/4cb87e9) - **vite**: Support wasm asset file type - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/314](https://togithub.com/vuejs/devtools-next/issues/314) [(5169d)](https://togithub.com/vuejs/devtools-next/commit/5169dbf) ##### 🐞 Bug Fixes - **kit**: - Use event-capturing mode when enable component highlighter - by [@xuzuodong](https://togithub.com/xuzuodong) in [https://github.com/vuejs/devtools-next/issues/302](https://togithub.com/vuejs/devtools-next/issues/302) [(0f410)](https://togithub.com/vuejs/devtools-next/commit/0f410e1) - Sync instanceMap when appRecord matched - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/327](https://togithub.com/vuejs/devtools-next/issues/327) [(5f901)](https://togithub.com/vuejs/devtools-next/commit/5f901d1) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.25...v7.0.26) ### [`v7.0.25`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.25) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.24...v7.0.25) ##### 🚀 Features - **client**: Responsive layout for components panel - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/298](https://togithub.com/vuejs/devtools-next/issues/298) [(7efb0)](https://togithub.com/vuejs/devtools-next/commit/7efb026) - **vite**: Use case-insensitive mode for matching assets files - by [@meitan-li](https://togithub.com/meitan-li) in [https://github.com/vuejs/devtools-next/issues/299](https://togithub.com/vuejs/devtools-next/issues/299) [(4ef8b)](https://togithub.com/vuejs/devtools-next/commit/4ef8b51) ##### 🐞 Bug Fixes - **kit**: Deconfliction variable-naming with legacy devtools - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/300](https://togithub.com/vuejs/devtools-next/issues/300) [(c7097)](https://togithub.com/vuejs/devtools-next/commit/c7097ea) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.24...v7.0.25) ### [`v7.0.24`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.24) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.23...v7.0.24) ##### 🐞 Bug Fixes - **core**: Use non-secure nanoid for friendly-browser support - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/296](https://togithub.com/vuejs/devtools-next/issues/296) [(85369)](https://togithub.com/vuejs/devtools-next/commit/853694c) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.23...v7.0.24) ### [`v7.0.23`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.23) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.22...v7.0.23) ##### 🐞 Bug Fixes - **kit/applet**: Parse state field types, closes [#295](https://togithub.com/vuejs/devtools-next/issues/295) - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/295](https://togithub.com/vuejs/devtools-next/issues/295) [(d4f7b)](https://togithub.com/vuejs/devtools-next/commit/d4f7bbe) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.22...v7.0.23) ### [`v7.0.22`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.22) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.21...v7.0.22) ##### 🚀 Features - **client**: Responsive layout for components panel - by [@JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/293](https://togithub.com/vuejs/devtools-next/issues/293) [(deb17)](https://togithub.com/vuejs/devtools-next/commit/deb1788) ##### 🐞 Bug Fixes - **kit**: Respect legacy devtools plugin registration - by [@webfansplz](https://togithub.com/webfansplz) [(f7941)](https://togithub.com/vuejs/devtools-next/commit/f7941e6) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.21...v7.0.22) ### [`v7.0.21`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.21) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.20...v7.0.21) ##### 🐞 Bug Fixes - **applet**: Content overflow in pinia panel - by [@webfansplz](https://togithub.com/webfansplz) [(a1aed)](https://togithub.com/vuejs/devtools-next/commit/a1aeddf) - **client**: Deduplicate node references in graph page [#286](https://togithub.com/vuejs/devtools-next/issues/286) - by [@duowb](https://togithub.com/duowb) in [https://github.com/vuejs/devtools-next/issues/287](https://togithub.com/vuejs/devtools-next/issues/287) and [https://github.com/vuejs/devtools-next/issues/286](https://togithub.com/vuejs/devtools-next/issues/286) [(6f4b2)](https://togithub.com/vuejs/devtools-next/commit/6f4b22d) - **kit**: Respect legacy devtools hook in nuxt app - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/292](https://togithub.com/vuejs/devtools-next/issues/292) [(dbb6b)](https://togithub.com/vuejs/devtools-next/commit/dbb6bb6) - **vite**: Compatible with vite4 for messaging - by [@webfansplz](https://togithub.com/webfansplz) [(aec7f)](https://togithub.com/vuejs/devtools-next/commit/aec7f73) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.20...v7.0.21) ### [`v7.0.20`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.20) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20) ##### 🚀 Features - **applet**: - Enhance pinia panel nav - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/285](https://togithub.com/vuejs/devtools-next/issues/285) [(3ab66)](https://togithub.com/vuejs/devtools-next/commit/3ab6600) - Show name on pinia panel nav - by [@webfansplz](https://togithub.com/webfansplz) [(ac598)](https://togithub.com/vuejs/devtools-next/commit/ac59853) ##### 🐞 Bug Fixes - **client**: Set fallback display value for empty string-type state - by [@webfansplz](https://togithub.com/webfansplz) [(c386c)](https://togithub.com/vuejs/devtools-next/commit/c386c66) ##### 🏎 Performance - Add virtual-scroller for timeline component - by [@webfansplz](https://togithub.com/webfansplz) [(672bf)](https://togithub.com/vuejs/devtools-next/commit/672bf5e) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20) ### [`v7.0.19`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.19) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19) ##### 🐞 Bug Fixes - **applet**: Add missing import - by [@webfansplz](https://togithub.com/webfansplz) [(6848e)](https://togithub.com/vuejs/devtools-next/commit/6848e9e) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19) ### [`v7.0.18`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.18) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.17...v7.0.18) ##### 🚀 Features - Applet package - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/283](https://togithub.com/vuejs/devtools-next/issues/283) [(4cbc9)](https://togithub.com/vuejs/devtools-next/commit/4cbc985) - **kit**: High-performance mode - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/280](https://togithub.com/vuejs/devtools-next/issues/280) [(611af)](https://togithub.com/vuejs/devtools-next/commit/611af04) ##### 🐞 Bug Fixes - Respect open-in-editor host option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/281](https://togithub.com/vuejs/devtools-next/issues/281) [(5fd4a)](https://togithub.com/vuejs/devtools-next/commit/5fd4a44) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.17...v7.0.18) ### [`v7.0.17`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.17) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.16...v7.0.17) ##### 🚀 Features - **client**: Use browser native UI on date editing - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/275](https://togithub.com/vuejs/devtools-next/issues/275) [(8c731)](https://togithub.com/vuejs/devtools-next/commit/8c7315b) - **kit**: Optimize editing on native set - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/269](https://togithub.com/vuejs/devtools-next/issues/269) [(3adda)](https://togithub.com/vuejs/devtools-next/commit/3addaad) ##### 🐞 Bug Fixes - Revert getting pinia state on update - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/264](https://togithub.com/vuejs/devtools-next/issues/264) [(a79e2)](https://togithub.com/vuejs/devtools-next/commit/a79e23f) - **client**: Route param regex overflows container - by [@adamdehaven](https://togithub.com/adamdehaven) in [https://github.com/vuejs/devtools-next/issues/266](https://togithub.com/vuejs/devtools-next/issues/266) [(76a00)](https://togithub.com/vuejs/devtools-next/commit/76a0048) - **client,kit**: Message passing parse error - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/277](https://togithub.com/vuejs/devtools-next/issues/277) [(c37a3)](https://togithub.com/vuejs/devtools-next/commit/c37a3fe) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.16...v7.0.17) ### [`v7.0.16`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.16) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.15...v7.0.16) ##### 🚨 Breaking Changes - **core**: Bridge messaging - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/250](https://togithub.com/vuejs/devtools-next/issues/250) [(3a38c)](https://togithub.com/vuejs/devtools-next/commit/3a38cfd) ##### 🚀 Features - **devtools-kit**: Enable editing native Map/Set in input field - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/253](https://togithub.com/vuejs/devtools-next/issues/253) [(6ed9d)](https://togithub.com/vuejs/devtools-next/commit/6ed9dcd) - **standalone**: Add default host/port for connect function - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/254](https://togithub.com/vuejs/devtools-next/issues/254) [(e8ddf)](https://togithub.com/vuejs/devtools-next/commit/e8ddfe2) ##### 🐞 Bug Fixes - **api**: Export `setupDevtoolsPlugin` function - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/255](https://togithub.com/vuejs/devtools-next/issues/255) [(a9c2f)](https://togithub.com/vuejs/devtools-next/commit/a9c2fd7) - **client, bridge**: Update pinia status when module loaded - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/244](https://togithub.com/vuejs/devtools-next/issues/244) [(90285)](https://togithub.com/vuejs/devtools-next/commit/90285de) - **devtools-kit**: Dynamically register setupFn of plugins - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/247](https://togithub.com/vuejs/devtools-next/issues/247) [(d6b92)](https://togithub.com/vuejs/devtools-next/commit/d6b92f4) - **vite**: Respect `clientHost` option for overlay asset URLs - by [@RobertBoes](https://togithub.com/RobertBoes) [(6fd90)](https://togithub.com/vuejs/devtools-next/commit/6fd90e2) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.15...v7.0.16) ### [`v7.0.15`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.15) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.14...v7.0.15) ##### 🚨 Breaking Changes - Deprecate schema package - by [@webfansplz](https://togithub.com/webfansplz) [(54e84)](https://togithub.com/vuejs/devtools-next/commit/54e8493) ##### 🚀 Features - Enable editing on BigInt type - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/215](https://togithub.com/vuejs/devtools-next/issues/215) [(32746)](https://togithub.com/vuejs/devtools-next/commit/32746c5) - **client**: Improve inspector UI of Map data type - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/220](https://togithub.com/vuejs/devtools-next/issues/220) [(5ce3a)](https://togithub.com/vuejs/devtools-next/commit/5ce3a00) ##### 🐞 Bug Fixes - **client**: - Deserialize value on drafting new prop - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/222](https://togithub.com/vuejs/devtools-next/issues/222) [(9695d)](https://togithub.com/vuejs/devtools-next/commit/9695db5) - Enable drafting prop on empty object - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/223](https://togithub.com/vuejs/devtools-next/issues/223) [(d3042)](https://togithub.com/vuejs/devtools-next/commit/d30424a) - **electron**: - User app bundle file extension - by [@webfansplz](https://togithub.com/webfansplz) [(ddc9e)](https://togithub.com/vuejs/devtools-next/commit/ddc9e32) - **kit**: - Mark vue as peer dependencies - by [@Yueyanc](https://togithub.com/Yueyanc) in [https://github.com/vuejs/devtools-next/issues/218](https://togithub.com/vuejs/devtools-next/issues/218) [(40f93)](https://togithub.com/vuejs/devtools-next/commit/40f9331) - Use factory function to init/reset state - by [@webfansplz](https://togithub.com/webfansplz) [(fca27)](https://togithub.com/vuejs/devtools-next/commit/fca27ca) - Set active app record after register component plugin - by [@webfansplz](https://togithub.com/webfansplz) [(32cb3)](https://togithub.com/vuejs/devtools-next/commit/32cb373) ##### 🏎 Performance - Improve RefStateEditor.set performance - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/221](https://togithub.com/vuejs/devtools-next/issues/221) [(112ec)](https://togithub.com/vuejs/devtools-next/commit/112ecb7) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.14...v7.0.15) ### [`v7.0.14`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.14) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.13...v7.0.14) ##### 🚀 Features - Update assets in real time - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/212](https://togithub.com/vuejs/devtools-next/issues/212) [(e65ba)](https://togithub.com/vuejs/devtools-next/commit/e65ba84) - **vite**: Introducing component inspector option - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/214](https://togithub.com/vuejs/devtools-next/issues/214) [(e604b)](https://togithub.com/vuejs/devtools-next/commit/e604b41) ##### 🐞 Bug Fixes - **client**: Call bridgeRpc on demand in `openInEditor` function - by [@webfansplz](https://togithub.com/webfansplz) [(3da98)](https://togithub.com/vuejs/devtools-next/commit/3da9850) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.13...v7.0.14) ### [`v7.0.13`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.13) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.12...v7.0.13) ##### 🚀 Features - **client**: Module update track for graph page - by [@LoTwT](https://togithub.com/LoTwT) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/195](https://togithub.com/vuejs/devtools-next/issues/195) [(98fc8)](https://togithub.com/vuejs/devtools-next/commit/98fc8ed) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.12...v7.0.13) ### [`v7.0.12`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.12) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.11...v7.0.12) ##### 🚀 Features - **assets**: - Add yml/yaml/toml extensions and update ignore rules - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/184](https://togithub.com/vuejs/devtools-next/issues/184) [(e2c67)](https://togithub.com/vuejs/devtools-next/commit/e2c67cf) - **client**: - Improve ui of assets page - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/189](https://togithub.com/vuejs/devtools-next/issues/189) [(ca555)](https://togithub.com/vuejs/devtools-next/commit/ca555b5) - Improve behavior of `EditInput` component - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/193](https://togithub.com/vuejs/devtools-next/issues/193) [(ef06e)](https://togithub.com/vuejs/devtools-next/commit/ef06e7c) ##### 🐞 Bug Fixes - **client**: - Make SideNav component zIndex be max - by [@LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/187](https://togithub.com/vuejs/devtools-next/issues/187) [(63da9)](https://togithub.com/vuejs/devtools-next/commit/63da9fe) - Error type conversion on editing - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/188](https://togithub.com/vuejs/devtools-next/issues/188) [(d5087)](https://togithub.com/vuejs/devtools-next/commit/d50877a) - **vite**: - Make devtools initialize before app created - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/194](https://togithub.com/vuejs/devtools-next/issues/194) [(9bac8)](https://togithub.com/vuejs/devtools-next/commit/9bac88a) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.11...v7.0.12) ### [`v7.0.11`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.11) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.10...v7.0.11) ##### 🚀 Features - **client**: - Lazy render large data - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/181](https://togithub.com/vuejs/devtools-next/issues/181) [(3a63b)](https://togithub.com/vuejs/devtools-next/commit/3a63bde) - Responsive adaptation for graph page - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/182](https://togithub.com/vuejs/devtools-next/issues/182) [(f7584)](https://togithub.com/vuejs/devtools-next/commit/f7584b1) ##### 🐞 Bug Fixes - **electron**: Decode app file path - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/176](https://togithub.com/vuejs/devtools-next/issues/176) [(03ba8)](https://togithub.com/vuejs/devtools-next/commit/03ba8e2) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.10...v7.0.11) ### [`v7.0.10`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.10) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.9...v7.0.10) ##### 🐞 Bug Fixes - **devtools**: Error types declaration exports - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/171](https://togithub.com/vuejs/devtools-next/issues/171) [(d183d)](https://togithub.com/vuejs/devtools-next/commit/d183d35) - **kit**: Filter useless route info, closes [#159](https://togithub.com/vuejs/devtools-next/issues/159) - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/159](https://togithub.com/vuejs/devtools-next/issues/159) [(66d1b)](https://togithub.com/vuejs/devtools-next/commit/66d1bfe) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.9...v7.0.10) ### [`v7.0.9`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.9) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.8...v7.0.9) ##### 🚀 Features - Vue i18n tab - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/168](https://togithub.com/vuejs/devtools-next/issues/168) [(3df27)](https://togithub.com/vuejs/devtools-next/commit/3df27b9) ##### 🐞 Bug Fixes - **client**: Resolve nested custom object - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/167](https://togithub.com/vuejs/devtools-next/issues/167) [(8886a)](https://togithub.com/vuejs/devtools-next/commit/8886a73) - **shared**: Handle circular reference for deep clone - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/166](https://togithub.com/vuejs/devtools-next/issues/166) [(d3225)](https://togithub.com/vuejs/devtools-next/commit/d3225fb) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.8...v7.0.9) ### [`v7.0.8`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.8) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.7...v7.0.8) ##### 🐞 Bug Fixes - **electron**: Compatible with vue custom renderer - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/164](https://togithub.com/vuejs/devtools-next/issues/164) [(ab374)](https://togithub.com/vuejs/devtools-next/commit/ab37408) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.7...v7.0.8) ### [`v7.0.7`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.7) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.6...v7.0.7) ##### 🚀 Features - **client**: Add color picker and inspector commands - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/162](https://togithub.com/vuejs/devtools-next/issues/162) [(f96ec)](https://togithub.com/vuejs/devtools-next/commit/f96ec04) ##### 🐞 Bug Fixes - **client/bridge**: Enable deletion of property on Map/Set - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/163](https://togithub.com/vuejs/devtools-next/issues/163) [(80ae1)](https://togithub.com/vuejs/devtools-next/commit/80ae1dc) - **ui**: Destructure slot data binding for `DarkToggle` component - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/160](https://togithub.com/vuejs/devtools-next/issues/160) [(ed84e)](https://togithub.com/vuejs/devtools-next/commit/ed84e63) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.6...v7.0.7) ### [`v7.0.6`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.6) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.5...v7.0.6) ##### 🚀 Features - **electron**: Copy button of connection page - by [@alexzhang1030](https://togithub.com/alexzhang1030) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/154](https://togithub.com/vuejs/devtools-next/issues/154) [(96b6f)](https://togithub.com/vuejs/devtools-next/commit/96b6f2f) ##### 🐞 Bug Fixes - **client**: - Shortcut keys for toggle command palette - by [@c0dedance](https://togithub.com/c0dedance) in [https://github.com/vuejs/devtools-next/issues/156](https://togithub.com/vuejs/devtools-next/issues/156) [(4246a)](https://togithub.com/vuejs/devtools-next/commit/4246a25) - **electron**: - Compatible with windows - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/153](https://togithub.com/vuejs/devtools-next/issues/153) [(54de0)](https://togithub.com/vuejs/devtools-next/commit/54de0e5) - Use esm instead of iife to load script - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/157](https://togithub.com/vuejs/devtools-next/issues/157) [(fb1b2)](https://togithub.com/vuejs/devtools-next/commit/fb1b261) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.5...v7.0.6) ### [`v7.0.5`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.5) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.4...v7.0.5) ##### 🐞 Bug Fixes - Compatible with `vue-query` - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/149](https://togithub.com/vuejs/devtools-next/issues/149) [(4b857)](https://togithub.com/vuejs/devtools-next/commit/4b857d4) - **client**: - Deserialize issue on editing custom property - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/144](https://togithub.com/vuejs/devtools-next/issues/144) [(c1e14)](https://togithub.com/vuejs/devtools-next/commit/c1e14f2) - Expand all parent nodes on inspecting component tree - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/151](https://togithub.com/vuejs/devtools-next/issues/151) [(66a29)](https://togithub.com/vuejs/devtools-next/commit/66a298b) ##### 🏎 Performance - Use `Set.has` instead of `Array.includes` - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/140](https://togithub.com/vuejs/devtools-next/issues/140) [(c8eba)](https://togithub.com/vuejs/devtools-next/commit/c8eba5a) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.4...v7.0.5) ### [`v7.0.4`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.4) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.3...v7.0.4) ##### 🐞 Bug Fixes - **client**: - Logic of hidden tabs and categories - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/130](https://togithub.com/vuejs/devtools-next/issues/130) [(91f32)](https://togithub.com/vuejs/devtools-next/commit/91f32ef) - Sort error of pinned tabs - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/131](https://togithub.com/vuejs/devtools-next/issues/131) [(abbb9)](https://togithub.com/vuejs/devtools-next/commit/abbb94a) - ZIndex conflict of SideNav - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/134](https://togithub.com/vuejs/devtools-next/issues/134) [(85ebb)](https://togithub.com/vuejs/devtools-next/commit/85ebb20) - Expected display of nested objects - by [@OneGIl](https://togithub.com/OneGIl) in [https://github.com/vuejs/devtools-next/issues/137](https://togithub.com/vuejs/devtools-next/issues/137) [(12bed)](https://togithub.com/vuejs/devtools-next/commit/12bed15) ##### 🏎 Performance - Reduce the performance cost of component changed - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/139](https://togithub.com/vuejs/devtools-next/issues/139) [(b6721)](https://togithub.com/vuejs/devtools-next/commit/b672137) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.3...v7.0.4) ### [`v7.0.3`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.3) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.2...v7.0.3) ##### 🚀 Features - Minimize panel while inspecting component node - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/119](https://togithub.com/vuejs/devtools-next/issues/119) [(f04ff)](https://togithub.com/vuejs/devtools-next/commit/f04ff0e) ##### 🐞 Bug Fixes - Remove public prefix to resolve vite assets warning - by [@alexzhang1030](https://togithub.com/alexzhang1030) and [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/117](https://togithub.com/vuejs/devtools-next/issues/117) [(3f306)](https://togithub.com/vuejs/devtools-next/commit/3f3065b) - Redundant re-render and loss of collapsed state for inspector tree/state component - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/124](https://togithub.com/vuejs/devtools-next/issues/124) [(11876)](https://togithub.com/vuejs/devtools-next/commit/11876c8) - Selecting components highlighting bounds incorrectly - by [@webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/129](https://togithub.com/vuejs/devtools-next/issues/129) [(c7c4c)](https://togithub.com/vuejs/devtools-next/commit/c7c4c0e) - **client**: Unique collapse id for inspector state tree - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) [(745e4)](https://togithub.com/vuejs/devtools-next/commit/745e433) - **pinia**: Passing `getters` on `inspectorStateUpdated` - by [@Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/122](https://togithub.com/vuejs/devtools-next/issues/122) [(a34c3)](https://togithub.com/vuejs/devtools-next/commit/a34c3d9) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.2...v7.0.3) ### [`v7.0.2`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.2) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.1...v7.0.2) ##### 🐞 Bug Fixes - **client**: Broken link - by [@webfansplz](https://togithub.com/webfansplz) [(2deff)](https://togithub.com/vuejs/devtools-next/commit/2deff41) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.1...v7.0.2) ### [`v7.0.1`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.1) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.0...v7.0.1) ##### 🐞 Bug Fixes - Define feature flags env for browser extension - by [@webfansplz](https://togithub.com/webfansplz) [(c5a45)](https://togithub.com/vuejs/devtools-next/commit/c5a45fa) - **client**: Deduplicated and set recursive max depth for graph nodes - by [@alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/108](https://togithub.com/vuejs/devtools-next/issues/108) [(a7513)](https://togithub.com/vuejs/devtools-next/commit/a7513ca) ##### [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.0...v7.0.1) ### [`v7.0.0`](https://togithub.com/vuejs/devtools-next/compare/6f645b83400a8d7a894e0cc9777bf276e1a5ebbf...v7.0.0) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/6f645b83400a8d7a894e0cc9777bf276e1a5ebbf...v7.0.0) ### [`v6.6.1`](https://togithub.com/vuejs/devtools-next/compare/3444bdd89c49092a37715f2706caca3e695591a5...6f645b83400a8d7a894e0cc9777bf276e1a5ebbf) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/3444bdd89c49092a37715f2706caca3e695591a5...6f645b83400a8d7a894e0cc9777bf276e1a5ebbf)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.