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: 16.2.1
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: 16.2.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 5 contributors

Commits on Aug 31, 2023

  1. docs: updated the http tag with https

    (cherry picked from commit 26778bd)
    aanchal88 authored and alan-agius4 committed Aug 31, 2023
    Copy the full SHA
    c13ceea View commit details

Commits on Sep 5, 2023

  1. docs(@angular/cli): update outdated statement about CLI accepting cam…

    …elCase
    
    The Angular CLI does not accept camelCase args.
    
    (cherry picked from commit 99e153a)
    alan-agius4 authored and dgp1130 committed Sep 5, 2023
    Copy the full SHA
    f312c19 View commit details

Commits on Sep 6, 2023

  1. test: install specific npm version in npm version E2E test

    To avoid project installation errors when running the `npm-7` E2E test,
    the previous semver range of `>7.5.6` has been instead set to a fixed
    `8.0.0`. This ensures consistency within the test as now a known version
    of npm will be used.
    This E2E test started failing recently due to the release of npm 10 which
    some packages do not support via the `engines` field. This situation in
    turn caused project install failures when the new version of npm was attempted
    to be installed in the test.
    clydin authored and alan-agius4 committed Sep 6, 2023
    Copy the full SHA
    889338c View commit details

Commits on Sep 8, 2023

  1. docs: update statsJson application builder description

    The description was outdated.
    
    (cherry picked from commit b3b4787)
    alan-agius4 committed Sep 8, 2023
    Copy the full SHA
    7d0cebd View commit details

Commits on Sep 11, 2023

  1. docs: update @angular/pwa readme

    (cherry picked from commit 05b9ce5)
    HamdaanAliQuatil authored and alan-agius4 committed Sep 11, 2023
    Copy the full SHA
    3b5083b View commit details
  2. docs(@angular/cli): Add Puppeteer schematics to e2e command

    (cherry picked from commit 6eee74c)
    Lightning00Blade authored and alan-agius4 committed Sep 11, 2023
    Copy the full SHA
    275a9ba View commit details
  3. fix(@angular-devkit/build-angular): support dev server proxy pathRewr…

    …ite field in Vite-based server
    
    The development server proxy configuration file for Webpack supports a `pathRewrite` field that is
    not directly supported by the underlying Vite development server when using the application or esbuild-
    browser builders. To provide equivalent support, especially for JSON file-based proxy configurations,
    the `pathRewrite` field is now converted internally to a proxy `rewrite` function.
    
    (cherry picked from commit 7d3fd22)
    clydin authored and alan-agius4 committed Sep 11, 2023
    Copy the full SHA
    e3a40a4 View commit details

Commits on Sep 13, 2023

  1. Copy the full SHA
    37ee259 View commit details
Loading