tag:github.com,2008:https://github.com/jisi724/react-redux-firebase/releases Tags from react-redux-firebase 2019-01-08T04:36:20Z tag:github.com,2008:Repository/165572118/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/165572118/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/165572118/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/165572118/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 tag:github.com,2008:Repository/165572118/v3.0.0-alpha.3 2018-12-18T02:35:14Z v3.0.0-alpha.3 (#595) <p>v3.0.0-alpha.3 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/595">prescottprue#595</a>)</p> <p>* fix(firestoreConnect): remove remaining usage of old context pattern - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/594">prescottprue#594</a> <br />* fix(HOCs): add displayName to `firebaseConnect` and `firestoreConnect`</p> prescottprue tag:github.com,2008:Repository/165572118/v2.2.5 2018-12-17T06:27:52Z v2.2.5 (#592) <p>v2.2.5 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/592">prescottprue#592</a>)</p> <p>* feat(HOCs): add error if using `react-redux@^6` (points to [v3 migration guide](<a href="http://docs.react-redux-firebase.com/history/v3.0.0/docs/v3-migration-guide.html">http://docs.react-redux-firebase.com/history/v3.0.0/docs/v3-migration-guide.html</a>)) - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/591">prescottprue#591</a> <br />* fix(docs): update react-native section of docs including broken links - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/586">prescottprue#586</a></p> prescottprue tag:github.com,2008:Repository/165572118/v3.0.0-alpha.2 2018-12-16T19:13:02Z v3.0.0-alpha.2 <p>v3.0.0-alpha.2</p> <p>* fix(firebaseConnect): switch context to Consumer instead of Provider - @Rizzet</p> prescottprue tag:github.com,2008:Repository/165572118/v3.0.0-alpha 2018-12-15T09:09:05Z v3.0.0-alpha (#566) <p>v3.0.0-alpha (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/566">prescottprue#566</a>)</p> <p>* feat(HOCs): switch `firestoreConnect` and `firebaseConnect` to use `componentDidMount` over `componentWillMount` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/564">prescottprue#564</a> <br />* feat(core): New react context API working with HOCs (`firebaseConnect`, `firestoreConnect` `withFirebase`, and `withFirestore`) - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/581">prescottprue#581</a> <br />* feat(core): support `react-redux` v6 by removing usage of `context.store` (used to be added by `Provider` from `react-redux`) <br />* feat(core): Added `ReactReduxFirebaseContext` and `ReduxFirestoreContext` (with associated providers `ReactReduxFirebaseProvider` `ReduxFirestoreProvider` respectively) <br />* fix(core): shrink build sizes considerably by adding `babel-preset-minify` - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/573">prescottprue#573</a> <br />* feat(deps): update `hoist-non-react-statics` to `^3.1.0` <br />* feat(deps): upgrade to `babel^7` <br />* feat(deps): Update to `webpack^4` (along with `webpack-cli`) <br />* feat(deps): update react peer dependency to `^16.4` for new Context API (matches `react-redux`)</p> prescottprue tag:github.com,2008:Repository/165572118/v2.2.4 2018-11-27T05:47:12Z v2.2.4 (#574) <p>v2.2.4 (<a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/pull/574">prescottprue#574</a>)</p> <p>* fix(auth): `signInWithEmailAndPassword` is default for email auth unless it is not defined, then `signInAndRetrieveDataWithEmailAndPassword` is used - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/467">prescottprue#467</a></p> prescottprue tag:github.com,2008:Repository/165572118/v2.2.3 2018-11-23T17:17:16Z v2.2.3 <p>v2.2.3</p> <p>* fix(typings): remove duplicated identifier CLEAR_ERRORS - <a class="user-mention notranslate" href="https://github.com/shouyu">@shouyu</a> - <a class="issue-link js-issue-link" href="https://github.com/prescottprue/react-redux-firebase/issues/569">prescottprue#569</a> <br />* fix(deps): update codecov to 3.1.0</p> prescottprue