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.0.5
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.0.6
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 21, 2024

  1. refactor(@angular/build): include Angular compiler plugin in private API

    Add `createCompilerPlugin` function to the private export of the package.
    Note that these are not considered part of the public API and
    are intended for use only with the `@angular-devkit/build-angular` package.
    
    (cherry picked from commit 438b530)
    clydin authored and alan-agius4 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    00d4db8 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): show JavaScript cache store initialization warning

    If the persistent cache store for the JavaScript transformations fails
    to initialize, a warning will now be shown to better explain the outcome
    and to allow the build to continue. The build will still complete without
    the cache but may be slower to finish.
    
    (cherry picked from commit 1e8fd70)
    clydin committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    98a8a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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