Releases: juntossomosmais/jsm-component-generator
Releases · juntossomosmais/jsm-component-generator
0.8.0
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
0.6.0
v0.5.0
- Rename style to styles in React Generator
- Rename test file name to Component.spec.x in React Generator
- Conditional suffix to js/tsx
vscode marketplace
Thanks to @RodrigoRVSN