Releases: angular/angularfire
Releases · angular/angularfire
5.2.0-rc.2
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
andfirebase.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
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
- firestore: Fix for builds targeting Node (#2079) (8a33826)
- storage: Typo in
updateMetadata
method (#2029) (6133296)
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
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
5.1.1
5.1.0
5.0.2
5.0.1
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
Bug Fixes
- firestore: Better handle enablePersistence failures, esp. for Universal (#1850) (334ba7b)
- firestore: Add document
get()
, the options argument forget()
should be optional, and subscriptions toget()
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
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)