Releases: prescottprue/react-redux-firebase
Releases · prescottprue/react-redux-firebase
v3.0.0-alpha.7
- 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
- feat(auth): exposing
handleRedirectResultfor react-firebaseui - #608 - @dirathea - fix(firestoreConnect): fix invalid
propTypesonfirestoreConnect- #611 & redux-firestore 165
v3.0.0-alpha.5
- fix(context): fix misspelled
defaultProponReactReduxFirebaseProvider- #564 - feat(docs): add codesandbox example link to
README.md
v3.0.0-alpha.4
v2.2.6
v3.0.0-alpha.3
- fix(firestoreConnect): remove remaining usage of old context pattern - #594
- fix(HOCs): add displayName to
firebaseConnectandfirestoreConnect
v2.2.5
v3.0.0-alpha.2
- fix(firebaseConnect): switch context to Consumer instead of Provider - #589 - @Rizzet
v3.0.0-alpha
- feat(HOCs): switch
firestoreConnectandfirebaseConnectto usecomponentDidMountovercomponentWillMount- #564 - feat(core): New react context API working with HOCs (
firebaseConnect,firestoreConnectwithFirebase, andwithFirestore) - #581 - feat(core): support
react-reduxv6 by removing usage ofcontext.store(used to be added byProviderfromreact-redux) - feat(core): Added
ReactReduxFirebaseContextandReduxFirestoreContext(with associated providersReactReduxFirebaseProviderReduxFirestoreProviderrespectively) - fix(core): shrink build sizes considerably by adding
babel-preset-minify- #573 - feat(deps): update
hoist-non-react-staticsto^3.1.0 - feat(deps): upgrade to
babel^7 - feat(deps): Update to
webpack^4(along withwebpack-cli) - feat(deps): update react peer dependency to
^16.4for new Context API (matchesreact-redux)