Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
v5.2.2
- fix(app): add
authRequired
setting to routes when opting out of redux (usesAuthCheck
from reactfire) - fix(app): correctly redirect using
AuthCheck
(reactfire) andRedirect
(react-router) when opting out of redux - fix(app): add placeholder text to login/signup forms
v5.2.1
- fix(app): remove firestore emulation setup when not using redux (reactfire does not yet fully support)
v5.2.0
- feat(app): replace react-loadable with
React.lazy
andReact.Suspense
- #186 (#188) - fix(app): set firestore rules version to v2 - #185
- feat(app): update reactfire to v2.0.2 (out of pre-release)
- feat(app): update dev dependencies including cypress + cypress-firebase
- feat(app): add support for emulators in app and tests
- fix(app): update README to include notes about using emulators
- chore(deps): update semver to 7.1.3
- chore(deps): update prettier to v2.0.0
v5.1.1
- chore(deps): update dev dependencies
- chore(ci): switch to CI Github Actions from Travis CI
- chore(docs): update README with badge for new CI build status
- fix(app): typo in Manual Deploy section - @pshevtsov (#184)
v5.1.0
v5.0.0
- feat(app): replace redux-form with Formik
- feat(app): use
SuspenseWithPerf
(from reactfire) within routes for dataset specific traces (for non-redux option) - feat(form): use Formik for form if it is installed (preserving support for redux-form)
v4.1.1
v4.1.0
- feat(app): add Github Actions as a CI provider option
- feat(app): replace
eslint-config-react-app
witheslint-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
v4.0.1
v4.0.0
- 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