Skip to content

Releases: vuejs/devtools

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

v6.0.11

14 Feb 18:26
Compare
Choose a tag to compare

Bug Fixes

  • null error in plugin app scope check, close #1734 (97496c5)

Features

  • apps sidepane (2ee2f79)
  • expand inspector tabs if enough space (f62891a)
  • small new vue version icon in sidepane (9335768)

A new App selector sidepane is now displayed by default and can be collapsed with the arrow in the middle of the separator. When it is expanded, the header hides the Apps select and displays labels for the Inspector/Timeline tabs.

The header also automatically expands the inspectors select into tabs if there is enough space:

image

v6.0.10

14 Feb 13:48
Compare
Choose a tag to compare

Bug Fixes

Features

  • api: log hook payload in error (cda3523)

v6.0.9

14 Feb 11:07
Compare
Choose a tag to compare

Bug Fixes

  • components: filter with kebab-case, closes #1729 (babc954)
  • components: picking modal not closing after page refresh (fb7ebcd)
  • native keyboard shortcuts always prevented, closes #1726 (a3e6faf)
  • vue2: some vuex getters error not catched (77f4cff)

Features

  • global hook version check (b513878)
  • improved backend error handling (5aa427d)

v6.0.8

11 Feb 23:10
Compare
Choose a tag to compare

Bug Fixes

v6.0.7

11 Feb 17:03
Compare
Choose a tag to compare

Bug Fixes

  • vue2: add more null guards (f8f457a)
  • vue2: app record id not found, closes #1699 (17f0e6d)
  • vue2: initialize appRecord.meta in case it's falsy (29ea4d0)
  • vue2: re-scan to find apps that are not mounted yet, closes #1718 (9022113)
  • vue2: vuex: missing root node id, closes #1713 (765d0e0)
  • vue3: don't emit hook init (4f3a7b3)

Features

v6.0.6

11 Feb 01:30
Compare
Choose a tag to compare

Bug Fixes

  • api: prevent non-existing properties (ec2c324)
  • api: setting switch clickable on whole item (164e37e)
  • vue2: only display getters from non-namespaced vuex module (a3cc310)
  • vue2: support / in vuex module name, closes #1696 (3cce6f3)
  • vue2: vuex root special id in case a module is called 'root' (01d8892)
  • vue2: vuex state not updating, closes #1703 (985d0c8)

Features

v6.0.5

09 Feb 22:38
Compare
Choose a tag to compare

Bug Fixes

  • better handle tab disconnection (bddcd45)

v6.0.4

09 Feb 17:35
Compare
Choose a tag to compare

Bug Fixes

  • vue2: get Vue from global hook (dc0f5de)
  • vue2: subscribeAction might be null, close #1695 (7bf86e5)