Releases: iroy2000/react-redux-boilerplate
Releases · iroy2000/react-redux-boilerplate
Webpack 4 and React 16.6
- 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
- Make clear that "publicPath" is a application mount point
- Introduce "assetPath" for custom location to generate assets
- Remove unnecessary scripts and make it easier to read
- 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
After fixing and fining tuning a few workflow and configuration. We are now at Version 1 \o/
Adding multiple project support
Make Dashboard port configurable, so allowing user run multiple projects at same time by configuring ports.
Adding git commit hook and modify README
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
MISC
Following open source release cycles by creating tag / release
Using version of current package.json as our first release version