The Wayback Machine - https://web.archive.org/web/20210319011240/https://github.com/vuejs/vue-devtools/releases
Skip to content
Pre-release
Pre-release

@Akryum Akryum released this Feb 19, 2021 · 25 commits to next since this release

Fixed

  • timeline: screenshots on Firefox
  • api: notifyComponentUpdate arg is optional

New

  • api: new visitComponentTree hook called for each node in the tree
  • api: plugin custom logo
Assets 3
Pre-release
Pre-release

@Akryum Akryum released this Feb 2, 2021 · 33 commits to next since this release

Fixed

  • data edit not working, closes #1358
  • Firefox wheel event fixes
  • Firefox would hang when switching devtools tab when timeline is displayed, closes #1357
Assets 3
Pre-release
Pre-release

@Akryum Akryum released this Feb 1, 2021 · 37 commits to next since this release

Hotfix

  • Components: expanding the tree not working.
Assets 3
Pre-release
Pre-release

@Akryum Akryum released this Feb 1, 2021 · 41 commits to next since this release

See the changelog.

Fixed

  • Security: Toast vulnerable to XSS attack
  • Tooltips showing HTML
  • Edit fields text color and input z-index
  • Improved component tree handling
  • Component tag position
  • Timeline: use canvas fallback when WebGL isn't available
  • Added error handler on API hooks
  • Component tree fixes
  • Timeline styling fixes

Changed

  • API: walkComponentTree payload is now always an array of nodes

New

  • Suspense support
  • Component Attributes
  • Component Provide/Inject
  • (Single) Refs
  • New icons
  • See plugin source for: - timeline layer; - custom inspector; - component state type
  • Plugins tab
  • Improved timeline layers selector dropdown
Assets 3

@Akryum Akryum released this Jan 29, 2021 · 1 commit to dev since this release

Fixed

  • security: toast vulnerable to XSS attack, closes #1353
Assets 2
Pre-release
Pre-release

@Akryum Akryum released this Dec 23, 2020 · 78 commits to next since this release

See the changelog

Assets 3
Pre-release
Pre-release

@Akryum Akryum released this Sep 2, 2020 · 5 commits to dev since this release

Read the changelog

Assets 3
Pre-release
Pre-release

@Akryum Akryum released this Jul 17, 2020 · 242 commits to next since this release

Learn more

Requires vue@^3.0.0-rc.1

The Chrome extension is now available on the Chrome Web Store.

If you also have the stable channel of the devtools installed, there is a known issue where the beta channel can conflict with the stable channel. If you open the console but cannot find the Vue tab, try disabling the stable channel and then re-open the page.

You can also install locally for Firefox by downloading the .xpi version below, or use the standalone Electron version.

Assets 4

@Akryum Akryum released this Nov 25, 2019 · 8 commits to dev since this release

Fixed

  • use storage for settings version, closes #1097
  • clearTimeout when needed (#1101)
  • Make sure the 'then' property exists on the object before checking if its a function (#1105)
  • pad milliseconds, closes #1109
Assets 2

@Akryum Akryum released this Oct 30, 2019 · 15 commits to dev since this release

Performance

  • 🚀️ Around 50% faster startup time, thanks to a new clone implementation based on fast-copy. Vuex recording & state loading also faster than 5.3.1.
  • Vuex: dynamic debounce

Fixed

  • Clone: handle DOM objects, fixes Illegal invocation error
  • Vuex: overflowing mutation label, closes #1090
  • Vuex: remove horizontal padding transition
  • Vuex: use a special object key for modules, closes #1098
  • Router: format redirect and alias in tree, closes #1027
Assets 2