Skip to content

Conversation

@prescottprue
Copy link
Owner

@prescottprue prescottprue commented Mar 15, 2017

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

Scott Prue and others added 8 commits February 7, 2017 16:35
…sed firebaseConnect in place of firebase from react-redux-firebase. redux-auth-wrapper decorators added.
# Conflicts:
#	generators/app/templates/_travis.yml
#	generators/app/templates/build/webpack.config.js
#	generators/app/templates/redux/_package.json
#	generators/app/templates/src/containers/Navbar/Navbar.js
#
generators/app/templates/src/routes/Account/components/AccountForm/Accou
ntForm.js
#
generators/app/templates/src/routes/Account/containers/AccountContainer.
js
#	generators/app/templates/src/routes/Login/containers/LoginContainer.js
#
generators/app/templates/src/routes/Projects/containers/ProjectsContaine
r.js
#
generators/app/templates/src/routes/Signup/containers/SignupContainer.js
#	package.json
@prescottprue prescottprue self-assigned this Mar 16, 2017
Scott Prue and others added 6 commits March 17, 2017 21:42
# Conflicts:
#	generators/app/templates/_firebaserc
#	generators/app/templates/_travis.yml
#	generators/app/templates/build/webpack.config.js
#	package.json
* Contributing file added to generator and project
* Fixed file references so tests pass
* Component generator updated with css modules and fixed formatting
* Container generator updated with css modules and fixed formatting
@codecov
Copy link

codecov bot commented Mar 26, 2017

Codecov Report

Merging #37 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #37   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         148    148           
  Branches       28     28           
=====================================
  Hits          148    148
Impacted Files Coverage Δ
generators/app/index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c7bc38...4c6d2d9. Read the comment docs.

@prescottprue prescottprue merged commit 7d8bc60 into master Mar 26, 2017
@prescottprue prescottprue deleted the v1.2.0 branch March 26, 2017 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Material-UI to >v0.16.4 and tap-plugin to v2.1.0

2 participants