Skip to content

Releases: vuejs/devtools-v6

v6.4.2

29 Sep 10:28
Compare
Choose a tag to compare

Bug Fixes

  • duplicate port when reloading page, fix #1954 (f553b0f)
  • electron: dist files not published, fix #1952 (1b7a511)
  • focus outline on the entire devtools (5465f41)

Features

  • electron: upgrade to electron 21 (83851df)
  • electron: display page title in window title (72d00f1)

v6.4.1

26 Sep 21:02
Compare
Choose a tag to compare

Bug Fixes

v6.4.0

26 Sep 20:52
Compare
Choose a tag to compare

Bug Fixes

  • reconnect automatically in case background script is killed, fix #1950 (ef5e5ff)

Features

  • header: new UX with merged tabs (b12fac2)

Before:
Screenshot from 2022-09-26 22-48-17

After:
Screenshot from 2022-09-26 22-48-52

  • hide welcome slideshow (8ea36db)
  • more visible collapse/expand pane buttons (668f11b)

Screenshot from 2022-09-26 22-49-04

Screenshot from 2022-09-26 22-49-17

Performance Improvements

  • cache app record (33e596b)
  • skip waiting for app record on hidden apps (37aa0a4)

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)