Skip to content

Releases: yeet-bix/create-react-component-vscode

v0.2.0

08 Jul 00:41
Compare
Choose a tag to compare

0.2.0 (2020-07-08)

Added

  • Allow user to specify the extension type of files via setting

v0.1.0

01 Mar 23:12
Compare
Choose a tag to compare

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

12 Aug 12:45
Compare
Choose a tag to compare

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