Releases: angular/angularfire
Releases · angular/angularfire
19.0.0-rc.0
What's Changed
- Allow use in Zoneless projects
- Depends on Angular v19, Firebase v11
- Now bundling schematics, this allows us to clean up some dependencies
- Drop locationId from the downloaded config on
ng add
, fixes #3556
What's left
Before we release v19 final we have a couple things to fix up
- Make sure Zoneless is working well with Angular SSR, better leverage PendingTasks
- Dust off the rxfire dependency, it's a little long in the tooth
- We marked a couple flaky FirestoreCollectionGroup tests as pending, we should sort those
- Codesplit the now bundled schematics, will shave ~2mb off the tarball
- Update samples and docs to v19
- Address any show stoppers encountered while testing
- Add an upgrade schematic to migrate from Firebase v10 => 11 and vertex-preview => vertex
New Contributors
- @mmalerba made their first contribution in #3543
- @DellaBitta made their first contribution in #3570
- @hsubox76 made their first contribution in #3577
Full Changelog: 18.0.1...19.0.0-rc.0
18.0.1
What's changed:
- Quick fix for missing exports #3536 by @jamesdaniels
Full Changelog: 18.0.0...18.0.1
18.0.0
What's Changed
- Support Angular 18 peers by @jamesdaniels in #3533 and #3534
Full Changelog: 17.1.0...18.0.0
18.0.0-rc.0
What's Changed
- Prepping for v18 release by @jamesdaniels in #3533
Full Changelog: 17.1.0...18.0.0-rc.0
17.1.0
What's Changed
- Real standalone providers by @robertIsaac in #3503
- Lots of updates to the documentation
- Updated the Firebase dependency
- Deprecation note on legacy ng-deploy
- Add a Vertex AI wrapper
@angular/fire/vertexai-preview
- Dropping ng-deploy setup from ng-add
New Contributors
- @jeremy-kunzhou made their first contribution in #3501
- @estrellajm made their first contribution in #3465
- @ahmetkizilay made their first contribution in #3434
- @keshavlingala made their first contribution in #3428
- @sasidharansd made their first contribution in #3412
- @lukeweston1234 made their first contribution in #3516
Full Changelog: 17.0.1...17.1.0
17.0.1
- Allow use of firebase-tools v13 as a peer
17.0.0
- Mark as compatible with ng@17
- Bump firebase dependency
- Add configurations to ng-deploy
- Utilize firebase-tools 13+
- Work arounds for bugs in firebase-tools
17.0.0-next.0
- Mark compatible with ng@next (v17)
16.0.0
We're now pinning to Angular's major versioning :) AngularFire v16 is compatible with Angular v16 and only Angular v16.
16.0.0-rc.0
Is this thing on? 😉