Skip to content

v.1.2: Version v0.1.2

Compare
Choose a tag to compare
@prescottprue prescottprue released this 18 Jul 05:21

Generator

  • Generator updated to using new v2 yeoman syntax
  • Contributing.md added
  • redux-example updated and now includes yarn.lock file

Templates

App

  • Dependency updates
    • react and react-dom updated to v15.4.2
    • material-ui updated to v0.17.0 (fixes #27)
    • redux-form updated to v6.6.0
    • react-redux-firebase updated to ^v1.3.4 (helpers at top level)
  • Route decorators used for authenticated/unauthenticated redirecting (@UserIsAuthenticated and @UserIsNotAuthenticated redux-auth-wrapper HOCs)
  • LoadingSpinner component added (centered CircularProgress)
  • form names moved to constants
  • create-config script improved
  • deploy script removed (in favor of firebase-ci)
  • Contributing.md added

Component

  • Updated with css modules and fixed formatting

Container

  • Container generator updated with css modules and fixed formatting