mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:25:20 +08:00
1.2 KiB
1.2 KiB
react-webpack-template - Changelog
1.0.1:
Upgrades:
- Updated isparta-instrumenter-loader to new version 1.0
1.0.0:
Upgrades:
- Updated to babel core version (6.0.x)
- Replaced isparta-loader with the more current (and better maintained) isparta-instrumenter-loader.
0.3.2:
Features:
- Added support for bower components in webpack
- Added coverage reporting via karma-coverage
0.3.1:
Upgrades:
- Added bugfix for tests in watch mode (could be overridden by config)
- Added new badges to README
- Updated devDependencies to current ones
0.3.0:
Upgrades:
- Added webpacks define plugin for dist version
- Added new task
test:watchto watch for changes
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.