mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
825 B
825 B
generator-react-webpack - Changelog
2.2.5
Upgrades:
- 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)
2.2.4
Upgrades:
- 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.
2.2.3
Fixes:
- Fixed .gitignore renaming (Patch provided by VovanR)
2.2.0:
Upgrades:
- Added new version of react-webpack-template, including support for React 0.14.