Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Releases: sasa-djuric/react-cli

1.6.1

31 Jan 12:14
Compare
Choose a tag to compare

Fixes

  • Fixed className prop when using CSS modules and special characters for the class name.

1.6.0

23 Jan 12:44
Compare
Choose a tag to compare

Features

  • Removed postfix and postfixDivider from fileNaming config in favor of the inline definition.

1.5.2

12 Jan 12:23
Compare
Choose a tag to compare

Fixes

  • Fixed component className attribute when using CSS type style.

1.5.1

09 Jan 12:08
Compare
Choose a tag to compare

Fixes

  • Fixed issue with babel plugins path

1.5.0

08 Jan 16:54
Compare
Choose a tag to compare

Features

  • Added context command
  • Added option to configure export preferences

1.4.0

05 Jan 18:38
Compare
Choose a tag to compare

Features

  • Props interface now gets exported if a story file is created
  • Test files now are created with tsx/jsx extensions, for JSX usage
  • Added option for the component to override inFolder flag
  • Added option in hook config to specify defaultExport flag
  • If the index file already exists, a new export declaration will be appended to the file.

1.3.3

01 Jan 12:46
Compare
Choose a tag to compare

Fixes

  • Fixed redux integration for components with non-default export
  • Fixed merging config with defaults

1.3.2

22 Nov 21:16
Compare
Choose a tag to compare

Fixes

  • Fixed import package.json bug

1.3.1

22 Nov 20:48
Compare
Choose a tag to compare

Features

  • Package update checks

1.3.0

22 Nov 19:45
Compare
Choose a tag to compare

Features

  • Verbose mode