Skip to content

Releases: juntossomosmais/jsm-component-generator

0.8.0

21 Aug 13:18
ad555a0
Compare
Choose a tag to compare

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

15 Aug 12:08
Compare
Choose a tag to compare

Issue #7
PR #8

  • Rename import of styled component in React Generator to * as S
  • Change testid to data-testid
  • Create initial test based in Wrapper data-testid

Awesome @RodrigoRVSN ❤️ 🚀

184271874-f949e273-0cb4-4016-862d-b90ee18daaed.mp4

v0.5.0

15 Jun 11:41
2136839
Compare
Choose a tag to compare
  • Rename style to styles in React Generator
  • Rename test file name to Component.spec.x in React Generator
  • Conditional suffix to js/tsx

173707298-45163a0b-1ed1-4ee5-81bf-312e126aed70

vscode marketplace
Thanks to @RodrigoRVSN

v0.4.0

31 Mar 19:01
b2e7fff
Compare
Choose a tag to compare

Create option for creating a vueitfy wrapper
vuetify-wrappers

0.3.0

30 Mar 13:45
434df40
Compare
Choose a tag to compare
  • creating react
  • creating react js
  • renaming project

v0.2.2

28 Mar 17:34
Compare
Choose a tag to compare

Proper

  • Creating css class and test-id name with camel case