Skip to content

Releases: angular/angularfire

5.2.0-rc.2

30 May 15:27
Compare
Choose a tag to compare
5.2.0-rc.2 Pre-release
Pre-release

In this latest release candidate, we've addressed several issues found in RC 1.

  • ng add now installs dependencies required for the schematic, ng deploy, and functionality of AngularFire. This allowed us to move all the new dependencies to peers, reducing the chance of version conflicts.
  • ng add is now more permissive in the format of existing .firebaserc and firebase.json files
  • All the packages indicate their side effects
  • Dropped the peer requirements on Angular 8.0-rcs now that they're stable

5.2.0-rc.1

25 May 23:23
Compare
Choose a tag to compare
5.2.0-rc.1 Pre-release
Pre-release

AngularFire 5.2 introduces support for Angular 8 and version 6 of the Firebase SDK.

Discussions on the release candidates are being held here, please let us know if you see any bugs / regressions.

Bug Fixes

Features

  • performance: AngularFire Performance Monitoring (#2064) (2469e77)
  • auth-guard: AngularFire Auth Guards (#2016) (e32164d)
  • firestore: Added option to include document IDs on valueChanges() (#1976) (7108875)
  • firestore: Support Firestore Collection Group Queries (#2066) (c34c0f3)
  • functions: Allow configuration of Functions Emulator Origin (#2017) (d12b4c5)
  • schematics: ng deploy schematic (#2046) (be0a1fb)
  • firestore: path on AngularFirestoreCollection's .doc is optional (#1974) (c2354f8)

5.1.3

01 May 22:03
454eac3
Compare
Choose a tag to compare
fix(): FirebaseApp Class should not implement app.App (#2060)

While giving us a bit more type safety in development, implementing
app.App allows the Firebase JS SDK to break our builds in minor
releases. Which has bit us more than once.

I do not believe this is worth keeping around any longer.

Fixes #2059

5.1.2

11 Mar 21:30
Compare
Choose a tag to compare

Bug Fixes

  • afs: No longer pull in the depreciated timestampsInSnapshots setting for Firebase 5.8 (#2013) (5df31c3)

5.1.1

29 Nov 22:21
Compare
Choose a tag to compare

Bug Fixes

  • functions: Fix the default Functions region bug #1945

5.1.0

22 Oct 23:20
Compare
Choose a tag to compare

Features

  • core: Support Angular 7 without peer dependency warnings (ed92c45)
  • afs: Support Firebase 5.5 and Firestore PersistenceSettings (a9cf1ca)
  • functions: Support region configuration via FunctionsRegionToken (8901617)

5.0.2

21 Sep 19:59
Compare
Choose a tag to compare

Bug Fixes

  • messaging: Fix for the binding issue and onTokenRefresh for Messaging (e170da1)

5.0.1

11 Sep 19:57
1bd8dbb
Compare
Choose a tag to compare

Version 5.0.1 has been released for the deprecated angularfire2 NPM library; this simply re-exports everything from @angular/fire; allowing you to use either angularfire2 or @angular/fire in your imports and package.json.

It will have it's dependency pinned to the corresponding minor and will be released alongside future @angular/fire releases for the rest of the 5.x series.

5.0.0

06 Sep 22:59
91ec37e
Compare
Choose a tag to compare

Bug Fixes

  • firestore: Better handle enablePersistence failures, esp. for Universal (#1850) (334ba7b)
  • firestore: Add document get(), the options argument for get() should be optional, and subscriptions to get() should be run in the Angular Zone(#1849) (185943f)

Breaking changes

5.0 is now final and we're published under @angular/fire.

npm i --save firebase @angular/fire

5.0.0-rc.12

27 Aug 05:54
Compare
Choose a tag to compare

Bug Fixes

  • afs: Gracefully handle duplicate emissions on modified/deleted (#1825) (76ff6c1)
  • core: If an AngularFire observable was empty or threw, it could block Universal rendering (#1832) (36a8ff8)
  • core: Fix for the Firebase ES export problems in Node (#1821) (f1014ee)
  • storage: Fix for zone issues on downloadURL and metadata, which blocked Universal rendering (#1835) (441607a)

Features