Skip to content

Releases: prescottprue/react-redux-firebase

v3.11.0

23 Nov 09:12
5fa1838
Compare
Choose a tag to compare
  • feat(auth): support passwordless sign-in (#857, #1064) - @komachi
  • fix(populate): take child param into account when populating (#1083, #1085) - @danielo515
  • fix(docs): correctly redirect when auth does not exist in the routing example doc - @JonathanPorta
  • chore(deps): bump ws in /examples/complete/typescript (#1148)
  • chore(deps): bump color-string in /examples/complete/typescript (#1147)
  • chore(deps): bump dns-packet in /examples/complete/typescript (#1110)
  • chore(deps): bump dns-packet in /examples/complete/firestore (#1109)
  • chore(deps): bump dns-packet in /examples/complete/simple (#1108)

v3.10.1

23 Nov 04:38
7f679d6
Compare
Choose a tag to compare

What's Changed

  • fix(docs): added missing ')' to end wrap of connect by @hudsonbloom in #1058
  • fix(docs): broken link caused by typo - #1073 by @codedpills in #1086
  • chore(deps): bump lodash from 4.17.19 to 4.17.21 in /examples/complete/react-native by @dependabot in #1099
  • chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /examples/complete/firestore by @dependabot in #1098
  • chore(deps): bump url-parse from 1.4.4 to 1.5.1 in /examples/complete/typescript by @dependabot in #1096
  • chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /examples/complete/simple by @dependabot in #1097
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 in /examples/complete/firestore by @dependabot in #1084
  • chore(deps): bump y18n from 3.2.1 to 3.2.2 in /examples/complete/simple by @dependabot in #1078
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 in /examples/complete/typescript by @dependabot in #1088
  • chore(deps): bump y18n from 3.2.1 to 3.2.2 in /examples/complete/firestore by @dependabot in #1077
  • chore(deps): bump handlebars from 4.5.3 to 4.7.7 in /examples/complete/firestore by @dependabot in #1094
  • chore(deps): bump handlebars from 4.5.3 to 4.7.7 in /examples/complete/react-native by @dependabot in #1093
  • chore(deps): bump handlebars from 4.5.3 to 4.7.7 in /examples/complete/react-native-firebase by @dependabot in #1092
  • chore(deps): bump y18n from 3.2.1 to 3.2.2 in /examples/complete/react-native-firebase by @dependabot in #1076
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /examples/complete/firestore by @dependabot in #1071
  • chore(deps): bump y18n from 3.2.1 to 3.2.2 in /examples/complete/react-native by @dependabot in #1075
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /examples/complete/simple by @dependabot in #1070
  • chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /examples/complete/typescript by @dependabot in #1069
  • chore(deps): bump ua-parser-js from 0.7.14 to 0.7.28 in /examples/complete/react-native-firebase by @dependabot in #1090
  • chore(deps): bump ua-parser-js from 0.7.19 to 0.7.28 in /examples/complete/react-native by @dependabot in #1091
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 in /examples/complete/simple by @dependabot in #1089
  • chore(deps): bump merge from 1.2.0 to 1.2.1 in /examples/complete/react-native-firebase by @dependabot in #1100
  • chore(deps): bump hosted-git-info from 2.5.0 to 2.8.9 in /examples/complete/react-native-firebase by @dependabot in #1101
  • chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 in /examples/complete/react-native by @dependabot in #1102
  • v3.10.1 by @prescottprue in #1146

New Contributors

Full Changelog: v3.10.0...v3.10.1

v3.10.0

24 Jan 06:05
6e4270c
Compare
Choose a tag to compare
v3.10.0 (#1057)

* fix(query): do not dispatch duplicate events from already hooked listeners (#995) - @tjokimie
* fix(dev-deps): update babel dependencies to 7.12.10

Co-authored-by: Tuomo Jokimies <tuomo.jokimies@gmail.com>

v3.9.0

05 Jan 00:40
092e394
Compare
Choose a tag to compare
  • fix(auth): prevent throw in logout when database is not setup (#1042) - @ssdns
  • fix(types): fix reloadAuth argument type and duplicate of endBefore (#1031) - @ MatthewDailey
  • fix(types): fix argument type for login with credentials (#1045) - @AlexanderArvidsson
  • fix(types): add back FirestoreStatics to ExtendedFirestoreInstance (#1030)
  • fix(core): add deprecation message enableLogging config option
  • chore(docs): add note about required rules for profile settings (#1049)

v3.8.1

23 Nov 01:59
6786fdc
Compare
Choose a tag to compare
  • fix(query): handle un-mounting with no listeners - (#1019)
  • fix(types): add types for handleRedirectResult and re-authenticate methods - (#987)
  • fix(types): add populates to query settings types (#1027)
  • fix(ci): remove usage of set-env from publish workflow (deprecated)

v3.8.0

18 Nov 19:22
bce9510
Compare
Choose a tag to compare
  • feat(auth): enable claims without userProfile (#1008) - @rscotten
  • fix(types): add arguments to types for onAuthStateChanged (#1018) - @AlexanderArvidsson
  • fix(auth): dispatch proper error on reset password (#1016) - @djejaquino
  • fix(types) move static firestore interface to where it's implemented (#1013) - @zozoens31
  • feat(auth): add applyActionCode method (#994) - @komachi
  • feat(build): support react 17 by updating peer dependency (#1028)

v2.5.1

13 Aug 00:05
Compare
Choose a tag to compare
  • fix(components): remove lifecycle warning from components using componentWillMount (#968, #969) - @lidaof
  • chore(ci): add support for publishing to previous tag (#969)

v3.7.0

26 Jul 01:23
e67bbd7
Compare
Choose a tag to compare
  • feat(populate): added support for storeAs when populating child from redux - @nagarjuna993
  • fix(types): change updateProfile return type (#975) - @nikitakost
  • feat(auth): github OAuth provider option in login (#986) - @davidepalazzo
  • chore(deps): update babel dev dependencies to ^7.10.4

v3.6.0

19 Jun 15:51
46ca1a8
Compare
Choose a tag to compare

v3.5.1

31 May 21:22
8b7aa36
Compare
Choose a tag to compare
  • fix(types): fix file blob type for uploadFile and uploadFiles (#950) - @rscotten
  • chore(docs): cleanup minor typo in useFirestoreConnect.md (#949) - @gregfenton
  • chore(tests): fix typo "merge" to "merges" in reducer test file (#948) - @yukimurasawa
  • chore(docs): remove note about populate not being supported in firestore (#915)
  • chore(examples): clarify explanation in watchEvent example snippet (#910)
  • chore(docs): add correct syntax highlighting to example in firestore.md
  • chore(build): improve lint command
  • chore(build): only require jsdoc comments in src