All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update React to v.16.4.0 - Changelog
- Change componentWillReceiveProps to componentDidUpdate Migration Guide
- Change componentWillMount to componentDidMount (Migration Guide)[https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#fetching-external-data]
1.0.1 – 2018-03-02
- Plop generator for React Redux container
- Plop generator for React components
- Ramda dependency
- Update react-hot-loader to v4 release
- This CHANGELOG file.
- Plop generator for redux modules kept in
app/modules
directory. It also appends generated reducer to root reducer and generated saga to root saga.
- [BREAKING] styled-component as a primary way of styling elements
- Update react-hot-loader to v4 (beta-22)
- Hide component from webpack-appversion-plugin in development env by default
- Update React to v16.2
- Update redux-saga to v0.16
- Update jest to v22.3
- Update sinon to v4.3
- Update other less important dependencies
- [BREAKING] SASS support