> Utility kit for DevTools.
Last release 1 months ago
25 Jul 2026
Ships fairly regularly
a new release about every 3 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
97 releases Β· first in 2023
Release timeline
97 releases since 2023202420252026
Releases
- 8.2.125 Jul 2026
Release notes
Open source βπ Bug Fixes
- core: Avoid bundling Vite and Vue Router types in declarations - by @webfansplz <samp>(8f51a)</samp>
View changes on GitHub
- 8.2.025 Jul 2026
Release notes
Open source βπ Features
- devtools-api: Add no-op stub under node export condition - by @danielroe in https://github.com/vuejs/devtools/issues/1114 <samp>(435e6)</samp>
π Bug Fixes
- client: Disable pin reorder buttons at list bounds - by @SaKaNa-Y in https://github.com/vuejs/devtools/issues/1105 <samp>(87d38)</samp>
View changes on GitHub
- 8.1.528 Jun 2026
- 8.1.425 Jun 2026
Release notes
Open source βπ Bug Fixes
- kit,shared: Mark packages side-effect-free for treeshaking - by @danielroe in https://github.com/vuejs/devtools/issues/1108 <samp>(2b9ce)</samp>
View changes on GitHub
- 8.1.314 Jun 2026
Release notes
Open source βπ Bug Fixes
- vite: Align module field with emitted ESM output - by @itosa-kazu in https://github.com/vuejs/devtools/issues/1106 <samp>(4720c)</samp>
View changes on GitHub
- 8.1.28 May 2026
Release notes
Open source βπ Features
- Bump
vite-plugin-vue-inspectorto support vapor app - by @webfansplz in https://github.com/vuejs/devtools/issues/1096 <samp>(784c3)</samp>
π Bug Fixes
- devtools-kit: Remove special handling for Router object - by @skirtles-code in https://github.com/vuejs/devtools/issues/1092 <samp>(c2dde)</samp>
- extension: Load
devtools-background.jsastype="module"- by @skirtles-code in https://github.com/vuejs/devtools/issues/1072 <samp>(eed09)</samp> - vite: Use TrustedScriptURL for overlay injection under Trusted Types CSP - by @ashishkr96 in https://github.com/vuejs/devtools/issues/1094 <samp>(ef08f)</samp>
View changes on GitHub
- Bump
- 8.1.123 Mar 2026
Release notes
Open source βπ Features
- overlay: Enhance style inspector button ux when enabled - by @skirtles-code in https://github.com/vuejs/devtools/issues/1069 <samp>(0e32d)</samp>
π Bug Fixes
- applet: Preserve active component when filtering - by @skirtles-code in https://github.com/vuejs/devtools/issues/1065 <samp>(ec4a2)</samp>
- overlay: Use
toggleEnabledto allow exiting in spector mode - by @SaKaNa-Y in https://github.com/vuejs/devtools/issues/1067 <samp>(ace74)</samp>
View changes on GitHub
- 8.1.013 Mar 2026
- 8.0.71 Mar 2026
Release notes
Open source βπ Features
- Show VNode lifecycle events as
built-in- by @skirtles-code in https://github.com/vuejs/devtools/issues/1036 <samp>(35de5)</samp> - Tooltips for field values - by @skirtles-code in https://github.com/vuejs/devtools/issues/1037 <samp>(27555)</samp>
π Bug Fixes
- Use
displayNamefor functional components - by @skirtles-code in https://github.com/vuejs/devtools/issues/1046 <samp>(20efd)</samp> - Match camelCase event declarations - by @skirtles-code in https://github.com/vuejs/devtools/issues/1048 <samp>(0f7e1)</samp>
computedandinjectleak via mixins - by @skirtles-code in https://github.com/vuejs/devtools/issues/1050 <samp>(ecca7)</samp>
View changes on GitHub
- Show VNode lifecycle events as
- 8.0.64 Feb 2026
Release notes
Open source βπ Features
- Add IIFE and ESM browser builds - by @skirtles-code in https://github.com/vuejs/devtools/issues/1024 <samp>(62fe5)</samp>
View changes on GitHub
- 8.0.517 Nov 2025
Release notes
Open source βπ Bug Fixes
- Dts exports, close #1007 - by @webfansplz in https://github.com/vuejs/devtools/issues/1007 <samp>(aa1f5)</samp>
View changes on GitHub
- 8.0.417 Nov 2025
Release notes
Open source βπ Features
- Enhance node import edge recognizability - by @LittleSound in https://github.com/vuejs/devtools/issues/993 <samp>(94974)</samp>
π Bug Fixes
- Compatible with node v25.2 - by @webfansplz in https://github.com/vuejs/devtools/issues/1006 <samp>(ba7a0)</samp>
- client: Dead recursion in graph filtering - by @LittleSound in https://github.com/vuejs/devtools/issues/992 <samp>(eff70)</samp>
View changes on GitHub
- 8.0.317 Oct 2025
Release notes
Open source βπ Bug Fixes
- Compatible with node25, close #977 - by @webfansplz in https://github.com/vuejs/devtools/issues/977 <samp>(5d97b)</samp>
π Performance
- Drop
execa- by @43081j in https://github.com/vuejs/devtools/issues/964 <samp>(16fed)</samp>
View changes on GitHub
- 8.0.211 Sept 2025
Release notes
Open source βπ Bug Fixes
- Remove vulnerable unmaintained ip package - by @segevfiner and @webfansplz in https://github.com/vuejs/devtools/issues/830 <samp>(f64d3)</samp>
View changes on GitHub
- 8.0.124 Aug 2025
Release notes
Open source βπ Features
- Support for keyboard on component tab - by @mauryapari in https://github.com/vuejs/devtools/issues/877 <samp>(34f99)</samp>
View changes on GitHub
- 8.0.027 Jul 2025
Release notes
Open source βπ¨ Breaking Changes
- Drop support for vite < 6 - by @webfansplz <samp>(f36ec)</samp>
- Bump
vite-plugin-inspect, close #923 - by @webfansplz in https://github.com/vuejs/devtools/issues/923 <samp>(72566)</samp>
π Features
- New inspect api - by @webfansplz <samp>(2d417)</samp>
π Bug Fixes
- Filter graph modules - by @webfansplz <samp>(69f71)</samp>
- Fetching panel size on resizing - by @LittleSound in https://github.com/vuejs/devtools/issues/936 <samp>(44ba6)</samp>
- Floating-vue css overrides conflict - by @webfansplz <samp>(72df0)</samp>
- deps: Update dependency vis-network to v10 - in https://github.com/vuejs/devtools/issues/930 <samp>(7f874)</samp>
- extension: Inject scripts into html document only, close #904 - by @webfansplz in https://github.com/vuejs/devtools/issues/904 <samp>(ccec1)</samp>
- overlay: Toggle component inspector - by @mmnvb in https://github.com/vuejs/devtools/issues/893 <samp>(4fa7b)</samp>
View changes on GitHub
- 7.7.1025 Jun 2026
Release notes
Open source βπ Bug Fixes
- kit,shared,api: Mark packages side-effect-free for treeshaking - by @webfansplz <samp>(5a0df)</samp>
View changes on GitHub
- 7.7.917 Nov 2025
Release notes
Open source βπ Bug Fixes
- Compatible with node v25.2 - by @webfansplz <samp>(9edc5)</samp>
View changes on GitHub
- 7.7.811 Nov 2025
Release notes
Open source βπ Bug Fixes
- Compatible with node v25 - by @webfansplz <samp>(ebdcf)</samp>
View changes on GitHub
- 7.7.715 Jun 2025
Release notes
Open source βπ Features
- kit: Support devtools in iframe - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/886 <samp>(e8ea5)</samp>
View changes on GitHub
- 7.7.628 Apr 2025
Release notes
Open source βπ Features
- client: Set
componentspage as default page - by @webfansplz <samp>(f4729)</samp>
View changes on GitHub
- client: Set
- 7.7.516 Apr 2025
- 7.7.416 Apr 2025
Release notes
Open source βπ Bug Fixes
- vite: Pin
vite-plugin-inspect- by @webfansplz <samp>(1571b)</samp>
View changes on GitHub
- vite: Pin
- 7.7.316 Apr 2025
Release notes
Open source βπ Bug Fixes
- Resolve
Mapnested object modification - by @rbgmulmb in https://github.com/vuejs/devtools/issues/799 <samp>(60fb4)</samp> - client: Unable to scroll for pages - by @cloudmoonocus in https://github.com/vuejs/devtools/issues/856 <samp>(06f89)</samp>
View changes on GitHub
- Resolve
- 7.7.212 Feb 2025
Release notes
Open source βπ Bug Fixes
- api: Allow treeshaking - by @posva in https://github.com/vuejs/devtools/issues/795 <samp>(81cac)</samp>
View changes on GitHub
- 7.7.124 Jan 2025
Release notes
Open source βπ Features
- client: Add vue SFC custom tab - by @FliPPeDround in https://github.com/vuejs/devtools/issues/775 <samp>(59996)</samp>
View changes on GitHub
- 7.7.07 Jan 2025
Release notes
Open source βπ Features
- Respect preferred-reduce-motion - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/744 <samp>(e5e58)</samp>
- applet: Support filter on router page - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/762 <samp>(918dd)</samp>
π Bug Fixes
- Switch to relevant app when inspecting component - by @kevinluo201 in https://github.com/vuejs/devtools/issues/748 <samp>(a1786)</samp>
- vite: Add configured headers for devtool-related response - by @nighca in https://github.com/vuejs/devtools/issues/710 <samp>(e758a)</samp>
View changes on GitHub
- 7.6.811 Dec 2024
Release notes
Open source βπ Features
- Support
vite-plugin-inspectfor both Vite 5 and 6 - by @peterpeterparker in https://github.com/vuejs/devtools/issues/730 <samp>(c8cfd)</samp>
π Bug Fixes
- client: XSS vulnerability in components tab - by @xuzuodong in https://github.com/vuejs/devtools/issues/726 <samp>(77494)</samp>
View changes on GitHub
- Support
- 7.6.728 Nov 2024
Release notes
Open source βπ Bug Fixes
- vite: Pin
vite-plugin-inspectto be compatible with both vite 5 & 6, close #716 - by @webfansplz in https://github.com/vuejs/devtools/issues/716 <samp>(39b21)</samp>
View changes on GitHub
- vite: Pin
- 7.6.628 Nov 2024
Release notes
Open source β - 7.6.527 Nov 2024
Release notes
Open source βπ Bug Fixes
- client:
- Add null-safety check when accessing pinia store state, close #707 - by @webfansplz in https://github.com/vuejs/devtools/issues/707 <samp>(2fd1b)</samp>
- kit:
- Inspect error with top-level
Proxyvalue - by @FoundTheWOUT and Alex in https://github.com/vuejs/devtools/issues/701 <samp>(4539e)</samp> - Add null-safety check for resolving matched route, close #708 - by @webfansplz in https://github.com/vuejs/devtools/issues/708 <samp>(89127)</samp>
- Inspect error with top-level
View changes on GitHub
- client:
- 7.6.411 Nov 2024
Release notes
Open source βπ Features
- Refine bg/text color for dark mode - by @alexzhang1030 and @webfansplz in https://github.com/vuejs/devtools/issues/686 <samp>(9e8ae)</samp>
π Bug Fixes
- kit: Add null-safety check on process instance props, close #688 - by @webfansplz in https://github.com/vuejs/devtools/issues/688 <samp>(205bd)</samp>
π Performance
- Lazy register devtools plugins and reduce unnecessary hook calls - by @webfansplz in https://github.com/vuejs/devtools/issues/693 <samp>(ffa93)</samp>
View changes on GitHub
- 7.6.35 Nov 2024
Release notes
Open source βπ Features
- Component highlighter - by @webfansplz in https://github.com/vuejs/devtools/issues/683 <samp>(550bc)</samp>
- Add keyboard shortcut to toggle component inspector - by @webfansplz in https://github.com/vuejs/devtools/issues/684 <samp>(4c01b)</samp>
- kit: Editable component props - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/674 <samp>(5807c)</samp>
π Bug Fixes
- applet: Remove
select-noneon StateViewer - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/675 <samp>(dc075)</samp> - extension: Highlight vue icon when detecting vue2 app - by @webfansplz <samp>(c6857)</samp>
- kit: Add null-safety check on process instance props, #659 - by @webfansplz in https://github.com/vuejs/devtools/issues/659 <samp>(bf8ad)</samp>
View changes on GitHub
- 7.6.231 Oct 2024
Release notes
Open source βπ Features
- Filter tree/states for custom inspectors - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/664 <samp>(dce7c)</samp>
π Bug Fixes
- Revert devtools-kit removals in #664 - by @alexzhang1030 in https://github.com/vuejs/devtools/issues/670 and https://github.com/vuejs/devtools/issues/664 <samp>(f3fbf)</samp>
- kit: Replay hook when devtools is injected late - by @webfansplz in https://github.com/vuejs/devtools/issues/666 <samp>(cbffb)</samp>
View changes on GitHub
- 7.6.130 Oct 2024
Release notes
Open source βπ Bug Fixes
- kit: Add null-safety check to detect vue reactive linked list node - by @webfansplz in https://github.com/vuejs/devtools/issues/661 <samp>(c3f19)</samp>
View changes on GitHub
- 7.6.030 Oct 2024
Release notes
Open source βπ Features
- Add node tags for component tree - by @webfansplz in https://github.com/vuejs/devtools/issues/655 <samp>(82509)</samp>
- extension: Vue2 migration guide popup page - by @webfansplz in https://github.com/vuejs/devtools/issues/658 <samp>(813ff)</samp>
View changes on GitHub
- 7.5.629 Oct 2024
Release notes
Open source βπ Bug Fixes
- timeline: Hide switcher in internal timeline panel and exclude internal timeline events to prevent triggering - by @webfansplz <samp>(2623a)</samp>
View changes on GitHub
- 7.5.529 Oct 2024
Release notes
Open source βπ Performance
- kit:
- Debounce sending of inspector tree/state updates - by @webfansplz <samp>(588d9)</samp>
- Skip sending inspector tree/state updates when high-perf mode is enabled - by @webfansplz <samp>(f98da)</samp>
- Enable plugin timeline on-demand - by @webfansplz <samp>(809e2)</samp>
View changes on GitHub
- kit:
- 7.5.424 Oct 2024
Release notes
Open source βπ Features
- Improve UX for toggling timeline layer enabled state, #609 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/609 <samp>(44eb9)</samp>
π Bug Fixes
- kit: Support non-localStorage env for timeline storage, closes #635 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/635 <samp>(aa116)</samp>
View changes on GitHub
- 7.5.322 Oct 2024
Release notes
Open source βπ Bug Fixes
- kit: Detect vue doubly-linked node to avoid circular references on encoding - by @webfansplz in https://github.com/vuejs/devtools-next/issues/638 <samp>(7ce23)</samp>
View changes on GitHub
- 7.5.216 Oct 2024
Release notes
Open source βπ Bug Fixes
- kit: Support non
localStorageenv for timeline storage, closes #635 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/635 <samp>(0573f)</samp>
View changes on GitHub
- kit: Support non
- 7.5.116 Oct 2024
Release notes
Open source βπ Features
- Add not-recording tips for timeline tab - by @webfansplz <samp>(7e7b2)</samp>
View changes on GitHub
- 7.5.016 Oct 2024
Release notes
Open source βπ Features
- Timeline panel - by @webfansplz in https://github.com/vuejs/devtools-next/issues/627 <samp>(d1e3a)</samp>
- client: Show full text on hover for component state field viewer - by @xuzuodong in https://github.com/vuejs/devtools-next/issues/630 <samp>(c3ec0)</samp>
- kit: For better naming of
index.vuecomponents - by @niksy in https://github.com/vuejs/devtools-next/issues/628 <samp>(58195)</samp>
π Bug Fixes
- extension: Re-run script when execution context is empty - by @webfansplz in https://github.com/vuejs/devtools-next/issues/626 <samp>(00aad)</samp>
- shared: Add optional chain to
isInElectronenv - by @danielj247 in https://github.com/vuejs/devtools-next/issues/629 <samp>(60dea)</samp>
View changes on GitHub
- 7.4.623 Sept 2024
Release notes
Open source βπ Features
- overlay: Add
credentiallessattribute for iframe - by @hrynevychroman in https://github.com/vuejs/devtools-next/issues/614 <samp>(53add)</samp>
π Bug Fixes
- Missing plugin settings panel - by @webfansplz in https://github.com/vuejs/devtools-next/issues/610 <samp>(0c53e)</samp>
- Normalize reactivity state type - by @webfansplz in https://github.com/vuejs/devtools-next/issues/617 <samp>(c2381)</samp>
- Remove credentialless attribute for iframe due to storage isolation, revert #614 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/614 <samp>(9c1c2)</samp>
View changes on GitHub
- overlay: Add
- 7.4.511 Sept 2024
Release notes
Open source βπ Features
- Add migration logs for Vue2 app - by @webfansplz in https://github.com/vuejs/devtools-next/issues/603 <samp>(550f9)</samp>
View changes on GitHub
- 7.4.44 Sept 2024
Release notes
Open source βπ Bug Fixes
- applet: Intergration ui package's unocss style - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/598 <samp>(b89e6)</samp>
View changes on GitHub
- 7.4.34 Sept 2024
- 7.4.24 Sept 2024
- 7.4.14 Sept 2024
Release notes
Open source βπ Bug Fixes
- applet: Add missing imports - by @webfansplz <samp>(0141d)</samp>
View changes on GitHub
- 7.4.03 Sept 2024
Release notes
Open source βπ Features
- Add route-meta for pages - by @wzc520pyfm, Alex and @webfansplz in https://github.com/vuejs/devtools-next/issues/560 <samp>(34498)</samp>
- Add settings for devtools plugin - by @webfansplz in https://github.com/vuejs/devtools-next/issues/597 <samp>(77c0b)</samp>
π Performance
- Reduce initial performance overhead - by @webfansplz in https://github.com/vuejs/devtools-next/issues/595 <samp>(1ae7a)</samp>
View changes on GitHub
- 7.3.925 Aug 2024
Release notes
Open source βπ Features
- Add multiple-app toggle feature in components panel - by @webfansplz <samp>(f6c9b)</samp>
π Bug Fixes
- kit:
exposeInstanceToWindowwork failed in no-browser env - by @naiveeee and gaozhao <samp>(ba8fd)</samp>- Fix call context when stringify with replacer - by @webfansplz in https://github.com/vuejs/devtools-next/issues/576 <samp>(344f7)</samp>
View changes on GitHub
- 7.3.812 Aug 2024
Release notes
Open source βπ Features
- extension: Support open-in-editor - by @webfansplz in https://github.com/vuejs/devtools-next/issues/543 <samp>(05833)</samp>
π Bug Fixes
- deps: Update dependency minimatch to v10 - by @renovate[bot] in https://github.com/vuejs/devtools-next/issues/526 <samp>(ca630)</samp>
- kit: Should access value on
ObjectRefImplandGetterRefImpl- by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/563 <samp>(ad642)</samp>
View changes on GitHub
- 7.3.723 Jul 2024
Release notes
Open source βπ Features
- Group assets in duplicate paths between root and public by relativePath - by @LoTwT in https://github.com/vuejs/devtools-next/issues/514 <samp>(12614)</samp>
- client: Truncate button add title attribute - by @btea in https://github.com/vuejs/devtools-next/issues/532 <samp>(cedbc)</samp>
- extension: Add VitePress detector - by @yuyinws in https://github.com/vuejs/devtools-next/issues/523 <samp>(55567)</samp>
π Bug Fixes
- Bump inspector, closes #531, #534 - by @webfansplz in https://github.com/vuejs/devtools-next/issues/531 and https://github.com/vuejs/devtools-next/issues/534 <samp>(145e0)</samp>
- applet:
- Stabilize search results when updating component tree - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/539 <samp>(d52a5)</samp>
- Hide select component button on seperate window - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/541 <samp>(a4497)</samp>
View changes on GitHub
- 7.3.614 Jul 2024
Release notes
Open source βπ Features
- client: Improve Vue api icon on CommandPalette - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/501 <samp>(0e780)</samp>
π Bug Fixes
- client:
- Hide state field display on edit - by @Lootjs and Loot Nurakhmetov in https://github.com/vuejs/devtools-next/issues/507 <samp>(81719)</samp>
- Hide action list on editing for state-field editor - by @KurumiRin in https://github.com/vuejs/devtools-next/issues/513 <samp>(c3d44)</samp>
- overlay:
- Event's key null safety when fill out forms automatically - by @vancepym in https://github.com/vuejs/devtools-next/issues/502 <samp>(e10f1)</samp>
View changes on GitHub
- 7.3.528 Jun 2024
Release notes
Open source βπ Features
- Use Ic icon on custom inspector/tab/command - by @webfansplz, Alex and @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/466 <samp>(bc97b)</samp>
- applet:
- Add doc/github title in
DevToolsHeadercomponent - by @reslear in https://github.com/vuejs/devtools-next/issues/474 <samp>(a54f7)</samp> - Improve custom inspector page nav style - by @reslear in https://github.com/vuejs/devtools-next/issues/477 <samp>(d6a1f)</samp>
- Respect ui scale on components panel text-size - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/483 <samp>(7b392)</samp>
- Set state tab as default page for custom inspector - by @alexzhang1030 and @webfansplz in https://github.com/vuejs/devtools-next/issues/471 <samp>(c7536)</samp>
- Add actions for pinia inspector - by @webfansplz in https://github.com/vuejs/devtools-next/issues/488 <samp>(f0e07)</samp>
- Add doc/github title in
- client:
- Improve
RenderCodecomponent style - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/482 <samp>(f8563)</samp>
- Improve
π Bug Fixes
- applet:
- Handle state viewer overflow scroll case - by @webfansplz <samp>(4e8b0)</samp>
- client:
- Reposition
dockingPaneldropdown on window resize - by @LukerSpringtree and ιεΎ·ι in https://github.com/vuejs/devtools-next/issues/479 <samp>(37f2d)</samp> - Missing fallbackIcon prop for TabIcon - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/489 <samp>(7583b)</samp>
- CustomInspectorView on splitScreen - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/490 <samp>(9ba0b)</samp>
- Reposition
View changes on GitHub
- 7.3.422 Jun 2024
Release notes
Open source βπ Bug Fixes
- core: Add vue as peerDependencies - by @webfansplz <samp>(8e143)</samp>
- kit: Add null-safety to get vnode props to support vapor - by @webfansplz <samp>(05515)</samp>
View changes on GitHub
- 7.3.321 Jun 2024
Release notes
Open source βπ Features
- browser-ext: Update content_security_policy to support wasm - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/463 <samp>(dd4c4)</samp>
- client: Only show feature settings on iframe/seperate-window - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/461 <samp>(7ac0a)</samp>
- kit: Rename refs to template refs for easy understanding - by @webfansplz <samp>(f7d01)</samp>
π Bug Fixes
- Update shiki and relax version range - by @antfu in https://github.com/vuejs/devtools-next/issues/465 <samp>(00705)</samp>
View changes on GitHub
- 7.3.219 Jun 2024
Release notes
Open source βπ Features
- Enhance inspect component ux - by @webfansplz <samp>(bd0cc)</samp>
- applet: Add null-safety to inspector component data - by @webfansplz <samp>(38240)</samp>
π Bug Fixes
- applet:
- Show delete icon only when editable - by @webfansplz <samp>(72222)</samp>
- Prevent state update when data is empty - by @webfansplz <samp>(db5d9)</samp>
- client:
- Sync state between separate window with floating panel - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/459 <samp>(3daaf)</samp>
View changes on GitHub
- 7.3.118 Jun 2024
Release notes
Open source βπ Bug Fixes
- kit: Prevent duplicate registration of devtool plugin - by @webfansplz in https://github.com/vuejs/devtools-next/issues/457 <samp>(9ad1a)</samp>
View changes on GitHub
- 7.3.016 Jun 2024
Release notes
Open source βπ Features
- Compatible with v6 plugin API, refactor messaging system - by @webfansplz, Alex and autofix-ci[bot] in https://github.com/vuejs/devtools-next/issues/421 <samp>(3feec)</samp>
- Further compatibility with v6 pluign API - by @webfansplz <samp>(d6972)</samp>
- Hide open-in-editor in chrome panel - by @webfansplz <samp>(9b9c0)</samp>
- Firefox extension - by @webfansplz in https://github.com/vuejs/devtools-next/issues/446 <samp>(610b0)</samp>
- applet:
- Allow select-text for string data fields - by @xuzuodong in https://github.com/vuejs/devtools-next/issues/410 <samp>(b5e95)</samp>
- Expand component tree item by double click - by @xuzuodong in https://github.com/vuejs/devtools-next/issues/413 <samp>(a852c)</samp>
- Improve long-string display in components panel - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/419 <samp>(b702a)</samp>
- Auto scroll to bottom when timeline event updated - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/430 <samp>(d4ae5)</samp>
- client:
- Unhighlight component when unmounted for custom inspector - by @webfansplz <samp>(25ef3)</samp>
- Change inspect-component icon - by @maxirozay and Alex in https://github.com/vuejs/devtools-next/issues/372 <samp>(f1185)</samp>
- core:
- Expose activeComponent to window - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/427 <samp>(91f8e)</samp>
- extension:
- Inspect dom - by @webfansplz <samp>(2f8a3)</samp>
π Bug Fixes
- Remove the available launch editors limit - by @webfansplz <samp>(56172)</samp>
- Cannot update states of options-api - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/395 <samp>(f138c)</samp>
- Reset tree-node selected when mismatch - by @webfansplz <samp>(df8ec)</samp>
- Use internal parse/stringify function for timeline event - by @webfansplz <samp>(8d089)</samp>
- Restore server rpc listeners when reload client - by @webfansplz <samp>(f7ffb)</samp>
- applet:
- Update component render-code when toggle tree-node - by @CoutinhoTTS in https://github.com/vuejs/devtools-next/issues/423 <samp>(064a4)</samp>
- client:
- Add opacity for safari iframe visibility toggling - by @michaelandrewrm in https://github.com/vuejs/devtools-next/issues/403 <samp>(caca4)</samp>
- Should not reset root-state expanded-state on updated - by @webfansplz <samp>(48a72)</samp>
- Resize custom devtools logo size - by @webfansplz <samp>(79758)</samp>
- Fix mismatching on regex route path - by @Azurewarth0920 in https://github.com/vuejs/devtools-next/issues/433 <samp>(0b57f)</samp>
- Expand settings grid column width - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/448 <samp>(94b00)</samp>
- core:
- Rpc retry timeout - by @webfansplz <samp>(2a772)</samp>
- kit:
- Avoid circular vue instance ref when encoding state - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/429 <samp>(7c321)</samp>
- overlay:
- Hide panel when enable inspector - by @alexzhang1030 in https://github.com/vuejs/devtools-next/issues/407 <samp>(a0186)</samp>
- Change panel visible on toggle - by @webfansplz <samp>(3cb8d)</samp>
- vite:
- Normalize separate window url when apply
baseoption - by @LukerSpringtree in https://github.com/vuejs/devtools-next/issues/442 <samp>(c0df9)</samp>
- Normalize separate window url when apply
- vite+overlay:
- Using mjs overlay bundle for vite plugin - by @alexzhang1030 and @webfansplz in https://github.com/vuejs/devtools-next/issues/408 <samp>(2b4fb)</samp>
View changes on GitHub