Skip to content

Releases: prescottprue/react-redux-firebase

v2.2.3

23 Nov 17:21
2efe452
Compare
Choose a tag to compare
  • fix(typings): remove duplicated identifier CLEAR_ERRORS - @shouyu - #569
  • fix(deps): update codecov to 3.1.0

v2.2.2

20 Nov 07:24
07aa0d2
Compare
Choose a tag to compare
  • fix(docs): cleanup redux-persist example to remove autoRehydrate - #545
  • fix(docs): update SSR docs to include a section about Firestore - #456
  • fix(auth): add warning for invalid auth providers - #559
  • fix(docs): update docs to have redux-auth-wrapper v2 examples above older examples - #542

v2.2.1

10 Nov 01:16
a9caa17
Compare
Choose a tag to compare
  • fix(deps): update lodash to ^4.17.11
  • fix(deps): update prop-types to ^15.6.2

v2.2.0

10 Nov 00:55
f00e723
Compare
Choose a tag to compare
  • fix(storage): uploadFile gets downloadURL before writing metadata - #487, #488
  • fix(storage): add unit tests for fileMetadataFactory (config level) and metadataFactory (option for uploadFile) to confirm downloadURL is available before writing metadata - #487, #488
  • fix(storage): fix downloadURL error in file upload metadata - @jpierce42
  • fix(auth): LOGOUT action dispatch only include preserve parameter if provided in settings (not when undefined)
  • fix(profile): profile update on login works with email login (used to require createUser) - #475
  • feat(HOCs): optimize firestoreConnect unset / set listeners - @demoran23
  • fix(HOCs): firestoreConnect no longer requires store.firebase (only attaches to props if available)
  • fix(auth): move detaching of profile listeners before signOut within logout method to fix permission_denied errors - #494
  • fix(enhancer): support config already existing on store - 132 of redux-firestore

v2.1.9

26 Oct 01:03
c4f3ee4
Compare
Choose a tag to compare
  • fix(auth): update credential login to use new firebase method - @oacstevens
  • fix(auth): add comments to clarify logic and point to issue numbers in getLoginMethodAndParams

v2.2.0-alpha.3

20 Oct 10:56
70eac15
Compare
Choose a tag to compare
v2.2.0-alpha.3 Pre-release
Pre-release
  • fix(storage): prevent undefined (within metadata) from being written to database which causes an error for RTDB
  • fix(storage): return metadata push key from upload promise - #547

v2.2.0-alpha.2

11 Sep 19:39
211a463
Compare
Choose a tag to compare
v2.2.0-alpha.2 Pre-release
Pre-release
  • fix(storage): uploadFile gets downloadURL before writing metadata - #487, #488
  • fix(storage): add unit tests for fileMetadataFactory (config level) and metadataFactory (option for uploadFile) to confirm downloadURL is available before writing metadata - #487, #488
  • fix(storage): fix downloadURL error in file upload metadata - @jpierce42
  • fix(auth): LOGOUT action dispatch only include preserve parameter if provided in settings (not when undefined)

v2.2.0-alpha

13 Aug 09:20
6f0d646
Compare
Choose a tag to compare
v2.2.0-alpha Pre-release
Pre-release
  • fix(profile): profile update on login works with email login (used to require createUser) - #475
  • feat(HOCs): optimize firestoreConnect unset / set listeners - @demoran23
  • fix(auth): move detaching of profile listeners before signOut within logout method to fix permission_denied errors - #494
  • fix(enhancer): support config already existing on store - 132 of redux-firestore

v2.1.8

13 Aug 04:33
2164389
Compare
Choose a tag to compare
  • fix(typings): mark notSetValue as optional in typings - #521 - @arlair

v2.1.7

31 Jul 00:16
18e512f
Compare
Choose a tag to compare
  • fix(auth): payload of AUTH_UPDATE_SUCCESS action dispatch fixed - #507 - @stefanhar
  • feat(build): added node 10 to build matrix
  • feat(build): switched node maintenance LTS version to latest 6 (was still set to 6.11.5)
  • feat(build): deploy to npm on node 10 build
  • feat(build): deploy to npm from next branch (publishes to @next tag)
  • feat(deps): update firebase-server to fix security warnings