This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Releases: htdangkhoa/express-react-boilerplate
Releases · htdangkhoa/express-react-boilerplate
2.1.0
[NEW]:
- Support
PostCSS
&autoprefixer
. - Support favicon better.
[FIX]:
- Wrong publicPath of
asset-require-hook
inhooks.js
- Hot module replacement not working when redux store changed.
getMeAction
always called.
[UPDATE]:
- Improve documents.
2.0.1
[UPDATE]:
- Add html file for google site verification & remove it in cli.
2.0.0
[BREAKING]:
- Move
public
out ofsrc
.
[NEW]:
- Support webpack
splitChunks
. - Use
@loadable/server
&loadable-components
to insert bundled styles, scripts into and <script> tag.
[UPDATE]:
- Improve documents.
1.10.1
[FIX]:
- Fix crash.
1.10.0
[NEW]:
- Add
manifest.json
,robots.txt
.
[UPDATE]:
- Now paging helper will use
aggregate
method instead offind
. - Improve documents.
1.9.4
[FIX]:
- Parse emoji incorrect.
1.9.3
[FIX]:
- Cannot parse unicode to emoji, switch to using
react-emoji-render
instead ofemojione
.
[UPDATE]:
- Update
flow-bin
dependency to0.114.0
.
1.9.2
[CHANGE]:
- Remove
style-loader
. - Split paging to helper function in
mongo/helper.js
.
[FIX]:
- Cannot use css as modules.
[UPDATE]:
- Improve documents.
1.9.1
[NEW]:
- Compress images with
imagemin-webpack-plugin
.
[FIX]:
- Cannot get images in
react-router
.
[UPDATE]:
- Improve documents.
- Upgrade
babel-plugin-module-resolver
.
1.9.0
[BREAKING]:
- CLI: directory now is an options.
[NEW]:
- CLI: support change project's name after initialized.
[UPDATE]:
- Improve documents.