generator-react-firebase

React Firebase (Redux optional) yeoman generator

MIT License

Downloads
381
Stars
295
Committers
12

Bot releases are visible (Hide)

generator-react-firebase - v3.1.2

Published by prescottprue over 5 years ago

  • fix(app): correct typo in HomePage component
  • fix(examples): update react-firebase-redux example to include UI tests in yo-rc options
  • fix(app): update dependencies in package.json template such as firebase-tools and firebase-ci
  • fix(app): update dependencies in functions/package.json template such as firebase-admin
generator-react-firebase - v3.1.1

Published by prescottprue over 5 years ago

  • fix(app): update to named functions on components (in place of const)
  • fix(module): make reducer named function
generator-react-firebase - v3.1.0

Published by prescottprue over 5 years ago

  • feat(app): update react to 16.8.1 (hooks!)
  • fix(app): remove setting of timestamp setting for firestore (no longer necessary)
  • fix(app): update firestore rules to fix project querying - #142
  • feat(component): switch component to named function instead of const
  • fix(form): sub-generator updated to named functions
  • fix(form): improve handling of multi-word form names
  • feat(route): switch route sub-generator to named function component instead of const
generator-react-firebase - v3.0.3

Published by prescottprue almost 6 years ago

  • fix(app): add missing dependency eslint-plugin-babel to app package file
  • fix(app): change build folder for firebase-hosting
generator-react-firebase - v3.0.2

Published by prescottprue almost 6 years ago

  • fix(app): replace RawGit with jsDelivr (RawGit is closing down)
  • fix(component): remove import of no longer existing base scss file
  • fix(form): remove import of no longer existing base scss file
generator-react-firebase - v3.0.1

Published by prescottprue almost 6 years ago

  • fix(app): move react-scripts to devDependencies from dependencies
  • chore(app): update firebase-ci dep to ^0.5.0 in CI config files
generator-react-firebase - v3.0.0

Published by prescottprue almost 6 years ago

  • feat(app): remove option for material - ui pre - v1
  • feat(app): switch toreact-scripts@^2.1.1 over internal build scripts now that it can be easily extended(eject script always available if needed)
  • feat(app): app dependency updates including:
    • redux-auth-wrapper - v2.0.3
    • react-router-dom - v4.3.1
    • react + react-dom v16.6.*
  • feat(app): add option for component testing through Jest
  • feat(app): add option for ui testing through Cypress
  • feat(route): use react-loadable for async route loading (including bundle name comments)
  • feat(app): use plugin and custom commands from cypress-firebase when opting into UI tests
  • fix(app): move functions tests to function folder (within src)
  • fix(app): add autoComplete parameter to signup/login forms
  • fix(app): fix name not showing up on project tile when using RTDB (instead of Firestore)
  • fix(deps): update dev dependencies of app including babel (to 7), husky and prettier
generator-react-firebase - v3.0.0-beta

Published by prescottprue almost 6 years ago

  • fix(app): move functions tests to function folder (within src)
  • feat(app): add autoComplete parameter to signup/login forms
  • fix(function): move functions test file to function folder (within src)
  • fix(app): update dev dependencies of app including husky and prettier
  • fix(app): remove plugin-syntax-dynamic-import from app dev deps and babel config
  • feat(core): Upgrade to Babel 7
  • feat(core): Upgrade dev deps including husky and prettier
generator-react-firebase - v3.0.0-alpha.2

Published by prescottprue almost 6 years ago

  • feat(app): make ui/component/functions tests separate options
  • feat(docs): add note about how to have Jest snapshots at top level (outside of component folder)
generator-react-firebase - v3.0.0-alpha

Published by prescottprue almost 6 years ago

  • feat(app): auto chunk routes with loading spinner appearing during chunk loading (uses react-loadable) - #81
  • feat(app): update to react-router-dom with new router structure
  • feat(app): redux-auth-wrapper updated to v2.0.3
  • feat(app): add testing through Jest
  • feat(app): switch to react-scripts@^2.1.1 over internal build scripts now that it can be easily extended (eject script always available if needed)
  • feat(app): update functions to babel 7
  • feat(route): support new route setup (retaining support of non react-loadable setups)
  • fix(app): remove option for material-ui pre-v1
