tag:github.com,2008:https://github.com/iroy2000/react-redux-boilerplate/releasesRelease notes from react-redux-boilerplate2018-10-27T21:59:45Ztag:github.com,2008:Repository/71848177/v1.2.12018-10-27T23:53:45ZWebpack 4 and React 16.6<ul>
<li>We are now on Webpack 4 and React 16.4, plus up-to-date with all our dependencies.</li>
<li>We removed css-next in favor of postcss-preset-env.</li>
<li>We removed extract-text-webpack-plugin to mini-css-extract-plugin because of Webpack 4 upgrade.</li>
<li>Modify webpack config to make sure everything work as expected.</li>
</ul>iroy2000tag:github.com,2008:Repository/71848177/v1.1.02018-07-14T01:28:06ZSimplify webpack config to make it easier to reason about<ol>
<li>Make clear that "publicPath" is a application mount point</li>
<li>Introduce "assetPath" for custom location to generate assets</li>
<li>Remove unnecessary scripts and make it easier to read</li>
<li>Adding auto open browser during dev mode</li>
</ol>
<p>It contains no breaking changes, all command is still the same, only the underlying wiring is changed.</p>iroy2000tag:github.com,2008:Repository/71848177/v1.0.02018-04-22T04:41:16ZRelease Version 1<p>After fixing and fining tuning a few workflow and configuration. We are now at Version 1 \o/</p>iroy2000tag:github.com,2008:Repository/71848177/v0.9.582018-04-22T01:30:06ZAdding multiple project support<p>Make Dashboard port configurable, so allowing user run multiple projects at same time by configuring ports.</p>iroy2000tag:github.com,2008:Repository/71848177/v0.9.562018-04-01T17:08:06ZAdding git commit hook and modify README<p>Adding <code>husky</code> to configure git commit hook to support CI / CD and prevent developers check in bad commits.</p>
<p>Making changes to README to add a TL;DR section</p>iroy2000tag:github.com,2008:Repository/71848177/v0.9.552018-03-22T18:54:27ZCreating First Tag for managing this project<p><strong>MISC</strong></p>
<p>Following open source release cycles by creating tag / release</p>
<p>Using version of current package.json as our first release version</p>iroy2000