Skip to content

Releases: iroy2000/react-redux-boilerplate

Webpack 4 and React 16.6

Choose a tag to compare

@iroy2000 iroy2000 released this 27 Oct 23:53
99322c5
  • 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

Choose a tag to compare

@iroy2000 iroy2000 released this 14 Jul 01:26
8f0410e
  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

Choose a tag to compare

@iroy2000 iroy2000 released this 22 Apr 04:41
fd7e8e6

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

Adding multiple project support

Pre-release

Choose a tag to compare

@iroy2000 iroy2000 released this 22 Apr 01:23
bd3a084

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

Adding git commit hook and modify README

Choose a tag to compare

@iroy2000 iroy2000 released this 01 Apr 17:07
1729ee8

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

Choose a tag to compare

@iroy2000 iroy2000 released this 22 Mar 18:54
3ee8b42

MISC

Following open source release cycles by creating tag / release

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