- Emergency fix: Reverted 3.3.1
- Added new version of yeoman-generator, adjusted unit tests
- Added new yeoman key "generatedWithVersion". Will be used for backwards compatibility of new major releases.
- Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
- Adjusted postcss to work with react-webpack-template 1.4 upwards
- Improved styling output (provided by thewtex)
- Cleaned up formatting of unit tests
- Updated tests for new version of react-webpack-template
- Updated yeoman-generator package to new version 0.22.1 (some methods like generator.NamedBase are now deprecated!)
- Added bugfix for #170
- Added support for postcss (Patch provided by stylesuxx)
- Unneeded files (License, .npmignore) are not copied anymore
- Existence of .babelrc is now checked in unit tests
- Updated react-webpack-template to 1.0.0 to include support for babel 6.
- Updated yeoman to 0.21
- Added some badges for the readme
- Added new version of
react-webpack-template
(provides new features for continuous testing and better dist build support)
- Added ability to create stateless components
- Updated README with new installation instructions (need to install globally)
- Added new tests for components (should be easier to handle in the future)
- Added automatic generation of components displayName property. This makes it easier to keep track of components that reside in deep subfolders (like src/components/my/example/components/indexComponent) would become "index" as a displayName, but should instead be MyExampleComponentsIndexComponent instead.
- Fixed .gitignore renaming (Patch provided by VovanR)
- Added new version of react-webpack-template, including support for React 0.14.