Skip to content

Releases: rezo-labs/universal-react-app

Version 2.3.0

29 Aug 14:16
Compare
Choose a tag to compare

Features

  • Add svgr to Webpack configs.
  • Integrate Travis CI.
  • Update README with a fancy build button.

Version 2.2.2

28 Aug 13:33
af117f9
Compare
Choose a tag to compare

Bug fixes

  • Fix Storybook not working with Typescript.

Version 2.2.1

28 Aug 13:22
d542cb0
Compare
Choose a tag to compare

Bug fixes

  • Add missing modules for Typescript in package.json.

Version 2.2.0

24 Aug 12:53
6bb67cb
Compare
Choose a tag to compare

Changes

  • Update README.
  • Use WebpackBar in both dev and build mode.

Features

  • Integrate TypeScript.
  • Greately extend Webpack configs. User can now extend Webpack configurations in config.js.

Bug fixes

  • Fix host name of the Webpack Dev Server.
  • Fix an issue that causes browser to automatically open 2 tabs instead of 1.

Version 2.1.0

07 Jul 14:05
03ed2ab
Compare
Choose a tag to compare

Changes

  • Split globals config into 2 modes, one for development and one for production.
  • Replace React static files by CDN links.

Features

  • Use WebpackBar for better bundling experience.
  • Update README, create docs to store old version documentations.
  • Add json-loader to client Webpack config.

Version 2.0.0

30 Jun 15:27
5f21f98
Compare
Choose a tag to compare

BIG Changes

  • configs is separated from this boilerplate, but included as a submodule, an infrastructure.

Features

  • New commands: del-component.
  • Update new-component.

Version 1.7.0

30 Jun 01:27
6b20f39
Compare
Choose a tag to compare

Features

  • Support async, await.

Version 1.6.2

19 Jun 13:46
d2470ae
Compare
Choose a tag to compare

Bug fixes

  • Fix issue #14.

Version 1.6.1

15 Jun 16:10
91553d2
Compare
Choose a tag to compare

Bug fixes

  • Fix issue #12.

Version 1.6.0

14 Jun 13:28
97c50cd
Compare
Choose a tag to compare

Features

  • Write tests for server.
  • Update client tests.
  • The new-component and build commands now use prompt instead of using options for better user experience.
  • Write setup command.
  • Update README.

Bug fixes

  • Fix tests for Head component.