mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
1.1 KiB
1.1 KiB
generator-react-webpack - Changelog
3.0.0
Upgrades:
- Updated react-webpack-template to 1.0.0 to include support for babel 6.
2.2.7
Upgrades:
- Updated yeoman to 0.21
- Added some badges for the readme
2.2.6
Upgrades:
- Added new version of
react-webpack-template(provides new features for continuous testing and better dist build support)
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.