Skip to content

v6.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 23:27
· 126 commits to main since this release

Bug Fixes

  • AppMainMenu: use compact layout if screen is narrow (#1949) (9bc0d88)
  • components: double click to toggle children (0e257b3)
  • performance issue in bridge (503b5ae), closes #1875
  • plugin source icon: null error (5c58d5a)
  • state not updating for root component (#1895) (4c9e6fa)
  • vue2 logo url (#1922) (ba54bb7)
  • vuex useStore in script setup crashes inspector (d36329c)
  • wrong keys on inspector selector buttons (e7e51dc)

Features

  • components: copy component name, fix #1555 (5d84a8b)
  • components: toggle with space/enter keys (4efc5e3)
  • copy to clipboard: don't stringify primitive values, fix #1002 (7a3e42f)
  • improved "Copy Value" (c314dc6)
  • shift + click to expand all child components (#1752) (a054381)
  • state inspector: collapse all with shift too (dcaa51c)
  • state inspector: save collapsed all, fix #1391 (b06d7f1)
  • throttle component highlight (96a4f79), closes #1888