Skip to content

Releases: prescottprue/generator-react-firebase

v5.2.2

22 Mar 08:01
96bfa3d
Compare
Choose a tag to compare
  • fix(app): add authRequired setting to routes when opting out of redux (uses AuthCheck from reactfire)
  • fix(app): correctly redirect using AuthCheck (reactfire) and Redirect (react-router) when opting out of redux
  • fix(app): add placeholder text to login/signup forms

v5.2.1

22 Mar 05:11
747e087
Compare
Choose a tag to compare
  • fix(app): remove firestore emulation setup when not using redux (reactfire does not yet fully support)

v5.2.0

22 Mar 05:05
63fd003
Compare
Choose a tag to compare
  • feat(app): replace react-loadable with React.lazy and React.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

20 Mar 20:22
f6a1e56
Compare
Choose a tag to compare
  • 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

22 Dec 06:06
8fa0789
Compare
Choose a tag to compare
  • fix(app): update jest config and dependencies so that yarn test command runs - #170
  • fix(app): use correct logout method (signOut) when not using redux
  • fix(app): remove node-sass and other unnecessary dependencies
  • feat(route): add option to include hook with new route

v5.0.0

12 Dec 00:40
04f8a06
Compare
Choose a tag to compare
  • 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

05 Dec 06:10
ea866a8
Compare
Choose a tag to compare
  • 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

v4.1.0

04 Dec 11:44
593427c
Compare
Choose a tag to compare
  • 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

v4.0.1

15 Nov 15:51
ed5da2d
Compare
Choose a tag to compare
  • fix(app): fix bad reference in analytics util - #164
  • fix(app): remove lint from analytics util
  • chore(core): update dependencies including chalk + babel

v4.0.0

01 Nov 06:06
04bfa63
Compare
Choose a tag to compare
  • 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