This repository has been 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-1
and friends withbabel-preset-env
- Added normalizer bundler for JavaScript (
Promise
,fetch
, andObject.assign
) - Added
dirty-chai
Improvements
- Replaced PropTypes usage with
prop-types
package - 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-loader
withurl-loader
- Moved all build-related dependencies back to
devDependencies
- Replaced
better-npm-run
withcross-env
- Cleaned up some sloppy tests
Fixes
console.log
now works correctly inside of Karma
Deprecations
- Code coverage reporting has been temporarily removed
- Support for
.css
files has been temporarily removed (use.scss
or.sass
) - Removed
normalize.css
since 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-bin
to0.23.0
- Upgraded
fs-extra
to^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
react
to^15.0.0
- Upgraded
react-dom
to^15.0.0
- Upgraded
react-addons-test-utils
to^15.0.0
- Upgraded
eslint-plugin-flow-vars
to^0.3.0
Improvements
- Updated
npm run deploy
to 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_root
option in Flow to support Nuclide - Updated webpack development configuration to use correct
public_path
v2.0.0-alpha.3
Features
- Upgraded
flow-interfaces
to^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-loader
for performance reasons
v2.0.0-alpha.2
Features
- Upgraded
eslint
to^2.4.0
- Upgraded
babel-eslint
to^6.0.0-beta.6
- Upgraded
better-npm-run
to0.0.8
- Upgraded
phantomjs-polyfill
to0.0.2
- Upgraded
karma-mocha-reporter
to^2.0.0
- Upgraded
webpack
to^1.12.14
- Upgraded
redux-thunk
to^2.0.0
Improvements
- Added
index.js
files for blueprints for convenient imports
Fixes
- Removed some
cssnano
options that caused potential conflicts with css modules - Updated flow to understand global webpack definitions
v2.0.0-alpha.1
Features
- Upgraded
react-router-redux
from^4.0.0-beta
to^4.0.0