v6.0.0-beta.18
Pre-release
Pre-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+