Skip to content

Releases: angular/angularfire

6.1.5-rc.5

18 May 06:37
Compare
Choose a tag to compare
6.1.5-rc.5 Pre-release
Pre-release
Look for bluebird

6.1.5-rc.4

18 May 06:15
Compare
Choose a tag to compare
6.1.5-rc.4 Pre-release
Pre-release
Cleaned up the schematics more

6.1.5-rc.3

18 May 04:37
Compare
Choose a tag to compare
6.1.5-rc.3 Pre-release
Pre-release
Cleaning up the ng-add command a bit

6.1.5-rc.2

18 May 03:31
Compare
Choose a tag to compare
6.1.5-rc.2 Pre-release
Pre-release
Add changelog, add timer to ng-add

6.1.5-rc.1

18 May 03:12
Compare
Choose a tag to compare
6.1.5-rc.1 Pre-release
Pre-release
Update the mock

6.1.5-rc.0

18 May 00:34
Compare
Choose a tag to compare
6.1.5-rc.0 Pre-release
Pre-release

Support Angular 12 peer

6.1.4

03 Dec 22:39
Compare
Choose a tag to compare

Bug Fixes

  • storage: firebase.default typing issue with Firebase v7 (#2703) (984006d)
  • storage: snapshotChanges should return a success snapshot (#2704) (972aa85)
  • analytics: no longer error when included in SSR or when using Firebase v7 (#2701) (da8c660)

6.1.3

30 Nov 17:17
Compare
Choose a tag to compare

Bug Fixes

  • afs: allow stateChanges and auditLog to emit blank arrays at first (21442f0)

6.1.2

24 Nov 18:55
Compare
Choose a tag to compare

Bug Fixes

  • afs: document's actions should have appropriate types (#2683) (d36544f)
  • afs: fixing the metadata in snapshotChanges and more (#2670) (d5dbe99)
  • afs: stateChanges and auditLog correctly emit metadata changes (#2684) (fce594b)
  • analytics: screen tracking will no longer fail on broken routes (#2678) (ae26b35), closes #2677
  • auth: removed the shareReplay from auth and addressed Zone.js issues (#2682) (059547b), closes #2681
  • core: ensure the UMDs are importing things correctly for the lazy modules (#2676) (6817bcc)
  • core: try/catch the HMR/DI warning (#2687) (1530112)
  • storage: unsubscribing from the upload progress will not cancel and added replay (#2688) (d845cdd), closes #2685

6.1.1

19 Nov 00:21
Compare
Choose a tag to compare

Bug Fixes

  • afs: fix regression keeping one from overriding collection.doc type (#2668) (22e2883)
  • core: fix the instance cache logic (#2667) (7f89643)
  • storage: error state not represent in UploadTaskSnapshot (#2665) (2ce41aa)