The new devtools are finally released on the stable channels!
It's recommended you uninstall the beta version and install the new one:
The new devtools are finally released on the stable channels!
It's recommended you uninstall the beta version and install the new one:
v6.0.0-beta.20
Many bugs where squashed (especially Vue 2 related) in this release! 🐛
The Vue 2 plugin now display getters in the mutation timeline layer.
v6.0.0-beta.19
The devtools now check for new Vue versions for each of your apps! Plus refinements to the Plugin Settings API and many bug fixes!
The Apps menu will let you know when a new Vue version is available:
You can now react to changes made to the plugin settings by the user with the new api.on.setPluginSettings
hook.
Pus the api.getSettings
method got a new pluginId
optional parameter.
v6.0.0-beta.18
We implemented changes in Vue 3.2.14 to allow the devtools to detect Vue apps even if they don't include the devtools-related code necessary to inspect them. Don't forget to update Vue to 3.2.14!
This update also includes other bug fixes.
v6.0.0-beta.17
An hot fix has been made for the component order in the inspector tree.
The extension popup has been revamped:
v6.0.0-beta.16
This release is packed with performance improvements and bug fixes! 🚀
The timeline now renders handy tooltips to get more information at a glance!
Plugins can now expose custom settings to the user with the settings
option and the api.getSettings()
method.
v6.0.0-beta.15
Many bug fixes and small improvements are included in this last beta.
New features:
api.on.timelineCleared
The docs were updated with a FAQ and other improvements. You can also now read the Vue Devtools Plugin development guide on the website.
The new devtools will soon be released in the stable channel, so existing users of v5 will automatically upgrade to v6. To update your beta version, you will need to disable/uninstall it and install the stable version.
But don't worry! Links will be posted here with "Legacy" versions in case you want/need to downgrade to v5.
v6.0.0-beta.14
A small update that adds support for iframe for Vue 2 apps and fixes the component highlighter position (taking the iframe position into account).
6.0.0-beta.13
Unless any major issue is found, this is the last beta release of the rewritten devtools!
An old feature request has finally landed in the devtools! You can now inspect apps that are inside iframes:
Some refinement and style tweaks make the timeline easier to use. If you have trouble using the mouse wheel to navigate the timeline, new buttons next to the scrollbar allow you to zoom in and out, and to move around:
You can also use the keyboard to navigate the events list.