Skip to content

Releases: angular/angularfire

5.2.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 31 May 19:11
8e5a995

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

Bug Fixes

  • firestore: Fix for builds targeting Node (#2079) (8a33826)
  • storage: Typo in updateMetadata method (#2029) (6133296)
  • messaging: Allow AngularFireMessaging to be included in a server build (#1938) (9b870a9)

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.2.0-rc.3

5.2.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 31 May 09:21

This release candidate fixes errors that arise when you include either AngularFirePerformance or AngularFireMessaging in a server build.

  • Making AngularFirePerformance lazy and replacing the dynamic import with empty() in the UMD
  • Replacing dynamic import of firebase/messaging with empty() in the UMD, fixes #1938

5.2.0-rc.2

5.2.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 30 May 15:27

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

5.2.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 25 May 23:23

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

Choose a tag to compare

@jamesdaniels jamesdaniels released this 01 May 22:03
454eac3
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

Choose a tag to compare

@jamesdaniels jamesdaniels released this 11 Mar 21:30

Bug Fixes

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

5.1.1

Choose a tag to compare

@jamesdaniels jamesdaniels released this 29 Nov 22:21

Bug Fixes

  • functions: Fix the default Functions region bug #1945

5.1.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 22 Oct 23:20

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

Choose a tag to compare

@jamesdaniels jamesdaniels released this 21 Sep 19:59

Bug Fixes

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

5.0.1

Choose a tag to compare

@jamesdaniels jamesdaniels released this 11 Sep 19:57
1bd8dbb

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.