Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@schirrel schirrel released this 21 Aug 13:18
· 4 commits to main since this release
ad555a0

Updating templates generates:

  • vue
    • update defineComponent import to avoid barrel file
    • add data-gtm
  • vuetify
    • remove v-bind for props and attrs, once we realized is a bad approach and all props must be defined on vue props.
    • add data-gtm and data-testid
    • add defineComponent instead of Vue.extends
  • react
    • add data-gtm