Releases: prescottprue/react-redux-firebase
Releases · prescottprue/react-redux-firebase
v3.11.0
- 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
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
- @hudsonbloom made their first contribution in #1058
Full Changelog: v3.10.0...v3.10.1
v3.10.0
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 <[email protected]>
v3.9.0
- fix(auth): prevent throw in
logout
when database is not setup (#1042) - @ssdns - fix(types): fix
reloadAuth
argument type and duplicate ofendBefore
(#1031) - @ MatthewDailey - fix(types): fix argument type for
login
with credentials (#1045) - @AlexanderArvidsson - fix(types): add back
FirestoreStatics
toExtendedFirestoreInstance
(#1030) - fix(core): add deprecation message
enableLogging
config option - chore(docs): add note about required rules for profile settings (#1049)
v3.8.1
v3.8.0
- 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
v3.7.0
- 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
- feat(types): add database and firestore statics (#957) - @msutkowski, @themindoverall, @phryneas
- feat(types): add type predicate to
isLoaded
(#956) - @lukeKonopka - chore(docs): formatting fixes in firestore docs section (#959) - @gregfenton
- feat(docs): add firestore populate docs (#954) - @harveychow
v3.5.1
- 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