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: 20.1.3
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: 20.1.4
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 25, 2025

  1. build: update bazel dependencies

    See associated pull request for more information.
    
    (cherry picked from commit 2f5a23c)
    angular-robot authored and jkrems committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    f7b6160 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. refactor(@angular/build): update MCP best practices guide content

    The best practices guide that is provided by the Angular CLI's MCP server
    has been updated with the latest available content.
    
    (cherry picked from commit 48d7a03)
    clydin committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0489fe7 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): skip vite transformation of CSS-like assets

    This change ensures that Vite's CSS transformation is only applied to actual stylesheets and not assets.
    
    Closes #30792
    
    (cherry picked from commit 7a18373)
    alan-agius4 committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    42d72ef View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. fix(@angular/cli): skip workspace-specific tools when outside a works…

    …pace
    
    When the MCP server is initialized outside of an Angular workspace, workspace-specific tools such as  should not be registered as they will not function correctly.
    
    (cherry picked from commit 193b394)
    clydin committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    2d753cc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

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