Skip to content

v3.0.0

Compare
Choose a tag to compare
@prescottprue prescottprue released this 12 Oct 09:19
489be8c

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 and firestoreConnect to using componentDidMount in place of componentWillMount which is deprecated in newer react versions (as described here)

More details available in the v3.0.0 roadmap