Releases: vuejs/devtools-v6
Releases · vuejs/devtools-v6
v6.1.0
v6.0.13
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
v6.0.11
Bug Fixes
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:
v6.0.10
v6.0.9
v6.0.8
v6.0.7
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
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)