Releases: rezo-labs/universal-react-app
Releases · rezo-labs/universal-react-app
Version 2.3.0
Version 2.2.2
Bug fixes
- Fix Storybook not working with Typescript.
Version 2.2.1
Bug fixes
- Add missing modules for Typescript in
package.json
.
Version 2.2.0
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
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
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
Features
- Support async, await.
Version 1.6.2
Bug fixes
- Fix issue #14.
Version 1.6.1
Bug fixes
- Fix issue #12.
Version 1.6.0
Features
- Write tests for server.
- Update client tests.
- The
new-component
andbuild
commands now use prompt instead of using options for better user experience. - Write setup command.
- Update README.
Bug fixes
- Fix tests for Head component.