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.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: 18.1.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 5, 2024

  1. fix(@angular/build): allow explicitly disabling TypeScript incrementa…

    …l mode
    
    If the TypeScript `incremental` option is explicitly set to `false`, the
    `application` builder will no longer attempt to enable and use incremental
    compilation mode via stored TypeScript build file information. This prevents
    an potential build time error that would otherwise occur due to the `tsBuildInfoFile`
    option being set without the `incremental` option.
    Behavior remains the same if the option is not present or set to `true`.
    
    (cherry picked from commit 182ecbd)
    clydin committed Aug 5, 2024
    Copy the full SHA
    f8b0927 View commit details

Commits on Aug 7, 2024

  1. fix(@angular/build): lazy load Node.js inspector for dev server

    The Node.js inspector will now only be imported if SSR is enabled and
    the `inspect` option is used. This prevents potential failures when a
    custom Node.js binary build is used that has not enabled inspector usage.
    While this is not common, loading the inspector on demand is a minimal
    change that also avoids loading code that will not be used for the majority
    of development server usage.
    
    (cherry picked from commit 34908a3)
    clydin committed Aug 7, 2024
    Copy the full SHA
    f3a5970 View commit details
  2. release: cut the v18.1.4 release

    clydin committed Aug 7, 2024
    Copy the full SHA
    5cbeede View commit details
Loading