v3.0.0-alpha.13
Pre-release
Pre-release
·
152 commits
to next
since this release
- feat(types): add types for hooks including
useFirestore,useFirebase,useFirestoreConnect,useFirebaseConnect- #653 - fix(types): make scopes optional in
credentials- #671 - fix(docs): remove v2 auth ready docs from v3 docs - #676
- fix(providers): prevent unwanted re-initialization when parent component updates - #725 - @illuminist
- fix(profile): pass
updateProfileoptions to action - #701 - @cruzdanilo - fix(firebaseConnect): remove
dispatchfrom reserved props list - #675, #700 - feat(types): improve types for
withFirestoreandwithFirebase - feat(types): added
ExtendedFirebaseInstanceandExtendedFirestoreInstancetypes - feat(examples): update typescript example to use hooks
- fix(firestoreConnect): add error for passing of reserved props
firebaseandfirestorewhen usingfirestoreConnect - feat(types): add typing for firebase queries used in
firebaseConnectanduseFirebaseConnect - fix(types): fix spelling of initialize in types
- feat(docs): add api docs pages for context providers and new hooks api
- feat(docs): automatically find files for doc generation instead of having a constant that needs updating
- feat(core): add uglify and lodash plugins to webpack build to shrink bundle build size