-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Releases: angular/angularfire
Releases · angular/angularfire
21.0.0-rc.0
@jamesdaniels
jamesdaniels
ac3dd7c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
21.0.0-rc.0
Pre-release
Pre-release
What's Changed
- Bump all Angular dependencies to
^21.0.0build 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
Assets 2
19 people reacted
20.0.1
@jamesdaniels
jamesdaniels
eb99d8e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
20.0.0
@jamesdaniels
jamesdaniels
c1c6af9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
10 people reacted
20.0.0-rc.0
@jamesdaniels
jamesdaniels
c1c6af9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
20.0.0-rc.0
Pre-release
Pre-release
Assets 2
19.2.0
@jamesdaniels
jamesdaniels
61fde1b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
19.1.0
@jamesdaniels
jamesdaniels
ec4e3bd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
1 person reacted
19.0.0
@jamesdaniels
jamesdaniels
35e0a98
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
setLogLevelto control Zone log verbosity @angular/fire/data-connectentry point
Breaks
- Dropped
BlockUntilFirstOperatorandkeepUnstableUntilFirstin favor of Angular'sPendingTasksandpendingUntilEvent, this should only be an improvement but requires AngularFire APIs be called in an Injection Context to be able to zone-wrap properly ZoneWrapperand other AngularFire providers are no longer singletons, this allows better functionality with concurrent SSR- Drop
isSupportedinjection hack in favor of testing Angular'sPLATFORM_ID, this shouldn't affect most developers but you may need to manually checkisSupportedif you're targeting browsers that don't support Firebase SDKs e.g, Messaging on older versions of Safari - Renamed
vertex-previewentry tovertex
New Contributors
- @mmalerba made their first contribution in #3543
- @DellaBitta made their first contribution in #3570
- @hsubox76 made their first contribution in #3577
- @rosostolato made their first contribution in #3595
Full Changelog: 18.0.1...19.0.0
Contributors
DellaBitta, hsubox76, and 2 other contributors
Assets 2
23 people reacted
19.0.0-rc.5
@jamesdaniels
jamesdaniels
8ce95bf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
19.0.0-rc.5
Pre-release
Pre-release
What's Changed
- fix(compat): correct injectors to fix issue with compat API on v19 by @rosostolato in #3595
- Switch the zone console errors to warnings by @jamesdaniels in #3608
New Contributors
- @rosostolato made their first contribution in #3595
Full Changelog: 19.0.0-rc.4...19.0.0-rc.5
Assets 2
8 people reacted
19.0.0-rc.4
@jamesdaniels
jamesdaniels
45ccd39
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
beforeAuthStateChangedshould not block
Full Changelog: 19.0.0-rc.3...19.0.0-rc.4
Assets 2
11 people reacted
19.0.0-rc.3
@jamesdaniels
jamesdaniels
01597da
This commit was created on GitHub.com and signed with GitHub’s verified signature.
19.0.0-rc.3
Pre-release
Pre-release
What's Changed
- Allow use of zone wrappers outside injection context by @jamesdaniels in #3589
Full Changelog: 19.0.0-rc.2...19.0.0-rc.3
Assets 2
3 people reacted