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 - v2.0.7

Published by prescottprue about 6 years ago

  • fix(functionGenerator): remove unnecessary await from firestore event function tests
  • fix(routeGenerator): enhancer grabs from correct section of state when using firestore
  • fix(generator): cleanup of styling of brand on Navbar when using material-ui v1
  • fix(examples): redux-firestore example updated
generator-react-firebase - v2.0.6

Published by prescottprue about 6 years ago

  • fix(functions): set engines parameter within functions/package.json to node 6 (node 8 coming in v2.1.0)
  • fix(functions): fix typo in functions test commands
  • feat(functions): update functions dependencies
  • fix(functions): function tests are placed within test/unit folder instead of directly in test
generator-react-firebase - v2.0.5

Published by prescottprue over 6 years ago

  • feat(component generator): question added for localized MUI theming support (styles.js file) - #110
  • feat(component generator): remove "Using Firestore" question (unnecessary when listeners are not in enhancer)
  • feat(function generator): improve name support for HTTPS function test (camel case is used to match function name)
generator-react-firebase - v2.0.4

Published by prescottprue over 6 years ago

  • feat(component sub-generator): PropTypes only imported from prop-types if it exists within project's package file - #105
  • feat(sub-generators): component, enhancer, and function sub generators support airbnb linting style - #105
generator-react-firebase - v2.0.2

Published by prescottprue over 6 years ago

  • feat(core): add node 10 to build matrix
  • feat(core): deployment of generator-react-firebase now happens from node 10 built (previous node 9)
  • feat(app): added no-return-await eslint rule
  • fix(app): removed unnecessary loader config for octicons
  • feat(app): update @material-ui/core to ^1.2.1 @material-ui/icons to ^1.1.0
  • fix(app): @material-ui/core and @material-ui/icons included in vendor bundle if using material-ui v1
generator-react-firebase - v2.0.3

Published by prescottprue over 6 years ago

  • fix(app): fix prop warning on button within LoginForm
  • feat(app): travis now uses yarn to install firebase-tools (no longer global to improve caching)
  • feat(app): switch project route param to :projectId
  • feat(app): use lodash's get instead of getVal from react-redux-firebase
generator-react-firebase - v2.0.1

Published by prescottprue over 6 years ago

  • fix(tests): fix tests to work for react ^16.3 (including correcting dependencies) - #101
  • feat(questions): clarify projectId question wording - #102
  • feat(deps): update mocha (fixes dependency security warning from node-growl ^1.9.2)
  • feat(deps): update yeoman-generator version to ^2.0.5
generator-react-firebase - v2.0.0

Published by prescottprue over 6 years ago

  • feat(app): major dependency updates including react ^16.3.0, material-ui ^1.0.0, and firebase ^5.0.2
  • feat(app): point to engines parameter to node >=v6.14.0 to match functions runtime
  • feat(app): option to include tests and blueprints (both not enabled by default)
  • feat(examples): material example updated with new output (tests no longer included since they are not included by default)
generator-react-firebase - v2.0.0-rc.10

Published by prescottprue over 6 years ago

  • feat(core): add prettier with prettier config for eslint
  • fix(form): add missing import of reduxForm in enhancer - #98
  • fix(form): scss file import fixed (removed extra "Form") - #97
  • feat(corer): add the npm run build script to functions predeploy
  • feat(core): add npm deploy to travis config for deploys when merging to master
generator-react-firebase - v2.0.0-rc.9

Published by prescottprue over 6 years ago

  • fix(test): fix npm run test script - #94
  • fix(examples): remove extra files from react-firebase-redux example (so that example application tests pass)
generator-react-firebase - v2.0.0-rc.8

Published by prescottprue over 6 years ago

  • feat(core): Yarn is only offered in a question if it exists (otherwise npm is used by default)
  • fix(core): fix issue installing on Windows 10 when yarn does not exist - #92
generator-react-firebase - v2.0.0-rc.7

Published by prescottprue over 6 years ago

  • fix(app): fix bad reference to Home.scss - #90
  • feat(function): update function tests to use wrap directly (#2 of firebase-functions-test was closed by v0.1.1 release)
  • fix(examples): update react-firebase-redux example with changes to generator by re-running generate
generator-react-firebase - v2.0.0-rc.6

Published by prescottprue over 6 years ago

  • fix(app): remove slash from src/indexUser/index.js template - #88
  • feat(app): firebase-functions^v1.0.0 support
  • feat(function): firebase-functions^v1.0.0 support for sub-generator (checks for version within functions/package.json)
  • feat(app): unit tests improved for included indexUser function (coverage ~100%)
  • feat(app): functions test coverage only includes functions source code (not dist folder which includes babel injected code)
generator-react-firebase - v2.0.0-rc.5

Published by prescottprue over 6 years ago

  • feat(sub-generators): tests question added to function sub-generator
  • feat(sub-generators): function event type query added to function sub-generator
  • feat(sub-generators): function trigger type can now be passed as a flag
  • feat(sub-generators): sub-generators now accept basePath parameter to run generator from a nested path
  • feat(generator): babel-plugin-module-resolver added to functions template
generator-react-firebase - v2.0.0-rc.4

Published by prescottprue over 6 years ago

  • functions option which includes function setup with babel
  • Error Handling option - includes Stackdriver client side error handling
  • Analytics option - includes Google analytics
  • blueprints option
  • engines added to package.json
  • function sub-generator for generating Cloud Functions for HTTPS, Firestore, RTDB, Storage, and Auth
  • Functions dependency install is now run for main generator
  • port (local server port number) is now within project.config.js for easy switching
generator-react-firebase - v2.0.0-rc.3

Published by prescottprue over 6 years ago

  • fix(output): fix generator logic in src/config.js template - #84
  • fix(README): coverage icon now points to correct link (icon and URL)
generator-react-firebase - v2.0.0-rc.2

Published by prescottprue almost 7 years ago

  • fix(generator): fix project page enhancer - #82
  • fix(generator): removed lint from Firestore and Non Firestore templates
  • fix(generator): removed unused config objects from project.config
generator-react-firebase - v2.0.0-rc.1

Published by prescottprue almost 7 years ago

  • feat(core): Option added for material-ui v1 (will remain an option while material-ui v1 is still in pre-release)
  • update(deps): redux-form-material-ui version pointed to next if using material-ui v1
  • update(deps): redux-form updated to ^7.2.0
  • feat(test): tests moved to test folder
  • feat(test): mocha configuration/options moved to mocha.opts file within test folder
  • feat(test): test added for new materialv1 option
generator-react-firebase - v2.0.0-beta.4

Published by prescottprue almost 7 years ago

  • fix(component subgenerator): add missing firebaseConnect import - @qalqi
generator-react-firebase - v2.0.0-beta.3

Published by prescottprue almost 7 years ago

  • fix(component sub-generator): correct import statement when using firestore - #75 - @qalqi
  • fix(route sub-generator): reference correct component in route config - #76 - @qalqi