Skip to content

Migration Guide

Compatibility Note

The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the v6 version. If you're still using v5 version, you can install it here.

Features Improvements

In v7, we've made some feature-level adjustments compared to v6. You can view the v7 feature overview in the Features. Here, we mainly mention some of the main feature changes.

Deprecated Features

Due to high performance costs and potential memory leak risks, we have removed some features in v7. These features are:

  • Performance Timeline
  • Component Events Timeline

💡 By the way, we are looking for a balanced approach to re-enable it with better performance. You can follow the latest progress here.

Feature Adjustments

  • Timeline Tab

In v7, we moved the timeline tab to be managed within each plugin's menu. Here is a screenshot of the pinia devtools plugin:

pinia-timeline

Plugin API

In v7, we are fully compatible with the v6 plugin API (Except type). You can check out the v6 Plugin API documentation here.

Additionally, we have introduced some new plugin APIs. You can find more details here.

Released under the MIT License.