Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (35 loc) · 890 Bytes

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 890 Bytes

Changelog react-redux-appstarter

v1.6.0

Author: Guillaume Mousnier.

Type: Feature

Changes:

  • Adding the module sourcing. You can now use import from /src.

v1.5.0

Author: Guillaume Mousnier.

Type: Feature

Changes:

  • Updating eslint rules and refatoring the app structure

v1.4.0

Author: Guillaume Mousnier.

Type: Feature

Changes:

  • Refreshing the dependencies

v1.3.0

Author: Guillaume Mousnier.

Type: Feature

Changes:

  • Refreshing the dependencies
  • Correcting hot reload
  • Refactoring structure

v1.2.0

Author: Guillaume Mousnier.

Type: Feature

Changes:

  • Adding .storybook with stories/YourComponent-story.js, config.js and webpack-config.js (for css)
  • Adding propTypes and defaultProps in YourComponent.jsx
  • Adding all dependencies (which were into devDependencies)