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 - v7.1.1

Published by github-actions[bot] about 4 years ago

  • chore(ci): add cancel previous runs step to actions workflows
  • build(deps): bump actions/cache from v1 to v2.1.0 (#252)
  • build(deps): bump actions/setup-node from v1 to v2.1.1 (#253)
  • build(deps-dev): bump @babel/core from 7.10.5 to 7.11.1 (#258)
  • build(deps-dev): bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#257)
  • build(deps-dev): bump eslint-plugin-react from 7.20.3 to 7.20.6 (#255)
  • build(deps-dev): bump @babel/preset-env from 7.10.4 to 7.11.0 (#256)
  • build(deps-dev): bump @babel/plugin-transform-runtime from 7.10.5 to 7.11.0 (#254)
generator-react-firebase - v7.1.0

Published by github-actions[bot] about 4 years ago

  • chore(app): update react-hook-form to v6.4.0
  • chore(deps): update mocha to v8.1.1 (fixes vulnerability from serialize-javascript v3.0.0)
  • chore(deps): add dependabot setting for npm deps and github actions
  • chore(app): update react-scripts to v3.4.3
  • fix(function): update tests for storage, pubsub, and auth function types
  • chore(docs): remove references to old config setup in README
  • chore(docs): update README with changed output of generators
generator-react-firebase - v7.0.0

Published by github-actions[bot] about 4 years ago

Breaking Changes

  • feat(functions): drop support for firebase-functions versions older than v1 in functions sub-generator
  • feat(app): switch react component files to jsx

Other Changes

  • feat(app): add dark mode with loading of system preference from UserAgent (see this PR for screenshots)
  • feat(app): add option to use typescript for cloud functions (#200)
  • feat(app): add notistack for multiple notification support
  • feat(app): add dependabot config for npm and github actions dependencies
  • feat(functions): use functions.source setting from firebase.json if it is set (common in mono-repos)
  • chore(app): remove containers folder
  • chore(functions): remove async utilities in favor of try/catch
  • chore(app): update github actions version including cache and cypress
  • chore(app): update dependencies within github actions (including cache and cypress)
generator-react-firebase - v6.3.0

Published by github-actions[bot] about 4 years ago

  • feat(app): update to node 12 (including functions runtime)
  • chore(app): simplify notifications reducer
  • feat(ci): add node 14 to the verify node-version matrix
generator-react-firebase - v6.2.0

Published by github-actions[bot] about 4 years ago

  • fix(app): lock firebase to 7.14.3 to prevent bind of undefined issue with [email protected] and reactfire
  • chore(app): remove lodash from app and functions dependencies
  • chore(app): update storage security rules version (closes #210)
  • chore(app): add cancel previous runs step to CI workflows
  • chore(app): remove recompose when opting into redux
generator-react-firebase - v6.1.1

Published by github-actions[bot] over 4 years ago

  • fix(app): correctly implement useLocation hook in SetupAnalytics when opting into redux - #234
  • fix(app): remove invalid quote from initializeFirebase - #234
  • fix(app): use correct app environment variables when opting into redux
  • chore(app): add an FAQ to README about environment variable naming (camel case vs all upper case)
  • chore(app): update minor versions of dev dependencies including babel
generator-react-firebase - v6.1.0

Published by github-actions[bot] over 4 years ago

generator-react-firebase - v6.0.0

Published by github-actions[bot] over 4 years ago

Breaking Changes

  • feat(core): make non-redux the default
  • feat(core): remove option to deploy to different services
  • feat(core): switch to env variables instead of src/config.js
  • feat(core): drop node versions lower than 10 (by upgrading chalk)
  • feat(core): github username is loaded from environment if it exists (using this.user.github.username method from yo)

Other Changes

  • feat(app): add minification to babel settings for cloud functions
  • feat(app): update dev dependencies including eslint
  • feat(app): move all eslint dependencies to top level (none in functions)
  • feat(app): add SetupFirestore component to support emulator when opting out of redux
  • feat(deps): update chalk to 4.0.0
  • feat(deps): update eslint to 7.0.0
  • feat(app): include Google Roboto font by default
  • fix(app): ignore correct test config file in hosting settings
generator-react-firebase - v5.7.3

Published by prescottprue over 4 years ago

  • fix(route): use correct variable name for startCaseName (#222) (#223) - @tomsutton1984
generator-react-firebase - v5.7.2

Published by prescottprue over 4 years ago

  • fix(app): fix functions test command when using mocha
generator-react-firebase - v5.7.1

Published by prescottprue over 4 years ago

  • fix(app): cleanup lint in json templates - #216, #217 - @mradenovic
  • fix(app): use correct ui test command - #219
  • chore(app): update dependencies minor versions including @material-ui/core
generator-react-firebase - v5.7.0

Published by prescottprue over 4 years ago

  • fix(app): include firestore rules even when opting out of redux
  • chore(app): use constant for projects collection
  • fix(app): set window.location directly on login when opting out of redux (history.push/replace not always working)
generator-react-firebase - v5.6.2

Published by prescottprue over 4 years ago

  • fix(app): fix property url of undefined error in src/utils/router - #212
  • fix(app): correctly use measurementId in src/config.js - #212
  • fix(app): switch back to using publicVapidKey from src/config instead of env variable - #211
generator-react-firebase - v5.6.1

Published by prescottprue over 4 years ago

  • fix(app): do not include functions test:cov script in actions workflows if functions tests not included - #208
  • fix(app): cleanup lint errors in jest config and jest functions tests - #208
generator-react-firebase - v5.6.0

Published by prescottprue over 4 years ago

  • fix(app): fix indentation in ProjectList when using redux - #205
  • fix(app): remove messaging reducer when using redux (React context used in notifications module)
  • fix(app): use SetupMessaging component
  • chore(app): update functions dev dependencies
  • fix(deps): Remove codecov dev dependency
generator-react-firebase - v5.5.0

Published by prescottprue over 4 years ago

  • feat(app): include notifications even when opting out of redux
  • fix(app): remove no longer used cypress-firebase command for generating config
  • fix(route): use loadable util by default (to match current route setup)
  • chore(app): update dev dependencies including firebase-tools
  • chore(core): update dev dependencies including mocha
generator-react-firebase - v5.4.0

Published by prescottprue over 4 years ago

  • feat(app): add option to use jest for functions test tool
  • feat(function): update rtdb and firestore tests to point to use emulators
  • feat(function): add support for generating jest tests
  • chore(app): update dependencies + dev dependencies
  • feat(app): update firestore tests for indexUser to point to emulators
  • fix(app): switch to mocharc.js over mocha.opts when using mocha tests for functions
generator-react-firebase - v5.3.2

Published by prescottprue over 4 years ago

  • fix(app): add missing inputRef in AccountForm
  • chore(app): update cypress-firebase to v1.0.0
generator-react-firebase - v5.3.1

Published by prescottprue over 4 years ago

  • fix(app) login button enabled on change (using onChange mode) - #196
  • fix(app): email appears in account page - #195
  • fix(app): add ordering by document id for firestore projects list - #194
  • fix(app) update home page template to include react-hook-form
  • fix(route): use new loadable function in route generator
  • fix(app): update cypress-firebase dev dependency to the v1.0.0-beta.3
generator-react-firebase - v5.3.0

Published by prescottprue over 4 years ago

  • feat(app): switch to react-hook-form for form handling + validation (replaces formik) (#192)
  • feat(app): add emulator build settings in verify workflow
  • chore(app): update cypress-firebase dev dependency to v1.0.0-beta