Skip to content

Releases: prescottprue/generator-react-firebase

Version v1.0.3

18 Nov 09:58
Compare
Choose a tag to compare
  • .babelrc added (to solve global .babelrc)
  • Location action synced with browser history
  • react, react-dom, and react-addons-test-utils locked to v15.3.2 (current fix for #24)
  • Some dev dependencies updated (better-npm-run, fs-extra, yargs, eslint-plugin-babel)

Version v1.0.2

15 Nov 01:26
Compare
Choose a tag to compare
  • Fixes lodash plugin and favicon not found issues mentioned in #22
  • Default application name changed
  • Adds Unit tests for all components
  • Path constants used in Navbar
  • auth used in place of account in Navbar
  • Travis config updated to include caching node_modules

Version v1.0.1

05 Nov 02:29
Compare
Choose a tag to compare
  • Fix email signup in redux example
  • Fix deploy to Firebase Errors
  • Build folders removed from gitignore
  • New project dialog fixed in redux example
  • Empty user image included

Version v1.0.0

18 Oct 06:29
Compare
Choose a tag to compare
  • Server now only uses express (instead of koa and babel-node)
  • material-ui updated to v0.16.0
  • react-redux-firebase used to replace redux-firebasev3
  • NewProjectModal using redux-form when opting for redux
  • Styles fixed to use extended classes, and mixins in place of media queries
  • lint removed

Version v0.1.8

06 Oct 02:42
Compare
Choose a tag to compare
  • Fixed #17: incorrect imports of LoginForm and SignupForm
  • Formatting of SignupContainer and LoginContainer
  • npm version being passed to window
  • redux-firebasev3 updated to v0.1.8
  • other dependencies updated

Version v0.1.7

26 Sep 22:33
Compare
Choose a tag to compare
  • Switch to Fractal pattern with CSS modules based on redux-starter-kit
  • redux-firebasev3 updated to v0.1.6
  • coverage being sent to Codecov
  • Outputted README.md matches new application format
  • Deploy section of outputted README.md matches choice
  • Tests updated to match new format

Version v0.1.6

31 Jul 13:25
Compare
Choose a tag to compare
  • Signup/Login Flow working with redux-firebasev3 (#13)
  • Redux Forms for validation (#15)
  • redux-firebasev3 upped to v0.1.0
  • Eslint following JS-Standard (#14)

Version v0.1.5

28 Jul 00:05
Compare
Choose a tag to compare
  • Includes #10 which fixes firebase variable name
  • Adds Husky to allow for prepush hook
  • Adds .istanbul.yml to fix warning that shows up when running npm run test:cov

Version v0.1.4

27 Jul 19:27
Compare
Choose a tag to compare
  • redux-firebasev3 implemented
  • Bug fixed when selecting redux option

v.1.2: Version v0.1.2

18 Jul 05:21
Compare
Choose a tag to compare

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