Skip to content

Releases: iroy2000/react-redux-boilerplate

Webpack 4 and React 16.6

27 Oct 23:53
99322c5
Compare
Choose a tag to compare
  • We are now on Webpack 4 and React 16.4, plus up-to-date with all our dependencies.
  • We removed css-next in favor of postcss-preset-env.
  • We removed extract-text-webpack-plugin to mini-css-extract-plugin because of Webpack 4 upgrade.
  • Modify webpack config to make sure everything work as expected.

Simplify webpack config to make it easier to reason about

14 Jul 01:26
8f0410e
Compare
Choose a tag to compare
  1. Make clear that "publicPath" is a application mount point
  2. Introduce "assetPath" for custom location to generate assets
  3. Remove unnecessary scripts and make it easier to read
  4. Adding auto open browser during dev mode

It contains no breaking changes, all command is still the same, only the underlying wiring is changed.

Release Version 1

22 Apr 04:41
fd7e8e6
Compare
Choose a tag to compare

After fixing and fining tuning a few workflow and configuration. We are now at Version 1 \o/

Adding multiple project support

22 Apr 01:23
bd3a084
Compare
Choose a tag to compare
Pre-release

Make Dashboard port configurable, so allowing user run multiple projects at same time by configuring ports.

Adding git commit hook and modify README

01 Apr 17:07
1729ee8
Compare
Choose a tag to compare

Adding husky to configure git commit hook to support CI / CD and prevent developers check in bad commits.

Making changes to README to add a TL;DR section

Creating First Tag for managing this project

22 Mar 18:54
3ee8b42
Compare
Choose a tag to compare

MISC

Following open source release cycles by creating tag / release

Using version of current package.json as our first release version