generator-react-firebase - v2.3.4

Published by prescottprue almost 6 years ago

  • fix(function): use eventName const in functions templates for clarity between refs
  • fix(app): bump minor version of firebase-admin and firebase-functions within functions/package.json in app template
  • feat(function): add tests templates for storage and auth cloud functions
generator-react-firebase - v2.3.3

Published by prescottprue almost 6 years ago

  • feat(app): update firebase-tools version to ^6.0.1 in ci setting templates
  • fix(function): remove unused variable from cloud function test
  • fix(app): always keep artifacts in gitlab config even on failure (also use dependencies param to specify shared artifacts)
generator-react-firebase - v2.3.2

Published by prescottprue almost 6 years ago

  • fix(subgenerators): improve comments in functions subgenerator template
  • fix(generator): add module-resolver add to functions/.babelrc
generator-react-firebase - v2.3.1

Published by prescottprue about 6 years ago

  • fix(core): update lodash to 4.17.11
  • fix(app): add missing function to analytics utility (setAnalyticsUser)
generator-react-firebase - v2.3.0

Published by prescottprue about 6 years ago

  • feat(app): add support for Firebase Cloud Messaging (includes multiple questions)
  • feat(app): add Sentry.io question with associated utilities
  • fix(app): remove blueprints option (similar functionality to sub-generators and they do not support nested components)
  • fix(app): remove favicons-webpack-plugin
  • fix(app): there is no longer a default app name ('react-redux-firebase' has caused confusion)
  • feat(app): Firestore now included by default
  • fix(app): dependencies updated including firebase and @material-ui/core
  • fix(app): add comments to multiple included utils
generator-react-firebase - v2.2.0

Published by prescottprue about 6 years ago

  • fix(formGenerator): Button imported from @material-ui/core if available - #122
  • feat(formGenerator): support airbnb linting in form sub-generator
  • feat(formGenerator): add option for localized styling in form sub-generator
generator-react-firebase - v2.1.1

Published by prescottprue about 6 years ago

  • fix(appGenerator): fix issue not importing get in ProjectPage.enhancer.js` - #120
  • fix(appGenerator): fix lint error in indexUser cloud function unit test
  • fix(appGenerator): fixing styling of Navbar when using material-ui v1 by including Navbar.styles.js
generator-react-firebase - v2.1.0

Published by prescottprue about 6 years ago

  • feat(routeGenerator): add support for different style types for parent component
  • fix(routeGenerator): improve support of multi word names such as "TabGroup"
  • feat(functionGenerator): add pubsub function type
  • feat(generator): add support for multiple CI providers by switching question to "Include CI Provider?"
  • feat(generator): add CI provider option with choice for Gitlab or Travis
  • feat(generator): update material-ui/core and @material-ui/icons to 3.0.0
  • feat(generator): update firebase to 5.4.1
  • fix(generator): functions/package.json now references firebase-admin v6.0.0
  • fix(appGenerator): cleanup typo in indexUser cloud function when using Firestore
  • fix(appGenerator): simplified included tests for indexUser cloud function
  • feat(core): Only offer yarn if node is <=6.0.0
generator-react-firebase - v2.1.0-alpha.2

Published by prescottprue about 6 years ago

  • feat(appGenerator): Only offer yarn option if node version is <=6.0.0
  • fix(appGenerator): cleanup typo in indexUser cloud function when using Firestore
  • fix(appGenerator): simplified included tests for indexUser cloud function
generator-react-firebase - v2.1.0-alpha

Published by prescottprue about 6 years ago

  • feat(routeGenerator): add support for different style types for parent component
  • fix(routeGenerator): improve support of multi word names such as "TabGroup"
  • feat(functionGenerator): add pubsub function type
  • feat(generator): add support for multiple CI providers by switching question to "Include CI Provider?"
  • feat(generator): add CI provider option with choice for Gitlab or Travis
  • feat(generator): update material-ui/core and @material-ui/icons to 3.0.0
  • feat(generator): update firebase to 5.4.1
  • fix(generator): functions/package.json now references firebase-admin v6.0.0