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/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18.2.4
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.2.5
Choose a head ref
  • 19 commits
  • 29 files changed
  • 16 contributors

Commits on Sep 11, 2024

  1. docs: add Playwright to E2E tools (#57734)

    docs: alphabetisize list
    
    PR Close #57734
    Skn0tt authored and thePunderWoman committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5846d13 View commit details
    Browse the repository at this point in the history
  2. docs: use correct example (#57783)

    PR Close #57783
    langxyzxyz authored and thePunderWoman committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9bf60b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    fab6462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    156f0d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix(migrations): account for explicit standalone: false in migration (#…

    …57803)
    
    Fixes that the standalone migration was duplicating the `standalone` flag if the declaration was `standalone: false`.
    
    PR Close #57803
    crisbeto authored and pkozlowski-opensource committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5c86694 View commit details
    Browse the repository at this point in the history
  2. docs: Update guide for version 18 - unclear (possibly incorrect?) ins…

    …truction for opting out of caching HTTP requests that require authentication (#57799)
    
    PR Close #57799
    Suryaprakash1024 authored and pkozlowski-opensource committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d5a27b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. docs: fix typo in requirements for NG8106 (#57772)

    "Configuration requirements" referred to the wrong diagnostic (`invalidBananaInBox`)
    likely due to a copy-paste error
    
    PR Close #57772
    P4 authored and pkozlowski-opensource committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b6dc274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2189990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e16b8a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd97054 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. docs: add fork url in contribution guidelines for new contributors (#…

    …57837)
    
    Clicking a clickable repo url in the contribution guide would make it simpler for new contributors to find the repository
    PR Close #57837
    Ingila185 authored and pkozlowski-opensource committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c0b4986 View commit details
    Browse the repository at this point in the history
  2. build: update github/codeql-action action to v3.26.7 (#57843)

    See associated pull request for more information.
    
    PR Close #57843
    angular-robot authored and pkozlowski-opensource committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dbd697c View commit details
    Browse the repository at this point in the history
  3. fix(core): Handle @let declaration with array when `preparingForHydra…

    …tion` (#57816)
    
    Before this commit, `@let` decleration with an array where  mistaken for a component in the lView and throwing an unexpected error.
    
    This commit fixes this.
    
    PR Close #57816
    JeanMeche authored and pkozlowski-opensource committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    76709d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. build: update dependency @inquirer/prompts to v6 (#57830)

    update dependency @inquirer/prompts to v6
    
    PR Close #57830
    josephperrott authored and pkozlowski-opensource committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7fdb479 View commit details
    Browse the repository at this point in the history
  2. fix(compiler-cli): extended diagnostics not validating ICUs (#57845)

    The visitor that all extended diagnostics are based on hadn't implemented the `visitIcu` method which meant that it wasn't detecting any code inside of them.
    
    Fixes #57838.
    
    PR Close #57845
    crisbeto authored and pkozlowski-opensource committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e685ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d19174 View commit details
    Browse the repository at this point in the history
  4. docs: add redirect for pipes guide (#57706)

    cherry-pick of #57681 that should have targeted `main`. This commit also fixes the wild card redirection
    
    PR Close #57706
    JeanMeche authored and pkozlowski-opensource committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b5d70b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0365f38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f96a34 View commit details
    Browse the repository at this point in the history
Loading