Skip to content

Releases: dnllowe/react-code-creator

Update license in README

17 Jun 02:58
Compare
Choose a tag to compare

Change to MIT license

17 Jun 02:53
Compare
Choose a tag to compare
v0.3.2

0.3.2

Adds children to typed props by default

26 May 14:34
97c0ac8
Compare
Choose a tag to compare
Merge pull request #1 from dnllowe/proptypes

Add support for generating prop-types and typed props

Adds propTypes and TS-typed props to components

25 May 14:58
97c0ac8
Compare
Choose a tag to compare
Merge pull request #1 from dnllowe/proptypes

Add support for generating prop-types and typed props

Fix boolean rules bug

22 May 01:23
Compare
Choose a tag to compare

Fixes a bug where the value of boolean rules (useTypescript, useSemicolons, etc) could be ignored

Changes Storybook file extension to stories vs story

21 May 23:42
Compare
Choose a tag to compare

Adds Storybook story generation

21 May 23:22
Compare
Choose a tag to compare

Users can now specify generateStories: true in their react-code-creator-config.yaml to automatically generate boilerplate stories when creating components.

Export component constants

21 May 23:21
Compare
Choose a tag to compare

Export component constant object in addition to default export

Initial release

21 May 23:20
Compare
Choose a tag to compare

Adds support to generate boilerplate for the following code:

  • Class components
  • Functional components
  • css
  • Test files
  • Models
  • Services
  • Contexts
  • Redux reducers
  • Redux actions

Users can specify if they want to create code using JavaScript or Typescript