Skip to content

Releases: prescottprue/react-redux-firebase

v3.0.0-alpha.7

05 Feb 23:42
79178bb
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release
  • fix(firebaseConnect): rename internal props and throw for name collisions - #613 - @theashguy + @iamthefox
  • fix(HOCs): missing props (firebase + dispatch) added - #606
  • feat(typings): major upgrade to typescript definitions (including types from @firebase) - #627 - @rscotten

3.0.0-alpha.6

08 Jan 04:40
c1d9d7e
Compare
Choose a tag to compare
3.0.0-alpha.6 Pre-release
Pre-release

v3.0.0-alpha.5

02 Jan 04:16
4f7e6a5
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release
  • fix(context): fix misspelled defaultProp on ReactReduxFirebaseProvider - #564
  • feat(docs): add codesandbox example link to README.md

v3.0.0-alpha.4

02 Jan 00:10
5224326
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release
  • fix(typings): add context providers to typings - #564
  • fix(storage): support only firestore when calling upload and writing to db - @dirathea
  • fix(core): add auth initialization to providers to match v2 store enhancer - #388

v2.2.6

01 Jan 23:51
cb2a56a
Compare
Choose a tag to compare
  • fix(storage): support only firestore when calling upload and writing - #600, #601

v3.0.0-alpha.3

18 Dec 02:38
71dee92
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release
  • fix(firestoreConnect): remove remaining usage of old context pattern - #594
  • fix(HOCs): add displayName to firebaseConnect and firestoreConnect

v2.2.5

17 Dec 06:31
fb6c255
Compare
Choose a tag to compare
  • feat(HOCs): add error if using react-redux@^6 - #591
  • fix(docs): update react-native section of docs including broken links - #586

v3.0.0-alpha.2

16 Dec 19:16
fcbcc8e
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release
  • fix(firebaseConnect): switch context to Consumer instead of Provider - #589 - @Rizzet

v3.0.0-alpha

15 Dec 09:15
f91ed93
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release
  • feat(HOCs): switch firestoreConnect and firebaseConnect to use componentDidMount over componentWillMount - #564
  • feat(core): New react context API working with HOCs (firebaseConnect, firestoreConnect withFirebase, and withFirestore) - #581
  • feat(core): support react-redux v6 by removing usage of context.store (used to be added by Provider from react-redux)
  • feat(core): Added ReactReduxFirebaseContext and ReduxFirestoreContext (with associated providers ReactReduxFirebaseProvider ReduxFirestoreProvider respectively)
  • fix(core): shrink build sizes considerably by adding babel-preset-minify - #573
  • feat(deps): update hoist-non-react-statics to ^3.1.0
  • feat(deps): upgrade to babel^7
  • feat(deps): Update to webpack^4 (along with webpack-cli)
  • feat(deps): update react peer dependency to ^16.4 for new Context API (matches react-redux)

v2.2.4

27 Nov 05:50
34b8f08
Compare
Choose a tag to compare
  • fix(auth): signInWithEmailAndPassword is default for email auth unless it is not defined, then signInAndRetrieveDataWithEmailAndPassword is used - #467