mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 22:08:18 +08:00
523 B
523 B
react-webpack-template - Changelog
0.2.0:
Upgrades:
- Updated React from 0.13 to 0.14 (using
^0.14) as version string. This included minor code changes for components (now use the splitted "React"-Package) and the runner (Using React-DOM). - Updated the shallow renderer for unit tests.
Backwards incompatible changes:
- Default unit tests do not need to traverse down to
Component._store.props, but directly toComponent.props. Please keep this in mind when using properties in your tests.