Skip to content

Releases: angular/angularfire

19.0.0-rc.4

13 Dec 21:36
45ccd39
Compare
Choose a tag to compare
19.0.0-rc.4 Pre-release
Pre-release

What's Changed

  • Zone wrapper noops for our other helpers
  • Add a warning / error on potential Zone / hydration issues
  • Pass injection context to zoneWrapFn
  • Pass injection context into the Promise wrapper
  • beforeAuthStateChanged should not block

Full Changelog: 19.0.0-rc.3...19.0.0-rc.4

19.0.0-rc.3

13 Dec 04:05
01597da
Compare
Choose a tag to compare
19.0.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: 19.0.0-rc.2...19.0.0-rc.3

19.0.0-rc.2

12 Dec 21:22
6b1b0ca
Compare
Choose a tag to compare
19.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • No longer use the isSupported injection hack, rather rely on isPlatformBrowser/Server
  • Bump rxfire dependency

Full Changelog: 19.0.0-rc.1...19.0.0-rc.2

19.0.0-rc.1

11 Dec 04:54
e18d8da
Compare
Choose a tag to compare
19.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Add Data Connect provider
  • ZoneWrapper is no longer a singleton
  • RIP BlockUntilFirstOperator and keepUnstableUntilFirst we have PendingTasks and pendingUntilEvent now

This should allow stable SSR usage in Zoneless applications! 🥳

Full Changelog: 19.0.0-rc.0...19.0.0-rc.1

19.0.0-rc.0

20 Nov 04:30
a58b329
Compare
Choose a tag to compare
19.0.0-rc.0 Pre-release
Pre-release

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

Full Changelog: 18.0.1...19.0.0-rc.0

18.0.1

23 May 17:07
Compare
Choose a tag to compare

What's changed:

Full Changelog: 18.0.0...18.0.1

18.0.0

22 May 19:20
bfc27e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 17.1.0...18.0.0

18.0.0-rc.0

22 May 15:27
c866d08
Compare
Choose a tag to compare
18.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: 17.1.0...18.0.0-rc.0

17.1.0

14 May 19:27
827a717
Compare
Choose a tag to compare

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

Full Changelog: 17.0.1...17.1.0

17.0.1

11 Jan 17:43
73b40da
Compare
Choose a tag to compare
  • Allow use of firebase-tools v13 as a peer