Skip to content

Tags: slash-dev/react-redux-firebase

Tags

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>

v3.5.0

Toggle v3.5.0's commit message

Verified

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

* feat(storage): upload file metadata to existing firestore document (prescottprue#936) - @JonnyBoy333
* chore(deps): update babel dev dependencies to 7.10.1
* feat(ci): add creating of release to publish workflow

Co-authored-by: Jon <jonnylamb@gmail.com>

v3.4.0

Toggle v3.4.0's commit message
v3.4.0 (prescottprue#928)

* chore(ci): add package version check stage to prevent failed builds if version is already released
* feat(types): generic types for firestore methods (prescottprue#920) - @puppybits
* fix(types): use correct import for react in types (prescottprue#927) - @loginov-rocks
* chore(types): remove unused AppTypes import

Co-authored-by: Bobby <bobby@getfiskal.com>
Co-authored-by: Danila Loginov <danila@loginov.rocks>

v3.3.1

Toggle v3.3.1's commit message

Verified

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

* fix(types): add type for `profileFactory` config option (prescottprue#917)
* fix(types): prevent type error in combineReducers by adding generic type for Schema (prescottprue#906) - @rscotten 

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>

v3.3.0

Toggle v3.3.0's commit message

Verified

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

* fix(types): use correct type order for reducer schema - @rscotten (prescottprue#888)
* fix(deps): update prettier to v1.10.0 to v2.0.0
* fix(deps): update eslint from v4.8.0 to v6.8.0
* fix(deps): update dev dependencies including eslint plugins

Co-authored-by: Richard Scotten <rscotten@users.noreply.github.com>