React Redux Starter Kit Versions Save

Get started with React, Redux, and React-Router.

v3.0.1

7 years ago

Improvements

  • Added Node ^5.0.0 to CI build

Fixes

  • Removed usage of the spread operator for function arguments
  • Added missing fs-extra dependency

v3.0.0

7 years ago

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 with babel-preset-env
  • Added normalizer bundler for JavaScript (Promise, fetch, and Object.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 with url-loader
  • Moved all build-related dependencies back to devDependencies
  • Replaced better-npm-run with cross-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

7 years ago

Notes TBD.

Miscellaneous package upgrades and bug fixes, cutting a release for safety.

v3.0.0-alpha.0

8 years ago

Improvements

v2.0.0

8 years ago

Features

  • Upgraded eslint-plugin-react to ^5.0.0
  • Upgraded fs-extra to ^0.28.0

Improvements

  • Updated syntax used for createStore to match redux@^3.1.0
  • Cleaned up connect decorator in HomeView
  • Cleaned up flow types in HomeView

v2.0.0-alpha.5

8 years ago

Features

  • Upgraded flow-bin to 0.23.0
  • Upgraded fs-extra to ^0.27.0

Improvements

  • Minor cleanup in Karma configuration
  • Added missing node-style index files in blueprints

Fixes

v2.0.0-alpha.4

8 years ago

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 forces production)
  • Added npm run deploy:prod (forces production, acts as old npm run deploy)
  • Added npm run deploy:dev (forces development)

Fixes

  • Removed strip_root option in Flow to support Nuclide
  • Updated webpack development configuration to use correct public_path

v2.0.0-alpha.3

8 years ago

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

8 years ago

Features

  • Upgraded eslint to ^2.4.0
  • Upgraded babel-eslint to ^6.0.0-beta.6
  • Upgraded better-npm-run to 0.0.8
  • Upgraded phantomjs-polyfill to 0.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

8 years ago

Features

  • Upgraded react-router-redux from ^4.0.0-beta to ^4.0.0