v3.0.0
All changes from v3.0.0 pre-release versions including:
- Hooks (
useFirebase
,useFirebaseConnect
,useFirestore
,useFirestoreConnect
) - huge thanks to @illuminist - Rebuild on stable React Context API
- Support react-redux v6 - #581
- Support for react strict mode - #564
- mproved bundle size support (should include way to audit size) - #573
- Support/Docs for stable react context API
- Switch
firebaseConnect
andfirestoreConnect
to usingcomponentDidMount
in place ofcomponentWillMount
which is deprecated in newer react versions (as described here)
More details available in the v3.0.0 roadmap