Releases: yeet-bix/create-react-component-vscode
Releases · yeet-bix/create-react-component-vscode
v0.2.0
v0.1.0
0.1.0 (2020-03-02)
Added
- Allow user to specify whether or not to generate a function or function expression via setting
- Allow user to specify files to open after generating a component via setting
- Props are now exported from modules by default
Changed
- Props are now prefixed with the component name
Fixed
- Fix broken link in README that redirected to another repos settings
- Fix missing newline generated in index files
- Fixed launch config for local testing
v0.0.1
0.0.1 (2019-08-12)
Initial Release 🎉
Added
- Create React Component Command on folder Right Click
- Allow user to specify what language to generate the component via setting
- Allow user to specify what testing library to import via setting
- Allow user to specify whether or not to generate cleanup when using react-testing-library via setting
- Allow user to specify whether or not to create a module when creating a component via setting