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: 18.1.0
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: 18.1.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Jul 12, 2024

  1. fix(@angular-devkit/build-angular): skip undefined files when generat…

    …ing budget stats
    
    When the sourceMaps are enabled they are generating some files that are computed by the budget stats. Now the method `generateBudgetStats` skip when the file is undefined.
    
    (cherry picked from commit 9baae6e)
    squelix authored and alan-agius4 committed Jul 12, 2024
    Copy the full SHA
    4f6cee2 View commit details

Commits on Jul 15, 2024

  1. fix(@angular/build): remove Vite "/@id/" prefix for explicit external…

    … dependencies
    
    Adds a Vite plugin which will remove the /@id/ prefix (which gets inserted by Vite during import-analysis) for explicit externalDependencies.
    
    (cherry picked from commit 394f9ce)
    kfrederix authored and dgp1130 committed Jul 15, 2024
    Copy the full SHA
    96dc7e6 View commit details
  2. build: run async task in concurrent

    (cherry picked from commit f695274)
    sanjaiyan-dev authored and dgp1130 committed Jul 15, 2024
    Copy the full SHA
    7cafee5 View commit details

Commits on Jul 17, 2024

  1. fix(@angular/build): resolve only ".wasm" files

    (cherry picked from commit 855a4b8)
    ms-dosx86 authored and dgp1130 committed Jul 17, 2024
    Copy the full SHA
    bdef398 View commit details
  2. release: cut the v18.1.1 release

    dgp1130 committed Jul 17, 2024
    Copy the full SHA
    2601941 View commit details
Loading