Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jamesdaniels/angularfire2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a58b329
Choose a base ref
...
head repository: angular/angularfire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb99d8e
Choose a head ref
  • 14 commits
  • 370 files changed
  • 5 contributors

Commits on Dec 11, 2024

  1. More v19 enhancements (angular#3586)

    * Pending tasks and data-connect
    * Migrating to pendingUntilEvent
    * Starting to refactor test suite
    * Bumping eslint
    * Disabiling compat/firestore tests for now
    jamesdaniels authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    e18d8da View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Drop isSupported injection, bump rxfire (angular#3588)

    * Bump rxfire dep
    * Drop isSupported inject in favor of PLATFORM_ID test
    * Analytics is technically isPlatformBrowser rather than !isPlatformServer, prolly no diff
    jamesdaniels authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    6b1b0ca View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    01597da View commit details
    Browse the repository at this point in the history
  2. Adding more injector safety (angular#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
    jamesdaniels authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    45ccd39 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    bc926a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. fix(compat): correct injectors to fix issue with compat API on v19 (a…

    …ngular#3595)
    
    * fix: run inject in angular injection context
    * fix: pass injector to pendingUntilEvent pipe
    * TestBed for database test, inject env for Auth and RC
    
    ---------
    
    Co-authored-by: James Daniels <[email protected]>
    rosostolato and jamesdaniels authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    e567618 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Zone docs and switch to warnings (angular#3608)

    * Warn rather than error, thats trippin folk
    
    * Add doc on zone wrappers
    
    * Words
    jamesdaniels authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    8ce95bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. zone log verbosity (angular#3613)

    * Bunch of stuff
    * Bump firebase
    * Cleanup
    jamesdaniels authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    35e0a98 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    da4d2d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Bump action, bump minor (angular#3644)

    * Bump minor
    * Bump upload/download artifact
    jamesdaniels authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    ec4e3bd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Add AI package (angular#3650)

    * Bump to dependency on firebase 11.8.0 (currently a prerelease)
    * Add new AI entry
    
    ---------
    
    Co-authored-by: James Daniels <[email protected]>
    nohe427 and jamesdaniels authored May 14, 2025
    Configuration menu
    Copy the full SHA
    20bee94 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    61fde1b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Preparing v20 release (angular#3655)

    * Bump peers, bump version
    * Quick fix for build:jasmine
    * Remove upset test for now
    jamesdaniels authored May 30, 2025
    Configuration menu
    Copy the full SHA
    c1c6af9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. fix: Avoid handling promise rejections twice in stability helper (ang…

    …ular#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
    atscott authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    eb99d8e View commit details
    Browse the repository at this point in the history
Loading