Skip to content

Releases: vuejs/devtools

v6.3.0

24 Sep 23:27
Compare
Choose a tag to compare

Bug Fixes

  • AppMainMenu: use compact layout if screen is narrow (#1949) (9bc0d88)
  • components: double click to toggle children (0e257b3)
  • performance issue in bridge (503b5ae), closes #1875
  • plugin source icon: null error (5c58d5a)
  • state not updating for root component (#1895) (4c9e6fa)
  • vue2 logo url (#1922) (ba54bb7)
  • vuex useStore in script setup crashes inspector (d36329c)
  • wrong keys on inspector selector buttons (e7e51dc)

Features

  • components: copy component name, fix #1555 (5d84a8b)
  • components: toggle with space/enter keys (4efc5e3)
  • copy to clipboard: don't stringify primitive values, fix #1002 (7a3e42f)
  • improved "Copy Value" (c314dc6)
  • shift + click to expand all child components (#1752) (a054381)
  • state inspector: collapse all with shift too (dcaa51c)
  • state inspector: save collapsed all, fix #1391 (b06d7f1)
  • throttle component highlight (96a4f79), closes #1888

v6.2.1

13 Jul 01:31
Compare
Choose a tag to compare

Bug Fixes

  • fix 2.7 setup state inspection when not using script setup (e38c347)
  • vue3: isFragment: subTree null (b35da4c)

v6.2.0

01 Jul 02:44
Compare
Choose a tag to compare

Bug Fixes

  • api: support importmaps, fix #1840 (c5ce1ce)
  • component: check instance is null in capture (da62def)
  • improve keyboard shortcut logic, fix #1846 (03cae70)
  • improved function display, fix #1852 (0247fdc)
  • vue3: adding property to reactive object (3c18ea2)
  • vue3: highlighter for component with root component (ce01a2c)

Features

  • component: refresh animation (0c78611)
  • support editing nested custom values (6f3532e)
  • support inspecting 2.7 setup state (#1899) (ea87e45)

v6.1.4

29 Mar 21:18
Compare
Choose a tag to compare

Bug Fixes

Features

v6.1.3

14 Mar 17:12
Compare
Choose a tag to compare

Bug Fixes

  • vue2: no app record for unmounted component, closes #1791 (c35bbbf)

v6.1.2

14 Mar 16:56
Compare
Choose a tag to compare

Bug Fixes

  • hook import not working (d259900)
  • timeline: don't display empty state when filtering, closes #1794 (6f402a8)

v6.1.1

14 Mar 15:35
Compare
Choose a tag to compare

Bug Fixes

  • components: add guards, closes #1792 (e25468c)
  • perf: queue end markers, related to #1786 (e9e826e)
  • reading pathname of null (0c99176)
  • some component updates skipped because of throttling (13f650d)
  • timeline: correct time diff between Date.now & performance.now (e459259)
  • timeline: reduce glitch when mouse dragging the canvas at the bottom (49da3a5)
  • typo in flashing warning (75efbf1)

Features

  • api: now() supports node performance api (2e1e907)
  • electron: work on node envioronments (#1780) (b50e994)

v6.1.0

11 Mar 17:41
Compare
Choose a tag to compare

Bug Fixes

  • api: proxy mode now() fallback (fb8bb9e)
  • components: selected node colors (8b7c4af)
  • search inputs overflowing (94fe74e)
  • timeline: no events empty pane not updating (a0243bd)
  • vue2: picking component in other app not working, closes #1753 (32e60cf)

Features

  • components: update flashing, closes #862 (d277f40)
    image
    image
  • timeline: save layer selection (1b82544)
  • components: update tracking (6204a28)
    image
  • vue2: update tracking (fb6a2ac)

v6.0.13

09 Mar 17:34
Compare
Choose a tag to compare

Important ⚠️

Devtools plugin authors:

  • Please use the new api.now() method when creating timeline events. Learn more

Bug Fixes

  • app filter input overflowing, fix #1779 (d61d472)
  • components: more reliable tree loading (1f1c7fd)
  • components: round perf metrics in tree (e2fdc14)
  • improved component search, closes #1652 (83fa90e)
  • reduce welcome slides logo (859d2b2)
  • timeline: auto scroll to bottom sometimes turning off (89870ea)
  • timeline: don't handle mouse move outside of canvas (ee66139)

Features

  • format reactive/ref/computed in nested values (c810e88)
  • inspector: double click to toggle expand node (930e42d)
  • timeline: events: scroll to bottom btn (380d1b2)
  • timeline: support higher time resolution (32b4611)
  • vue2: perf timeline, closes #1744 (dd47083)

Performance Improvements

  • throttle component update hook (033b2be)

v6.0.12

15 Feb 19:10
Compare
Choose a tag to compare

Bug Fixes