Skip to content

v6.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 15:41
· 61 commits to main since this release

Bug Fixes

  • Better check if data name starts with use (fix: #1971) (#1997) (21fa91e)
  • firefox: stop extension unloading, fix #1974 (#2000) (ab5623a)
  • vue3: ensure 3rd party components directly imported in script setup do not show up as Anonymous Component in devtools (#2020) (7dbe206)
  • vue3: inject value showing default over falsy value (#1976) (0c06c01)

Features

  • apps: dim vue version (049abd8)
  • dim expand arrows color (808861c)
  • plugin: add source icon in custom inspector (3e0a9bf)
  • reduced toolbars height to the header height (3fa04ed)
  • remove plugin icon from header tabs (d5b4d60)
  • remove vue logo from header to save space (43eb6b0)
  • update Nuxt logo (#2014) (a75f415)
  • vue3: inspect event listeners on components (01e7c21)

image
image

Performance Improvements

  • hook: cleanupBuffer performance + auto-cleanup of old events (60aeed2), closes #1875