Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Releases: dvdzkwsk/react-redux-starter-kit

v3.0.1

17 May 23:20
Compare
Choose a tag to compare

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

17 May 21:33
Compare
Choose a tag to compare

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

11 Jul 00:40
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Notes TBD.

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

v3.0.0-alpha.0

21 Apr 14:05
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

Improvements

  • Migrated to Fractal Project Structure, huge thanks to justingreenberg. See #684 for details and discussion.

v2.0.0

18 Apr 14:08
Compare
Choose a tag to compare

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

17 Apr 14:54
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

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

  • Modified webpack manifest initialization to prevent syntax errors in some environments (#572)

v2.0.0-alpha.4

10 Apr 15:18
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

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

31 Mar 19:12
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

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

17 Mar 04:16
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

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

04 Mar 16:22
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Features

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