Skip to content

Tags: AnurajRicky/react-redux-firebase

Tags

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.2

* fix(types): update `see` paths that are not valid and add missing
* fix(docs): update `see` paths that are not valid
* fix(docs): remove see parameter from generated api docs
* fix(docs): update `book.json` to have v3.0.0 selected

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.1

* fix(types): update see links to point to base docs site
* fix(docs): update see links to point to base docs site
* fix(docs): update README to include old versions section instead of note about `next`

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v3.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v3.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-beta.2 (prescottprue#759)

* fix(firestoreConnect): pass correct value for `firebase` prop - prescottprue#758

v3.0.0-beta

Toggle v3.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-beta

* feat(auth): remove `signIn` option from createUser (new user is automatically signed in through Firebase SDK) - prescottprue#513
* feat(core): new pattern for getting extended firebase instance in thunks (added back `getFirebase` to api) - prescottprue#635
* fix(HOCs): switch to `UNSAFE_componentWillReceiveProps` in class based HOCs to prevent warnings with 16.9.0 - prescottprue#755
* fix(HOCs): switch `withFirebase` and `withFirestore` back to pre-hooks compatible logic
* fix(core): replace lodash methods such as `isArray`, `isBoolean`, `isString`, `size`, `compact` and `isFunction` with native methods in a number of places
* chore(deps): update lodash to 4.17.15
* chore(docs): add docs for how to reference data from state for reselect selectors - prescottprue#614
* chore(docs): update client side role assign example in roles recipes - prescottprue#699
* chore(docs): add example for assigning role in cloud function - prescottprue#699

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.1

* chore(deps): update to lodash to 4.17.15
* chore(deps): update proptypes to 15.7.2
* docs(integrations): add docs for how to reference data from state for reselect selectors - prescottprue#614

v3.0.0-alpha.16

Toggle v3.0.0-alpha.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.0.0-alpha.16

* fix(examples): switch to next in simple example with new version of react-redux
* fix(types): make options param optional in `updateProfile` - prescottprue#749 - @rscotten
* feat(HOCs): remove `createFirestoreConnect` and `createFirebaseConnect` - store selection is no longer necessary
* fix(types): add descriptions for main methods
* fix(types): remove no longer exported functions from types
* feat(tests): replace [`istanbul`](https://www.npmjs.com/package/istanbul) with [`nyc`](https://www.npmjs.com/package/nyc)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.0 (prescottprue#745)

* feat(auth): add custom claims - prescottprue#741 - @joerex
* feat(deps): update `hoist-non-react-statics` to 3.3.0
* feat(auth): expose `linkAndRetrieveDataWithCredential`, `linkWithPopup`, and `linkWithRedirect` - prescottprue#473
* feat(docs): update auth docs with Expo react-native example - prescottprue#539