Skip to content

v6.0.0-beta.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 22 Sep 23:13
· 435 commits to main since this release

New

  • Add support for Vue 3 detection even if devtools are disabled (implemented in Vue 3.2.14).
  • Page config: new defaultSelectedAppId option

Fixed

  • vue 3: app inside iframe being detected after app init
  • vue 3: use instance app context for component id
  • vue3: render code crash on transition component (#1549)
  • ensure app ids are unique
  • components: handle null prop type, closes #1559
  • nuxt3: will correctly detect devtools availability with Vue 3.2.14+