Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Releases: htdangkhoa/express-react-boilerplate

2.1.0

19 Dec 08:46
Compare
Choose a tag to compare

[NEW]:

[FIX]:

  • Wrong publicPath of asset-require-hook in hooks.js
  • Hot module replacement not working when redux store changed.
  • getMeAction always called.

[UPDATE]:

  • Improve documents.

2.0.1

17 Dec 10:44
Compare
Choose a tag to compare

[UPDATE]:

  • Add html file for google site verification & remove it in cli.

2.0.0

17 Dec 09:44
Compare
Choose a tag to compare

[BREAKING]:

  • Move public out of src.

[NEW]:

  • Support webpack splitChunks.
  • Use @loadable/server & loadable-components to insert bundled styles, scripts into and <script> tag.

[UPDATE]:

  • Improve documents.

1.10.1

16 Dec 11:44
Compare
Choose a tag to compare

[FIX]:

  • Fix crash.

1.10.0

16 Dec 11:21
Compare
Choose a tag to compare

[NEW]:

  • Add manifest.json, robots.txt.

[UPDATE]:

  • Now paging helper will use aggregate method instead of find.
  • Improve documents.

1.9.4

15 Dec 08:49
Compare
Choose a tag to compare

[FIX]:

  • Parse emoji incorrect.

1.9.3

15 Dec 08:37
Compare
Choose a tag to compare

[FIX]:

  • Cannot parse unicode to emoji, switch to using react-emoji-render instead of emojione.

[UPDATE]:

  • Update flow-bin dependency to 0.114.0.

1.9.2

13 Dec 14:19
Compare
Choose a tag to compare

[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

12 Dec 07:17
Compare
Choose a tag to compare

[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

11 Dec 17:32
Compare
Choose a tag to compare

[BREAKING]:

  • CLI: directory now is an options.

[NEW]:

  • CLI: support change project's name after initialized.

[UPDATE]:

  • Improve documents.