Skip to content

Releases: prescottprue/generator-react-firebase

v5.7.1

08 May 04:00
72febdb

Choose a tag to compare

  • 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

v5.7.0

01 May 06:00
aacafc0

Choose a tag to compare

  • 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)

v5.6.2

01 May 01:18
16734f8

Choose a tag to compare

  • 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

v5.6.1

28 Apr 22:06
0503edb

Choose a tag to compare

  • 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

v5.6.0

27 Apr 01:13
c4b0ccf

Choose a tag to compare

  • 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

v5.5.0

27 Apr 01:02
ca45d98

Choose a tag to compare

  • 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

v5.4.0

31 Mar 06:34
6d84a5e

Choose a tag to compare

  • 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

v5.3.2

31 Mar 06:33
2f80d33

Choose a tag to compare

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

v5.3.1

24 Mar 04:26
316a801

Choose a tag to compare

  • 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

v5.3.0

23 Mar 01:09
02bd948

Choose a tag to compare

  • 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