Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
v5.7.1
- 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
- fix(app): include firestore rules even when opting out of redux
- chore(app): use constant for projects collection
- fix(app): set window.locationdirectly on login when opting out of redux (history.push/replacenot always working)
v5.6.2
v5.6.1
v5.6.0
v5.5.0
- 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
- 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 indexUserto point to emulators
- fix(app): switch to mocharc.jsovermocha.optswhen using mocha tests for functions
v5.3.2
- fix(app): add missing inputRef in AccountForm
- chore(app): update cypress-firebase to v1.0.0
v5.3.1
- 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
- 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