Skip to content

Tags: offgriddev/react-redux-firebase

Tags

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.11.0 (prescottprue#1149)

* feat(auth): support passwordless sign-in (prescottprue#857, prescottprue#1064) - @komachi
* fix(populate): take child param into account when populating (prescottprue#1083, prescottprue#1085) - @danielo515
* fix(docs): correctly redirect when auth does not exist in the routing example doc - @JonathanPorta
* chore(deps): bump ws in /examples/complete/typescript (prescottprue#1148)
* chore(deps): bump color-string in /examples/complete/typescript (prescottprue#1147)
* chore(deps): bump dns-packet in /examples/complete/typescript (prescottprue#1110)
* chore(deps): bump dns-packet in /examples/complete/firestore (prescottprue#1109)
* chore(deps): bump dns-packet in /examples/complete/simple (prescottprue#1108) 

Co-authored-by: Anton Nesterov <anton@nesterov.cc>
Co-authored-by: Daniel Rodríguez Rivero <rdanielo@gmail.com>
Co-authored-by: Jonathan Porta <jonathan@jonathanporta.com>

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.10.0 (prescottprue#1057)

* fix(query): do not dispatch duplicate events from already hooked listeners (prescottprue#995) - @tjokimie
* fix(dev-deps): update babel dependencies to 7.12.10

Co-authored-by: Tuomo Jokimies <tuomo.jokimies@gmail.com>

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.9.0 (prescottprue#1050)

* fix(auth): prevent throw in `logout` when database is not setup (prescottprue#1042) - @ssdns
* fix(types): fix `reloadAuth` argument type and duplicate of `endBefore` (prescottprue#1031) - @ MatthewDailey
* fix(types): fix argument type for `login` with credentials (prescottprue#1045) - @AlexanderArvidsson
* fix(types): add back `FirestoreStatics` to `ExtendedFirestoreInstance` (prescottprue#1030)
* fix(core): add deprecation message `enableLogging` config option
* chore(docs): add note about required rules for profile settings (prescottprue#1049)

Co-authored-by: Matthew Dailey <interactivexrobot@gmail.com>
Co-authored-by: Alexander Arvidsson <alexander@arvidson.nu>
Co-authored-by: shishido <ssdns@users.noreply.github.com>

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.8.1 (prescottprue#1029)

* fix(query): handle un-mounting with no listeners - prescottprue#1019
* fix(types): add types for `handleRedirectResult` and re-authenticate methods - prescottprue#987
* fix(types): add `populates` to query settings types - prescottprue#1027
* fix(ci): remove usage of set-env from publish workflow (deprecated)

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.8.0 (prescottprue#1025)

* feat(auth): enable claims without userProfile (prescottprue#1008) - @rscotten
* fix(types): add arguments to types for onAuthStateChanged (prescottprue#1018) - @AlexanderArvidsson
* fix(auth): dispatch proper error on reset password (prescottprue#1016) - @djejaquino
* fix(types) move static firestore interface to where it's implemented (prescottprue#1013) - @zozoens31
* feat(auth): add applyActionCode method (prescottprue#994) - @komachi

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>
Co-authored-by: Alexander Arvidsson <alexander@arvidson.nu>
Co-authored-by: Davi Aquino <djejaquino@users.noreply.github.com>
Co-authored-by: Cyrille Corpet <cyrille@corpet.net>
Co-authored-by: Anton Nesterov <anton@nesterov.cc>

v2.5.1

Toggle v2.5.1's commit message
chore(ci): add support for publishing to previous tag - prescottprue#969

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.7.0 (prescottprue#988)

* feat(populate): added support for `storeAs` when populating child from redux - @nagarjuna993
* fix(types): change `updateProfile` return type (prescottprue#975) - @nikitakost
* feat(auth): github OAuth provider option in login (prescottprue#986) - @davidepalazzo
* chore(deps): update babel dev dependencies to ^7.10.4

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.6.0 (prescottprue#966)

* feat(types): add database and firestore statics (prescottprue#957) - @msutkowski, @themindoverall, @phryneas
* feat(types): add type predicate to `isLoaded` (prescottprue#956) - @lukeKonopka
* chore(docs): formatting fixes in firestore docs section (prescottprue#959) - @gregfenton
* feat(docs): add firestore populate docs (prescottprue#954) - @harveychow

Co-authored-by: gregfenton <greg.fenton@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Chris Serino <themindoverall@gmail.com>
Co-authored-by: Harvey Chow <hchow83@gmail.com>
Co-authored-by: Luke Konopka <g00bm4n@gmail.com>

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.5.1 (prescottprue#951)

* fix(types): fix file blob type for uploadFile and uploadFiles (prescottprue#950) - @rscotten
* chore(docs): cleanup minor typo in useFirestoreConnect.md (prescottprue#949) - @gregfenton
* chore(tests): fix typo "merge" to "merges" in reducer test file (prescottprue#948) - @yukimurasawa
* chore(docs): remove note about populate not being supported in firestore (prescottprue#915)
* chore(examples): clarify explanation in `watchEvent` example snippet (prescottprue#910)
* chore(docs): add correct syntax highlighting to example in firestore.md
* chore(build): improve lint command
* chore(build): only require jsdoc comments in source

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>
Co-authored-by: gregfenton <greg.fenton@gmail.com>
Co-authored-by: yukimurasawa <yuki.murasawa0826@gmail.com>
Co-authored-by: yukimurasawa <yuki.murasawa.0826@gmail.com>