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

Commits on Jun 20, 2024

  1. release: cut the v18.0.5 release

    clydin committed Jun 20, 2024
    Copy the full SHA
    e6ec5a4 View commit details

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
    Copy the full SHA
    00d4db8 View commit details
  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
    Copy the full SHA
    98a8a8a View commit details

Commits on Jun 26, 2024

  1. release: cut the v18.0.6 release

    dgp1130 committed Jun 26, 2024
    Copy the full SHA
    2b9c14a View commit details
Loading