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

Latest commit

 

History

History
46 lines (36 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 1.78 KB

Changelog

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.

Changed

1.0.1 – 2018-03-02

Added

  • Plop generator for React Redux container
  • Plop generator for React components
  • Ramda dependency

Changed

  • Update react-hot-loader to v4 release

1.0.0 – 2018-03-02

Added

  • 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.

Changed

  • [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

Removed

  • [BREAKING] SASS support