This repository was archived by the owner on Sep 11, 2018. It is now read-only.
Releases: dvdzkwsk/react-redux-starter-kit
Releases · dvdzkwsk/react-redux-starter-kit
v3.0.1
v3.0.0
Features
- Upgraded webpack to
^2.0.0(along with all associated dependencies) - Upgraded react to
^15.5.4 - Upgraded react-dom to
^15.5.4 - Upgraded react-redux to
^5.0.4 - Upgraded redbox-react to
^5.0.4 - Upgraded bootstrap to
^4.0.0-alpha - Replaced 3rd-party bootstrap import with local dependency
- Replaced
babel-preset-stage-1and friends withbabel-preset-env - Added normalizer bundler for JavaScript (
Promise,fetch, andObject.assign) - Added
dirty-chai
Improvements
- Replaced PropTypes usage with
prop-typespackage - Simplified project structure and configuration
- Replaced postcss-loader usage with css-loader builtins
- Webpack manifest is now bundled separately from vendor bundle (improves caching)
- Replaced
file-loaderwithurl-loader - Moved all build-related dependencies back to
devDependencies - Replaced
better-npm-runwithcross-env - Cleaned up some sloppy tests
Fixes
console.lognow works correctly inside of Karma
Deprecations
- Code coverage reporting has been temporarily removed
- Support for
.cssfiles has been temporarily removed (use.scssor.sass) - Removed
normalize.csssince this is now provided by bootstrap
v3.0.0-alpha.1
Notes TBD.
Miscellaneous package upgrades and bug fixes, cutting a release for safety.
v3.0.0-alpha.0
Improvements
- Migrated to Fractal Project Structure, huge thanks to justingreenberg. See #684 for details and discussion.
v2.0.0
v2.0.0-alpha.5
Features
- Upgraded
flow-binto0.23.0 - Upgraded
fs-extrato^0.27.0
Improvements
- Minor cleanup in Karma configuration
- Added missing node-style index files in blueprints
Fixes
- Modified webpack manifest initialization to prevent syntax errors in some environments (#572)
v2.0.0-alpha.4
Features
- Upgraded
reactto^15.0.0 - Upgraded
react-domto^15.0.0 - Upgraded
react-addons-test-utilsto^15.0.0 - Upgraded
eslint-plugin-flow-varsto^0.3.0
Improvements
- Updated
npm run deployto be environment agnostic (no longer forcesproduction) - Added
npm run deploy:prod(forcesproduction, acts as oldnpm run deploy) - Added
npm run deploy:dev(forcesdevelopment)
Fixes
- Removed
strip_rootoption in Flow to support Nuclide - Updated webpack development configuration to use correct
public_path
v2.0.0-alpha.3
Features
- Upgraded
flow-interfacesto^0.6.0
Improvements
- Moved dependencies needed for production builds from devDependencies to regular dependencies
Fixes
- Production configuration now generates assets with absolute rather than relative paths
Deprecations
- Removed
eslint-loaderfor performance reasons
v2.0.0-alpha.2
Features
- Upgraded
eslintto^2.4.0 - Upgraded
babel-eslintto^6.0.0-beta.6 - Upgraded
better-npm-runto0.0.8 - Upgraded
phantomjs-polyfillto0.0.2 - Upgraded
karma-mocha-reporterto^2.0.0 - Upgraded
webpackto^1.12.14 - Upgraded
redux-thunkto^2.0.0
Improvements
- Added
index.jsfiles for blueprints for convenient imports
Fixes
- Removed some
cssnanooptions that caused potential conflicts with css modules - Updated flow to understand global webpack definitions
v2.0.0-alpha.1
Features
- Upgraded
react-router-reduxfrom^4.0.0-betato^4.0.0