Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: angular/angularfire

Tags

21.0.0-rc.0

Toggle 21.0.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep for AngularFire v21 (#3674)

- 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

20.0.1

Toggle 20.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Avoid handling promise rejections twice in stability helper (#3657)

`PendingTasks.run` reports rejections of the promise to the
`ErrorHandler`. This function already returns a promise that is meant to
be handled in the developer's application. If there _is_ handling there,
the rejection is handled both in the `PendingTasks.run` and in the
developer callsite.

This change updates the code to use `PendingTasks.add` instead, which
has no built in error handling mechanisms.

fixes angular/angular#61932

20.0.0

Toggle 20.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preparing v20 release (#3655)

* Bump peers, bump version
* Quick fix for build:jasmine
* Remove upset test for now

20.0.0-rc.0

Toggle 20.0.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preparing v20 release (#3655)

* Bump peers, bump version
* Quick fix for build:jasmine
* Remove upset test for now

19.2.0

Toggle 19.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
19.2.0 release (#3651)

19.1.0

Toggle 19.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump action, bump minor (#3644)

* Bump minor
* Bump upload/download artifact

19.0.0

Toggle 19.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
zone log verbosity (#3613)

* Bunch of stuff
* Bump firebase
* Cleanup

19.0.0-rc.5

Toggle 19.0.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Zone docs and switch to warnings (#3608)

* Warn rather than error, thats trippin folk

* Add doc on zone wrappers

* Words

19.0.0-rc.4

Toggle 19.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding more injector safety (#3590)

* 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

19.0.0-rc.3

Toggle 19.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow use of zone wrappers outside inejection context (#3589)

Morty Proxy This is a proxified and sanitized view of the page, visit original site.