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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69173a6
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f70ef5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. fix(@angular/build): ensure accurate content length for server assets

    Adjusts the server assets to use the original content length
    
    Closes #28832
    
    (cherry picked from commit 4d437ec)
    alan-agius4 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    74461da View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix(@angular/ssr): handle baseHref that start with ./

    Updated function to support handling `baseHref` starting with './' path correctly.
    
    (cherry picked from commit 8c534da)
    alan-agius4 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8bd2b26 View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/build): add initial infrastructure to support inlin…

    …e template HMR
    
    The Angular AOT compilation logic for a rebuild has been updated to include
    infrastructure for additional checks of stale TypeScript files against updated
    files. The actual comparison aspects have not yet been implement and no behavior
    changes are yet present for template HMR.
    
    (cherry picked from commit 96d604f)
    clydin committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    919f5b9 View commit details
    Browse the repository at this point in the history
  3. refactor(@angular/build): adjust code to propagate errors from Piscina

    Ensure that errors occurring during initialization are properly propagated,
    as Piscina currently swallows errors during worker initialization.
    For more details, see:
    https://github.com/piscinajs/piscina/blob/b64747233446ca4271e6aed744a740f637e278a5/src/worker.ts#L57
    
    (cherry picked from commit a6eaf2f)
    alan-agius4 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a87b1e View commit details
    Browse the repository at this point in the history
  4. test: add end-to-end tests for SSR setup

    This commit introduces end-to-end (e2e) tests to validate the server-side rendering (SSR) setup.
    
    (cherry picked from commit 83b32a6)
    alan-agius4 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3a1c95e View commit details
    Browse the repository at this point in the history
  5. fix(@angular-devkit/build-angular): use stylePreprocessorOptions

    The `stylePreprocessorOptions` were ignored, meaning that `silenceDeprecations`, for example,
    was not used when building tests.
    
    (cherry picked from commit a9a871c)
    cexbrayat authored and dgp1130 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b63123f View commit details
    Browse the repository at this point in the history
  6. fix(@angular/build): use sha256 instead of sha-256 as hash algori…

    …thm name
    
    Stackblitz appears to fail when attempting to use `crypto.createHash` with
    an algorithm value of `sha-256`. Since Node.js supports both the hyphenated
    and unhyphenated values, the later is now used to avoid issues when running
    on Stackblitz.
    
    (cherry picked from commit 1ded0b7)
    clydin committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1b4dced View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f70ef5 View commit details
    Browse the repository at this point in the history
Loading