Releases: vuejs/devtools
Releases · vuejs/devtools
v7.6.3
🚀 Features
- Component highlighter - by @webfansplz in #683 (550bc)
- Add keyboard shortcut to toggle component inspector - by @webfansplz in #684 (4c01b)
- kit: Editable component props - by @alexzhang1030 in #674 (5807c)
🐞 Bug Fixes
- applet: Remove
select-none
on StateViewer - by @alexzhang1030 in #675 (dc075) - extension: Highlight vue icon when detecting vue2 app - by @webfansplz (c6857)
- kit: Add null-safety check on process instance props, #659 - by @webfansplz in #659 (bf8ad)
View changes on GitHub
v7.6.2
🚀 Features
- Filter tree/states for custom inspectors - by @alexzhang1030 in #664 (dce7c)
🐞 Bug Fixes
- Revert devtools-kit removals in #664 - by @alexzhang1030 in #670 and #664 (f3fbf)
- kit: Replay hook when devtools is injected late - by @webfansplz in #666 (cbffb)
View changes on GitHub
v7.6.1
🐞 Bug Fixes
- kit: Add null-safety check to detect vue reactive linked list node - by @webfansplz in #661 (c3f19)
View changes on GitHub
v7.6.0
🚀 Features
- Add node tags for component tree - by @webfansplz in #655 (82509)
- extension: Vue2 migration guide popup page - by @webfansplz in #658 (813ff)
View changes on GitHub
v7.5.6
🐞 Bug Fixes
- timeline: Hide switcher in internal timeline panel and exclude internal timeline events to prevent triggering - by @webfansplz (2623a)
View changes on GitHub
v7.5.5
🏎 Performance
- kit:
- Debounce sending of inspector tree/state updates - by @webfansplz (588d9)
- Skip sending inspector tree/state updates when high-perf mode is enabled - by @webfansplz (f98da)
- Enable plugin timeline on-demand - by @webfansplz (809e2)
View changes on GitHub
v7.5.4
🚀 Features
- Improve UX for toggling timeline layer enabled state, #609 - by @webfansplz in #609 (44eb9)
🐞 Bug Fixes
- kit: Support non-localStorage env for timeline storage, closes #635 - by @webfansplz in #635 (aa116)
View changes on GitHub
v7.5.3
🐞 Bug Fixes
- kit: Detect vue doubly-linked node to avoid circular references on encoding - by @webfansplz in #638 (7ce23)
View changes on GitHub
v7.5.2
🐞 Bug Fixes
- kit: Support non
localStorage
env for timeline storage, closes #635 - by @webfansplz in #635 (0573f)