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.2
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.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 29, 2024

  1. fix(@angular/build): resolve error with extract-i18n builder for li…

    …braries
    
    The `extract-i18n` builder is only intended to be used with application projects.
    
    Closes #28109
    
    (cherry picked from commit 0466fb7)
    alan-agius4 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c0933f2 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): add CSP nonce attribute to script tags when in…

    …line critical CSS is disabled
    
    Prior to this change when inline critical CSS is disabled CSP `nonce` was not added to script tags.
    
    Closes #28102
    
    (cherry picked from commit 636cb69)
    alan-agius4 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a28615d View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): prevent build failures with remote CSS imports w…

    …hen Tailwind is configured
    
    This addresses a bug where `@import url()` statements with remote CSS files (ending in .css) caused build errors when Tailwind was present. The issue arised from incorrect handling of remote URLs by the stylesheet plugin, which treated them as local files. This fix ensures proper handling of remote CSS imports.
    
    Closes #28113
    
    (cherry picked from commit 7d52941)
    alan-agius4 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    747a144 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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