tag:github.com,2008:https://github.com/ahsanplusplus/react-redux-firebase/releases
Tags from react-redux-firebase
2020-03-21T22:31:11Z
tag:github.com,2008:Repository/256444824/v3.3.0
2020-03-21T22:31:11Z
v3.3.0 (#889)
<p>v3.3.0 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/889">prescottprue#889</a>)</p>
<p>* fix(types): use correct type order for reducer schema - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/888">prescottprue#888</a>)
<br />* fix(deps): update prettier to v1.10.0 to v2.0.0
<br />* fix(deps): update eslint from v4.8.0 to v6.8.0
<br />* fix(deps): update dev dependencies including eslint plugins</p>
<p>Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.2.0
2020-03-21T19:17:00Z
v3.2.0 (#886)
<p>v3.2.0 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/886">prescottprue#886</a>)</p>
<p>* feat(auth): add support for microsoft auth provider - <a class="user-mention notranslate" href="https://github.com/lucasharada">@lucasharada</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/880">prescottprue#880</a>)
<br />* fix(types): switch order of schema type arguments - <a class="user-mention notranslate" href="https://github.com/macinjoke">@macinjoke</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/875">prescottprue#875</a>)
<br />* feat(docs): update docs include microsoft.com provider - <a class="user-mention notranslate" href="https://github.com/lucasharada">@lucasharada</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/880">prescottprue#880</a>)
<br />* feat(tests): add test for microsoft.com auth provider - <a class="user-mention notranslate" href="https://github.com/lucasharada">@lucasharada</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/880">prescottprue#880</a>)
<br />* chore(ci): switch to Github Actions for CI in place of TravisCI
<br />* chore(build): add lint-staged for quicker lint checking on pre-commit
<br />* chore(deps): update dev dependencies including babel deps</p>
<p>Co-authored-by: Lucas Harada <lucasharada5@gmail.com>
<br />Co-authored-by: macinjoke <shunji.makino@gmail.com></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.1.2
2020-02-27T23:46:39Z
v3.1.2 (#872)
<p>v3.1.2 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/872">prescottprue#872</a>)</p>
<p>* fix(types): add types for `onAttemptCollectionDelete` to fix `implicit any` error (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/870">prescottprue#870</a>) - <a class="user-mention notranslate" href="https://github.com/macinjoke">@macinjoke</a>
<br />* fix(populate): handle firestore list type in populate (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/871">prescottprue#871</a>) - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a>
<br />* fix(types): add missing `onAuthStateChanged` for config object - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a>
<br />* fix(types): relax typing for `UserProfile` to be generic object - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a>
<br />* fix(types): make Schema the second generic parameter (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/826">prescottprue#826</a>)
<br />* chore(docs): add a typescript page to the recipes section of the docs (explains passing schema to reducer)</p>
<p>Co-authored-by: illuminist <illumina.ova@gmail.com>
<br />Co-authored-by: macinjoke <shunji.makino@gmail.com>
<br />Co-authored-by: Marko Elez <7696111+markoelez@users.noreply.github.com>
<br />Co-authored-by: Chris Dzoba <Chris@Dzoba.com></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.1.1
2020-02-04T06:45:39Z
v3.1.1 (#856)
<p>v3.1.1 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/856">prescottprue#856</a>)</p>
<p>* feat(types): add firestore `collectionGroup` type - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/855">prescottprue#855</a> - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a>
<br />* chore(docs): add note about `useFirestoreForProfile` within profile recipes - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/849">prescottprue#849</a></p>
<p>Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.1.0
2020-01-24T19:47:10Z
v3.1.0
<p>v3.1.0</p>
<p>* fix(auth): remove stale profile listener on empty auth state change - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/508">prescottprue#508</a>, <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/838">prescottprue#838</a>
<br />* feat(types): add support for typed db schema - <a class="user-mention notranslate" href="https://github.com/vicrac">@vicrac</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/826">prescottprue#826</a>
<br />* feat(auth): add reauthenticate method from firebase - <a class="user-mention notranslate" href="https://github.com/magrinj">@magrinj</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/812">prescottprue#812</a>
<br />* chore(deps): bump lodash from 4.17.11 to 4.17.15 in react-native example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>
<br />* chore(deps): bump stringstream from 0.0.5 to 0.0.6 in react-native-firebase example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>
<br />* chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in react-native example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>
<br />* chore(deps): bump diff in react-native-firebase example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>
<br />* chore(deps): bump lodash-es from 4.17.4 to 4.17.15 in react-native-firebase example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>
<br />* chore(deps): bump diff from 3.3.0 to 3.5.0 in react-native-firebase example - <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a></p>
<p>Co-authored-by: Jérémy M <jeremy.magrin@epitech.eu>
<br />Co-authored-by: Michał Kaczanowicz <mj.kaczanowicz@gmail.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: illuminist <illumina.ova@gmail.com></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.0.7
2020-01-10T18:47:53Z
v3.0.7
<p>v3.0.7</p>
<p>* fix(types): add missing config key `enableClaims` - <a class="user-mention notranslate" href="https://github.com/lesmo">@lesmo</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/810">prescottprue#810</a>
<br />* fix(types): make `updateAuth` params not required and use correct type for `runTransaction` - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/821">prescottprue#821</a>
<br />* chore(deps): update firebase and other dev dependencies - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/808">prescottprue#808</a>
<br />* chore(deps): update dependencies of examples (thanks <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>)</p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.0.6
2019-12-22T06:15:58Z
v3.0.6
<p>v3.0.6</p>
<p>* fix(profile): prevent `cannot read property '_getservice' of undefined` error - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/801">prescottprue#801</a> - <a class="user-mention notranslate" href="https://github.com/Zubnix">@Zubnix</a>
<br />* fix(types): fix arguments in `resetPassword` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/803">prescottprue#803</a> - <a class="user-mention notranslate" href="https://github.com/magrinj">@magrinj</a>
<br />* fix(docs): documentation about `resetPassword` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/803">prescottprue#803</a> - <a class="user-mention notranslate" href="https://github.com/magrinj">@magrinj</a></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.0.5
2019-11-06T18:45:10Z
v3.0.5
<p>v3.0.5</p>
<p>* fix(auth): always return a promise from createUserProfile - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/789">prescottprue#789</a>
<br />* fix(tests): add check for promise return in all situations - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/789">prescottprue#789</a>
<br />* fix(docs): handle case of empty `providerData` in `profileFactory` example - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/739">prescottprue#739</a></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.0.4
2019-10-31T23:11:52Z
v3.0.4 (#787)
<p>v3.0.4 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/787">prescottprue#787</a>)</p>
<p>* fix(profile): remove async/await code causing regeneratorRuntime error (drops promise support for profileFactory) - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/786">prescottprue#786</a>, <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/778">prescottprue#778</a></p>
prescottprue
tag:github.com,2008:Repository/256444824/v3.0.3
2019-10-22T06:15:20Z
v3.0.3
<p>v3.0.3</p>
<p>* feat(profile): add promise support for `profileFactory` - <a class="user-mention notranslate" href="https://github.com/dannyvaughton">@dannyvaughton</a>
<br />* fix(types): fix `firestore.delete` return type - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a>
<br />* feat(tests): add test for promise support of profile factory
<br />* feat(tests): add tests for all top level methods of `createFirebaseInstance`</p>
prescottprue