Skip to content

Releases: angular/angularfire

21.0.0-rc.0

21.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 26 Nov 05:30
ac3dd7c

What's Changed

  • Bump all Angular dependencies to ^21.0.0 build to ~0.2100.0
  • Bump firebase to next major
  • Drop vertexai
  • Lots of lint and tsconfig drama
  • Unbork Github Actions

I fully expect I broke something, there were a lot of build / lint issues with this major. Just need to get the ball rolling here now that all the deps are out. Will publish an update to rxfire to fix the peer conflict.

Full Changelog: 20.0.1...21.0.0-rc.0

20.0.1

Choose a tag to compare

@jamesdaniels jamesdaniels released this 12 Jun 15:58
eb99d8e

What's Changed

  • fix: Avoid handling promise rejections twice in stability helper by @atscott in #3657

New Contributors

Full Changelog: 20.0.0...20.0.1

20.0.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 03 Jun 18:17
c1c6af9

What's Changed

  • Peer on Angular v20
  • Peer on firebase-tools v14

Full Changelog: 19.2.0...20.0.0

20.0.0-rc.0

20.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 30 May 18:22
c1c6af9

What's Changed

  • Peer on Angular v20
  • Peer on firebase-tools v14

Full Changelog: 19.2.0...20.0.0-rc.0

19.2.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 20 May 16:56
61fde1b

What's Changed

  • Add @angular/fire/ai entry for Firebase AI by @nohe427 in #3650

New Contributors

Full Changelog: 19.1.0...19.2.0

19.1.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 09 Apr 03:23
ec4e3bd

What's Changed

New Contributors

Full Changelog: 19.0.0...19.1.0

19.0.0

Choose a tag to compare

@jamesdaniels jamesdaniels released this 16 Jan 19:56
35e0a98

What's Changed

  • Single sample application—demonstrating the modular SDK in a Zoneless SSR application with code-splitting on @defer
  • Now logging zone warnings about instability when using AngularFire outside of an injection context
  • Added docs on application instability
  • Bumped Angular, Firebase, and other dependencies
  • Now bundling CLI dependencies

Added

  • Support for Angular v19
  • Support for Zoneless Angular applications
  • Add setLogLevel to control Zone log verbosity
  • @angular/fire/data-connect entry point

Breaks

  • Dropped BlockUntilFirstOperator and keepUnstableUntilFirst in favor of Angular's PendingTasks and pendingUntilEvent, this should only be an improvement but requires AngularFire APIs be called in an Injection Context to be able to zone-wrap properly
  • ZoneWrapper and other AngularFire providers are no longer singletons, this allows better functionality with concurrent SSR
  • Drop isSupported injection hack in favor of testing Angular's PLATFORM_ID, this shouldn't affect most developers but you may need to manually check isSupported if you're targeting browsers that don't support Firebase SDKs e.g, Messaging on older versions of Safari
  • Renamed vertex-preview entry to vertex

New Contributors

Full Changelog: 18.0.1...19.0.0

19.0.0-rc.5

19.0.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 10 Jan 19:33
8ce95bf

What's Changed

New Contributors

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

19.0.0-rc.4

19.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 13 Dec 21:36
45ccd39

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

19.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@jamesdaniels jamesdaniels released this 13 Dec 04:05
01597da

What's Changed

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