Skip to content

Releases: prescottprue/react-redux-firebase

v2.4.1

05 Sep 09:35
78171b9
Compare
Choose a tag to compare
  • chore(deps): update to lodash to 4.17.15
  • chore(deps): update proptypes to 15.7.2
  • docs(integrations): add docs for how to reference data from state for reselect selectors - #614

v3.0.0-alpha.16

15 Aug 06:53
e8e93b8
Compare
Choose a tag to compare
v3.0.0-alpha.16 Pre-release
Pre-release
  • fix(examples): switch to next in simple example with new version of react-redux
  • fix(types): make options param optional in updateProfile - #749 - @rscotten
  • feat(HOCs): remove createFirestoreConnect and createFirebaseConnect - store selection is no longer necessary
  • fix(types): add descriptions for main methods
  • fix(types): remove no longer exported functions from types
  • feat(tests): replace istanbul with nyc

v2.4.0

15 Aug 06:46
c1b1b89
Compare
Choose a tag to compare
  • feat(auth): add custom claims - #741 - @joerex
  • feat(deps): update hoist-non-react-statics to 3.3.0
  • feat(auth): expose linkAndRetrieveDataWithCredential, linkWithPopup, and linkWithRedirect - #473
  • feat(docs): update auth docs with Expo react-native example - #539

v3.0.0-alpha.15

11 Aug 08:13
eb5efe2
Compare
Choose a tag to compare
v3.0.0-alpha.15 Pre-release
Pre-release
  • feat(hooks): hook rework to match existing HOC - #653, #734 - @illuminist
  • fix(hooks): remove create functions (createUseFirestore, createWithFirestore, createUseFirebase, createWithFirebase) since store selection is not necessary - #653
  • feat(auth): add custom claims - #741 - @joerex
  • fix(types): changed extended firebase instance to function - #743 - @rscotten
  • fix(types): switch typeof Firebase to any (prevents issue with passing some version of Firebase JS SDK)
  • fix(examples): update material and typescript examples

v3.0.0-alpha.14

31 Jul 18:52
9612d40
Compare
Choose a tag to compare
v3.0.0-alpha.14 Pre-release
Pre-release
  • fix(types): add support for React.FunctionalComponent in firebaseConnect/firestoreConnect type definitions - @illuminist
  • fix(firebaseConnect): move hoistStatics to allow static methods to copied - @jeloagnasin
  • refactor(core): use JS formatted eslint config file - @Shalinit3
  • fix(types): add any other values to UserProfile type
  • fix(examples): update typescript example

v3.0.0-alpha.13

13 Jul 07:23
068ad3f
Compare
Choose a tag to compare
v3.0.0-alpha.13 Pre-release
Pre-release
  • feat(types): add types for hooks including useFirestore, useFirebase, useFirestoreConnect, useFirebaseConnect - #653
  • fix(types): make scopes optional in credentials - #671
  • fix(docs): remove v2 auth ready docs from v3 docs - #676
  • fix(providers): prevent unwanted re-initialization when parent component updates - #725 - @illuminist
  • fix(profile): pass updateProfile options to action - #701 - @cruzdanilo
  • fix(firebaseConnect): remove dispatch from reserved props list - #675, #700
  • feat(types): improve types for withFirestore and withFirebase
  • feat(types): added ExtendedFirebaseInstance and ExtendedFirestoreInstance types
  • feat(examples): update typescript example to use hooks
  • fix(firestoreConnect): add error for passing of reserved props firebase and firestore when using firestoreConnect
  • feat(types): add typing for firebase queries used in firebaseConnect and useFirebaseConnect
  • fix(types): fix spelling of initialize in types
  • feat(docs): add api docs pages for context providers and new hooks api
  • feat(docs): automatically find files for doc generation instead of having a constant that needs updating
  • feat(core): add uglify and lodash plugins to webpack build to shrink bundle build size

v2.3.0

13 Jul 09:11
98e42be
Compare
Choose a tag to compare
  • feat(storage): pass file metadata through uploadFile to storage.put calls - #720
  • fix(auth): pass updateProfile options to action - #701 - @cruzdanilo
  • fix(profile): only include providerData if it is not an empty array in Firestore - #699

v3.0.0-alpha.12

10 May 06:06
e4100c9
Compare
Choose a tag to compare
v3.0.0-alpha.12 Pre-release
Pre-release
  • fix(docs): remove remaining instances of getFirebase from docs - #694)
  • feat(core): Start React hook API - #684 - @illuminist

v3.0.0-alpha.10

24 Feb 12:09
331e9d8
Compare
Choose a tag to compare
v3.0.0-alpha.10 Pre-release
Pre-release
  • fix(createFirebaseInstance): merge internals on instance recreation - #174 - @gotdibbs
  • fix(typings): updated TypeScript typings including use of Dictionary - @rscotten

v3.0.0-alpha.9

09 Feb 23:21
664cc8e
Compare
Choose a tag to compare
v3.0.0-alpha.9 Pre-release
Pre-release
  • fix(firebaseConnect): add back firebase + dispatch props - #582, #613
  • fix(typings): update more types including orderBy options
  • fix(tests): add case to firebaseConnect to confirm firebase and dispatch props