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
4.2.1
4.2.0
[FIX]:
- Improve port generator.
[UPDATE]:
- Update deps.
4.1.1
[UPDATE]:
- Update docs.
- Bump version
flow-bin
to0.127.0
.
[FIX]:
- Display wrong
PORT
number after compiled indevelopment
. - Improve code quality.
4.1.0
[NEW]:
- Now, the opening browser is optional with
--serve
flag.
Ex:$ yarn dev --serve
- Splitting webpack & speed up development compile time.
[UPDATE]:
- Update docs.
- Bump version
bcrypt
to5.0.0
. - Bump version
serialize-javascript
to4.0.0
.
[FIX]:
- Port is
undefined
inrequest.js
4.0.0
[NEW]:
- Auto change port if it's used on
DEV
mode. - Webpack split chunks are better.
[BREAKING]:
- Remove
react-router
, just usereact-router-dom
instead.
[UPDATE]:
- Update deps.
- Improve documents.
[FIX]:
lastLocation.pathname
makeLayout
component crashed.
3.0.0
[NEW]:
- Support Offline Mode (PWA) using offline-plugin.
[BREAKING]:
- Remove
rimraf
, usedel-cli
instead. - Remove from
dotenv-flow
, useenv-cmd
instead. - Move all of the bundled files from
public/assets
topublic
.
[UPDATE]:
- Improve documents.
2.1.4
- update deps
2.1.3
- update deps
2.1.2
- update dependencies d203608
- Create FUNDING.yml bf719ad
- Merge branches 'develop' and 'master' of https://github.com/htdangkhoa/erb f9e5998
- fix status 404 b93e1cd
- Merge branches 'develop' and 'master' of https://github.com/htdangkhoa/erb a321939
- improve SEO & security ba01f0f
- Merge branches 'develop' and 'master' of https://github.com/htdangkhoa/erb 98cd56f
- disable initial onPageChange 7f7d988
- Merge branches 'develop' and 'master' of https://github.com/htdangkhoa/erb cc08071
- update profile 4eed7f7
2.1.1
[BREAKING]:
- Move
postcss.config.js
in tosrc/tools
. - Remove
prestart
script.
[UPDATE]:
- Improve documents.