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: fffab1c96e7be1e555aae59b25fb9b1c7b7f387e
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: 3999d7c30dae68247971491fcbb8c97bdbd2bcf3
Choose a head ref
  • 11 commits
  • 938 files changed
  • 4 contributors

Commits on Jun 5, 2024

  1. release: cut the v18.0.3 release

    dgp1130 committed Jun 5, 2024
    Copy the full SHA
    04077e3 View commit details

Commits on Jun 6, 2024

  1. refactor(@angular/cli): update aio links -> adev links

    Updates for all angular.io links to the new angular.dev domain. Additionally, adjustment to new resources where the equivalent does not exist on the new site (e.g. Tour of Heroes tutorial)
    
    (cherry picked from commit 434a374)
    celestius0 authored and alan-agius4 committed Jun 6, 2024
    Copy the full SHA
    5b78ff0 View commit details
  2. refactor: format bazel build files

    The formatter does not automatically fix these failures.
    
    (cherry picked from commit 60b7c13)
    alan-agius4 committed Jun 6, 2024
    Copy the full SHA
    27cb531 View commit details
  3. refactor: address lint issues

    Fix lint failures.
    alan-agius4 committed Jun 6, 2024
    Copy the full SHA
    a21b582 View commit details

Commits on Jun 7, 2024

  1. fix(@angular/build): issue warning when auto adding `@angular/localiz…

    …e/init`
    
    This commit introduces a warning for when the application builders automatically add the @angular/localize/init polyfill. The current approach has a drawback: the localize polyfill will always be included if it is found in a monorepo, even if an application does not use i18n.
    
    To address this, we will issue a warning to inform users about this behavior and encourage them to explicitly add the polyfill to their polyfills configuration.
    
    Additionally, this commit fixes an issue where the polyfill was not removed when using the build-time Angular i18n.
    
    (cherry picked from commit fbc6eb3)
    alan-agius4 committed Jun 7, 2024
    Copy the full SHA
    78c6117 View commit details

Commits on Jun 8, 2024

  1. fix(@angular/build): generate module preloads next to script elements…

    … in index HTML
    
    The `modulepreload` link elements for initial scripts are now generated next to the
    actual script elements that require the referenced preloaded scripts. This better
    represents the fetch priorities to the browser and also allows easier visual discovery
    of the relevant script related elements inside the index HTML.
    
    (cherry picked from commit 461e78f)
    clydin committed Jun 8, 2024
    Copy the full SHA
    20fc6ca View commit details

Commits on Jun 10, 2024

  1. fix(@angular/build): Initiate PostCSS only once

    Previously, PostCSS was initialized three times (once for each preprocessor), resulting in plugins being applied multiple times to each instance. This issue occured due to a race condition triggered by multiple esbuild plugins.
    
    Fixes #27804
    
    (cherry picked from commit f102f81)
    alan-agius4 authored and clydin committed Jun 10, 2024
    Copy the full SHA
    3a1bf5c View commit details

Commits on Jun 11, 2024

  1. refactor: replace custom promise-based setTimeout with native Node.js…

    … setTimeout
    
    In this commit, the custom implementation of a promise-based setTimeout function has been replaced with the native Node.js setTimeout function, which now returns a promise.
    
    (cherry picked from commit 4b95aec)
    alan-agius4 committed Jun 11, 2024
    Copy the full SHA
    9320b65 View commit details

Commits on Jun 13, 2024

  1. test: re-enable WTR test

    This was disabled due to an issue with Puppeteer and Bazel which has been resolved by a simple version update.
    
    (cherry picked from commit 9963417)
    dgp1130 authored and clydin committed Jun 13, 2024
    Copy the full SHA
    f1414a1 View commit details
  2. fix(@angular/build): do not reference sourcemaps in web workers and g…

    …lobal stylesheet bundles when hidden setting is enabled
    
    This commit addresses an issue where sourcemaps in web workers and global stylesheets were referenced despite the hidden setting being enabled.
    
    Closes: #27833
    (cherry picked from commit 8c37926)
    alan-agius4 authored and clydin committed Jun 13, 2024
    Copy the full SHA
    791ef80 View commit details
  3. Copy the full SHA
    3999d7c View commit details
Loading