generator-react-firebase

React Firebase (Redux optional) yeoman generator

MIT License

Downloads
381
Stars
295
Committers
12

Bot releases are hidden (Show)

generator-react-firebase - v4.1.1

Published by prescottprue almost 5 years ago

  • fix(app): update Firestore rules to include delete case - #166
  • fix(app): update RTDB rules to only include projects section when not using Firestore
  • chore(app): update RTDB rules to confirm user is owner for read/write access
generator-react-firebase - v4.1.0

Published by prescottprue almost 5 years ago

  • feat(app): add Github Actions as a CI provider option
  • feat(app): replace eslint-config-react-app with eslint-config-standard (does not require typescript and typescript-eslint dependencies)
  • fix(app): deleteProject correctly removes project when using Firestore - #166
  • chore(app): update dependencies including firebase 7.5.0 and react 16.12.0
  • chore(github): cleanup + simplify issue templates
generator-react-firebase - v4.0.1

Published by prescottprue almost 5 years ago

  • fix(app): fix bad reference in analytics util - #164
  • fix(app): remove lint from analytics util
  • chore(core): update dependencies including chalk + babel
generator-react-firebase - v4.0.0

Published by prescottprue almost 5 years ago

  • feat(app): switch to react-redux-firebase v3 + react-redux v7 - #154
  • feat(app): add skip install option (through --skip-install flag)
  • feat(app): mobile styling of AccountPage
  • feat(hook): add hook generator
  • feat(component): add question for custom hook
  • feat(app): switch to reactfire for non redux option
  • feat(core): babelify generator for node 8 (drops node 6 support)
  • fix(tests): update tests for v4.0.0 file changes
generator-react-firebase - v3.4.0

Published by prescottprue about 5 years ago

  • feat(functions): add jsdoc plugin to functions
  • feat(functions): add lodash babel plugin to functions
  • feat(core): add eslint-plugin-react-hooks for lint checking of react hooks rules
  • feat(core): switch to material-ui hooks (useStyles) to simplify enhancers (removing withStyles)
  • feat(component): add hooks option to component generator for both linting styles
  • fix(core): switch a number of component utils to using native functions over lodash utils
generator-react-firebase - v3.3.0

Published by prescottprue about 5 years ago

  • chore(core): drop node v6 support
  • chore(ci): add node 12 and remove node 6 from build matrix in CI settings
  • chore(deps): update eslint to v6
  • chore(deps): update yeoman-generator and semver
generator-react-firebase - v3.2.8

Published by prescottprue about 5 years ago

  • chore(app): update deps including react 16.9.0 + lodash 4.17.15 + material-ui/core 4.4.0
  • chore(deps): update lodash to 4.17.15
generator-react-firebase - v3.2.7

Published by prescottprue about 5 years ago

  • feat(function): add CRON function (pubsub.schedule.onRun)
  • feat(app): update engines (functions runtime) and babel-preset-env settings to node 10
  • fix(function): switch .val to .data in firestore onWrite function
  • fix(function): remove unnecessary variables from firestore onWrite function test
generator-react-firebase - v3.2.6

Published by prescottprue over 5 years ago

  • fix(app): switch artifact paths in gitlab-ci
  • fix(function): fix typo in firestore.onCreate comment
  • fix(function): remove extra variable from firestore function test
generator-react-firebase - v3.2.5

Published by prescottprue over 5 years ago

  • fix(deps): update redux-form to 8.2.0
  • fix(deps): remove usage of redux-form-material-ui (does not work with v4 of material-ui/core)
  • fix(app): update functions dependencies (firebase-admin to 8.2.0 and firebase-functions to 3.0.2)
generator-react-firebase - v3.2.4

Published by prescottprue over 5 years ago

  • fix(core): switch to new createBrowserHistory syntax
  • fix(core): update @material-ui/core to v4
  • fix(core): fix spacing in src/utils/index.js when not including error handling
  • fix(core): fix spacing in package.json when not using redux
  • fix(deps): remove usage of fs-extra
  • fix(deps): update husky, mocha, codecov and other devDependencies
  • fix(examples): re-run generator for react-firebase example
  • fix(core): remove NODE_PATH from env.local (deprecated by react-scripts)
  • fix(core): remove need for reduxFirebase config in src/config.js
generator-react-firebase - v3.2.2

Published by prescottprue over 5 years ago

  • fix(component): add missing semi colon when using airbnb linting
  • feat(function): add separate test for onCall cloud functions
  • feat(app): add renderWhile and renderWhileEmpty components
generator-react-firebase - v3.2.1

Published by prescottprue over 5 years ago

  • fix(app): add prettier/react to eslint extends
  • fix(app): switch to npm ci and only caching .npm (instead of node_modules)
  • fix(app): add missing items it cloud functions deploy ignore list
generator-react-firebase - v3.2.0

Published by prescottprue over 5 years ago

  • feat(app): yarn/npm installs now once again runs after app generation (updated to yeoman-generator to v3.2.0)
  • feat(core/app): switch react-redux-firebase& redux-firestore imports to use /lib instead of top level imports to save on bundle size (in main generator and sub-generators)
  • fix(app): switch to nyc for functions test coverage
  • feat(app): switch to @sentry/browser in place of Raven
  • fix(app): remove unused variables
  • fix(core): switch to nyc for generator test coverage
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