Skip to content

Releases: vuejs/devtools

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)

v6.0.3

09 Feb 14:45
Compare
Choose a tag to compare

Bug Fixes

  • new issue helper link (8461427)
  • vue2: mark functional component (#1676) (1fbc02f)
  • vue2: Use the super constructor when the instance is a VueComponent (#1690) (bec47a7)

v6.0.2

08 Feb 12:12
Compare
Choose a tag to compare

Bug Fixes

  • api: on.editInspectorState set type (275d147)
  • remove deprecated substr usage (db2eca9)

Features