Files
generator-react-webpack/CHANGELOG.md
T

593 B

generator-react-webpack - Changelog

2.2.4

Upgrades:

  1. 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:

  1. Fixed .gitignore renaming (Patch provided by VovanR)

2.2.0:

Upgrades:

  1. Added new version of react-webpack-template, including support for React 0.14.