Releases: green-arrow/react-firestore
Releases · green-arrow/react-firestore
v1.0.1
06 Apr 22:33
Compare
Sorry, something went wrong.
No results found
1.0.1 (2019-04-06)
Bug Fixes
Firebase: Only set timestampsInSnapshots when explicitly set (#42 ) (e75e03d )
v1.0.0
09 Mar 21:23
Compare
Sorry, something went wrong.
No results found
1.0.0 (2019-03-09)
Code Refactoring
context: Switch to new React context API (#40 ) (5f4d581 )
BREAKING CHANGES
context: This requires you to use React >= 16.3.
Make sure to upgrade your react and react-dom dependencies to be at least 16.3 or greater!
v0.10.3
21 Nov 19:06
Compare
Sorry, something went wrong.
No results found
0.10.3 (2018-11-21)
Bug Fixes
FirestoreProvider: return the firestore database instance instead of settings. (#35 ) (9b00fdf ), closes #32 #34
v0.10.2
13 Nov 13:39
Compare
Sorry, something went wrong.
No results found
0.10.2 (2018-11-13)
Bug Fixes
FirestoreProvider: Fix error with applying settings to firestore (b5e65d3 ), closes #33
v0.10.1
12 Nov 15:03
Compare
Sorry, something went wrong.
No results found
0.10.1 (2018-11-12)
Bug Fixes
FirestoreProvider: Added prop to use timestamps in snapshots for Firestore > v5.5.0 (#32 ) (c5dbbbc )
v0.10.0
01 Oct 20:20
Compare
Sorry, something went wrong.
No results found
0.10.0 (2018-10-01)
Features
FirestoreDocument: Add support for error thrown when document doen't exist (#30 ) (dafa65a )
v0.9.0
28 Aug 21:16
Compare
Sorry, something went wrong.
No results found
0.9.0 (2018-08-28)
Features
Firestore: Expose firestore query errors for FirestoreCollection and FirestoreDocument when errors occur (#26 ) (d78f4b3 )
v0.8.1
07 Jun 14:22
Compare
Sorry, something went wrong.
No results found
0.8.1 (2018-06-07)
Bug Fixes
Proptypes: Allow numbers and objects in filters (#19 ) (b90f528 ), closes #16
v0.8.0
07 May 12:51
Compare
Sorry, something went wrong.
No results found
0.8.0 (2018-05-07)
Features
FirestoreCollection and FirestoreDocument: add the 'children' prop as another rendering method (#15 ) (0c3be00 ), closes #14
v0.7.0
19 Mar 21:44
Compare
Sorry, something went wrong.
No results found
0.7.0 (2018-03-19)
Features
update firestore listener when props change (#10 ) (48cb1bf )