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

Commits on Jul 18, 2024

  1. fix(@angular/build): prevent redirection loop

    Added handling to ensure trailing slashes on static files do not disregard query strings.
    
    Closes #28071
    
    (cherry picked from commit 6d69375)
    alan-agius4 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d868270 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix(@angular/build): account for HTML base HREF for dev-server externals

    When adjusting URLs to support explicit external dependencies when using Vite,
    the workaround will now account for the presence of a base HREF value within
    the specifier. Vite will automatically add the base HREF as a prefix to the
    path when specified. This previously resulted in invalid specifiers due to
    the partial removal of the Vite specific `@id` path prefix.
    
    (cherry picked from commit 37a2138)
    clydin committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5b9378a View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): serve HTML files directly

    Ensure direct requests to HTML files result in them being served.
    
    Closes #28063
    
    (cherry picked from commit 11a140b)
    alan-agius4 authored and clydin committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3573ac6 View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): correctly detect comma in Sass URL lexer

    The Sass rebasing lexer was incorrectly checking for a comma in certain
    cases previously. This has now been corrected and url usage that immediately
    follows a comma within a rule will now be extracted as expected.
    
    (cherry picked from commit 8ff687d)
    clydin committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3e4ea77 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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