Skip to content

v3.0.0-alpha.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@prescottprue prescottprue released this 13 Jul 07:23
· 152 commits to next since this release
068ad3f
  • 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 updateProfile options to action - #701 - @cruzdanilo
  • fix(firebaseConnect): remove dispatch from reserved props list - #675, #700
  • feat(types): improve types for withFirestore and withFirebase
  • feat(types): added ExtendedFirebaseInstance and ExtendedFirestoreInstance types
  • feat(examples): update typescript example to use hooks
  • fix(firestoreConnect): add error for passing of reserved props firebase and firestore when using firestoreConnect
  • feat(types): add typing for firebase queries used in firebaseConnect and useFirebaseConnect
  • 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