tag:github.com,2008:https://github.com/jeloagnasin/react-redux-firebase/releases Tags from react-redux-firebase 2019-07-13T07:18:28Z tag:github.com,2008:Repository/198379780/v3.0.0-alpha.13 2019-07-13T07:18:28Z v3.0.0-alpha.13 (#726) <p>v3.0.0-alpha.13 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/726">prescottprue#726</a>)</p> <p>* feat(types): add types for hooks including `useFirestore`, `useFirebase`, `useFirestoreConnect`, `useFirebaseConnect` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/653">prescottprue#653</a> <br />* fix(types): make scopes optional in `credentials` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/671">prescottprue#671</a> <br />* fix(docs): remove v2 auth ready docs from v3 docs - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/676">prescottprue#676</a> <br />* fix(providers): prevent unwanted re-initialization when parent component updates - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/725">prescottprue#725</a> - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a> <br />* fix(profile): pass `updateProfile` options to action - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/701">prescottprue#701</a> - <a class="user-mention notranslate" href="https://github.com/cruzdanilo">@cruzdanilo</a> <br />* fix(firebaseConnect): remove `dispatch` from reserved props list - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/675">prescottprue#675</a>, <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/700">prescottprue#700</a> <br />* feat(types): improve types for `withFirestore` and `withFirebase` <br />* feat(types): added `ExtendedFirebaseInstance` and `ExtendedFirestoreInstance` types <br />* feat(examples): update typescript example to use hooks <br />* fix(firestoreConnect): add error for passing of reserved props `firebase` and `firestore` when using `firestoreConnect` <br />* feat(types): add typing for firebase queries used in `firebaseConnect` and `useFirebaseConnect` <br />* fix(types): fix spelling of initialize in types <br />* feat(docs): add api docs pages for context providers and new hooks api <br />* feat(docs): automatically find files for doc generation instead of having a constant that needs updating <br />* feat(core): add uglify and lodash plugins to webpack build to shrink bundle build size</p> prescottprue tag:github.com,2008:Repository/198379780/v2.3.0 2019-07-13T09:08:24Z v2.3.0 <p>v2.3.0</p> <p>* feat(storage): pass file metadata through `uploadFile` to `storage.put` calls - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/720">prescottprue#720</a> <br />* fix(auth): pass `updateProfile` options to action - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/701">prescottprue#701</a> - <a class="user-mention notranslate" href="https://github.com/cruzdanilo">@cruzdanilo</a> <br />* fix(profile): only include `providerData` if it is not an empty array in Firestore - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/699">prescottprue#699</a> <br />* feat(webpack): add `lodash-webpack-plugin` to shrink bundle size</p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.12 2019-05-10T06:00:53Z v3.0.0-alpha.12 (#693) <p>v3.0.0-alpha.12 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/693">prescottprue#693</a>)</p> <p>* fix(docs): remove remaining instances of getFirebase from docs - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/635">prescottprue#635</a> (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/694">prescottprue#694</a>) <br />* feat(core): Start React hook API - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/684">prescottprue#684</a> - <a class="user-mention notranslate" href="https://github.com/illuminist">@illuminist</a></p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.10 2019-02-24T12:04:17Z v3.0.0-alpha.10 <p>v3.0.0-alpha.10</p> <p>* fix(createFirebaseInstance): merge internals on instance recreation - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/174">prescottprue#174</a> - <a class="user-mention notranslate" href="https://github.com/gotdibbs">@gotdibbs</a> <br />* fix(typings): updated TypeScript typings including use of Dictionary - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a></p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.9 2019-02-09T23:17:45Z v3.0.0-alpha.9 <p>v3.0.0-alpha.9</p> <p>* fix(firebaseConnect): add back firebase + dispatch props - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/582">prescottprue#582</a>, <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/613">prescottprue#613</a> <br />* fix(typings): update more types including orderBy options <br />* fix(tests): add case to firebaseConnect to confirm firebase and dispatch props</p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.7 2019-02-05T23:33:44Z v3.0.0-alpha.7 <p>v3.0.0-alpha.7</p> <p>* fix(firebaseConnect): rename internal props and throw for name collisions - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/613">prescottprue#613</a> - <a class="user-mention notranslate" href="https://github.com/theashguy">@theashguy</a> + <a class="user-mention notranslate" href="https://github.com/iamthefox">@iamthefox</a> <br />* fix(HOCs): missing props (firebase + dispatch) added - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/606">prescottprue#606</a> <br />* feat(typings): major upgrade to typescript definitions (including types from `@firebase`) - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/627">prescottprue#627</a> - <a class="user-mention notranslate" href="https://github.com/rscotten">@rscotten</a></p> prescottprue tag:github.com,2008:Repository/198379780/3.0.0-alpha.6 2019-01-08T04:36:20Z v3.0.0-alpha.6 <p>v3.0.0-alpha.6</p> <p>* feat(auth): exposing handleRedirectResult for react-firebaseui - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/608">prescottprue#608</a> - <a class="user-mention notranslate" href="https://github.com/dirathea">@dirathea</a> <br />* fix(firestoreConnect): fix invalid proptypes - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/611">prescottprue#611</a> &amp; [redux-firestore 165](<a class="issue-link js-issue-link" href="https://github.com/prescottprue/redux-firestore/issues/165">prescottprue/redux-firestore#165</a>)</p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.5 2019-01-02T04:06:25Z v3.0.0-alpha.5 (#604) <p>v3.0.0-alpha.5 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/604">prescottprue#604</a>)</p> <p>* fix(context): fix misspelled `defaultProp` on `ReactReduxFirebaseProvider` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/564">prescottprue#564</a> <br />* feat(docs): add code sandbox example link to README</p> prescottprue tag:github.com,2008:Repository/198379780/v3.0.0-alpha.4 2019-01-02T00:07:15Z v3.0.0-alpha.4 (#597) <p>v3.0.0-alpha.4 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/597">prescottprue#597</a>)</p> <p>* fix(typings): add context providers to typings - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/564">prescottprue#564</a> <br />* fix(storage): support only firestore when calling upload and writing to db - <a class="user-mention notranslate" href="https://github.com/dirathea">@dirathea</a> <br />* fix(core): add auth initialization to providers to match v2 store enhancer - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/388">prescottprue#388</a></p> prescottprue tag:github.com,2008:Repository/198379780/v2.2.6 2019-01-01T22:57:55Z v2.2.6 <p>v2.2.6</p> <p>* fix(storage): support only firestore when calling upload and writing - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/600">prescottprue#600</a>, <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/601">prescottprue#601</a></p> prescottprue