@a9g/plop-generator-react-atomic-component
Version:
plop generator react atomic component
31 lines (20 loc) • 721 B
Markdown
# changelog
## 0.0.5
- fix: fix join of classnames
## 0.0.4
- feat: make variable path name parts formatting configurable
- fix: add `PropsWithChildren` to functional template
- feat: BREAKING: non styled-component styles are scss modules now
## 0.0.3
- fix: issue in index template due to hbs brackets
- fix: do not add styles import if styled-components are not used
- feat: use different test ids depending on platform
- feat: remove new lines and semicolons from template strings
## 0.0.2
- chore: changed keywords for npm package
- docs: introduced changelog
- docs: improved readme
- feat: make templates exchangeable
- refactor: improve functional template to work with `PropsWithChildren`
## 0.0.1
Init