Tags: msutkowski/react-redux-firebase
Tags
v3.0.6 * fix(profile): prevent `cannot read property '_getservice' of undefined` error - prescottprue#801 - @Zubnix * fix(types): fix arguments in `resetPassword` - prescottprue#803 - @magrinj * fix(docs): documentation about `resetPassword` - prescottprue#803 - @magrinj
v3.0.5 * fix(auth): always return a promise from createUserProfile - prescottprue#789 * fix(tests): add check for promise return in all situations - prescottprue#789 * fix(docs): handle case of empty `providerData` in `profileFactory` example - prescottprue#739
v3.0.4 (prescottprue#787) * fix(profile): remove async/await code causing regeneratorRuntime error (drops promise support for profileFactory) - prescottprue#786, prescottprue#778
v3.0.3 * feat(profile): add promise support for `profileFactory` - @dannyvaughton * fix(types): fix `firestore.delete` return type - @rscotten * feat(tests): add test for promise support of profile factory * feat(tests): add tests for all top level methods of `createFirebaseInstance`
v3.0.0 All changes from v3.0.0 pre-release versions including: * [X] Hooks (`useFirebase`, `useFirebaseConnect`, `useFirestore`, `useFirestoreConnect`) * [X] Rebuild on stable React Context API * [X] Support react-redux v6 - [prescottprue#581](prescottprue#581) * [X] Support for react strict mode - [prescottprue#564](prescottprue#564) * [X] Improved bundle size support (should include way to audit size) - [prescottprue#573](prescottprue#573) * [X] Support/Docs for stable react context API * [X] Switch `firebaseConnect` and `firestoreConnect` to using `componentDidMount` in place of `componentWillMount` which is deprecated in newer react versions (as [described here](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#fetching-external-data)) More details available in [the v3.0.0 roadmap](https://github.com/prescottprue/react-redux-firebase/wiki/v3.0.0-Roadmap)
v3.0.0-beta.4 * feat(profileFactory): adding `firebase` parameter to `profileFactory` callback - prescottprue#772 - @dannyvaughton * feat(core): add `eslint-plugin-json` and update jsdoc comments * fix(core): use `import *` in place of index file for actions * fix(core): use `@see` in jsdoc to provide docs links * feat(ci): add node 12 to travis build versions * feat(core): remove consumer exports from top level API (available from `Context.Consumer`) * feat(docs): more v3 API change updates to docs * fix(examples): update firestore example with v3 api * chore(deps): update [documentationjs](https://documentation.js.org/) version to 12.1.2 * chore(deps): update webpack to 4.41.0
v3.0.0-beta.3 * feat(types): add back type for `getFirebase` - prescottprue#763 * feat(storage): pass file metadata through `uploadFile` to `storage.put` calls - prescottprue#720 * feat(examples): update material and simple examples * feat(docs): update docs with new hooks API
v3.0.0-beta.2 (prescottprue#759) * fix(firestoreConnect): pass correct value for `firebase` prop - prescottprue#758