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: angular/angularfire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18.0.1
Choose a base ref
...
head repository: angular/angularfire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19.0.0
Choose a head ref
  • 17 commits
  • 379 files changed
  • 5 contributors

Commits on Jul 15, 2024

  1. Update test.yml

    Switch branch to main
    jamesdaniels authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    73e6a0e View commit details
    Browse the repository at this point in the history
  2. Update codeql-analysis.yml

    Switching to main branch
    jamesdaniels authored Jul 15, 2024
    1 Configuration menu
    Copy the full SHA
    831ab69 View commit details
    Browse the repository at this point in the history
  3. Revive samples/advanced and update it to latest Angular (#3543)

    * build: Update samples/advanced to Angular v14
    * build: Update samples/advanced to Angular v15
    * fix: Update firebase config for samples/advanced
    * fix: Update the config so permissions work
    * fix: Update remaining references to the old project ID
    * build: Update samples/advanced to Angular v16
    * build: Update samples/advanced to Angular v17
    * build: Update samples/advanced to Angular v18
    * build: update node version for samples/advanced
    
    ---------
    
    Co-authored-by: James Daniels <[email protected]>
    mmalerba and jamesdaniels authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5a8eeef View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. refactor: Replace Zone.scheduleMacroTask with ExperimentalPendingTasks (

    #3542)
    
    * refactor: Replace Zone.scheduleMacroTask with ExperimentalPendingTasks
    * lint: Fix pre-commit issues
    * fix: Guard access to global Zone in case it is undefined
    * build: Stop build reintroducing lint errors
    mmalerba authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f283d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add a zoneless configuration for samples/advanced (#3557)

    * Migrate samples/advanced to standalone
    * Add a zoneless configuration for samples/advanced
    mmalerba authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6982c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Oct 23, 2024

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

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. prep for v19 (#3578)

    * angular v19 peers
    * firebase v11
    * bundle schematics, remove unneeded deps
    * fix #3556
    jamesdaniels authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a58b329 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. More v19 enhancements (#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 (#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 (#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 (#…

    …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 (#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 (#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
Loading