Angular CLI Versions Save

CLI tool for Angular

18.0.0-next.3

2 weeks ago

18.0.0-next.3 (2024-04-17)

@angular/cli

Commit Description
refactor - 03eee0545 remove ng doc command

@angular-devkit/build-angular

Commit Description
feat - 83d1d233a enhance Sass rebasing importer for resources URL defined in variables and handling of external paths
feat - d51cb598a inject event-dispatch in SSR HTML page
fix - 1c3ff61db address Unable to deserialize cloned data issue with Yarn PnP
fix - 2acf95a94 do not generate an index.html file in the browser directory when using SSR.
fix - afa76bb36 ensure esbuild-based builders exclusively produce ESM output
fix - 43816a5b2 remove type="text/css" from style tag

Breaking Changes

@angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    

17.3.5

2 weeks ago

17.3.5 (2024-04-17)

@angular-devkit/build-angular

Commit Description
fix - 6191d06ca address Unable to deserialize cloned data issue with Yarn PnP
fix - 0335d6a5d remove type="text/css" from style tag

17.3.4

3 weeks ago

17.3.4 (2024-04-11)

@angular-devkit/build-angular

Commit Description
fix - 1128bdd64 ensure esbuild-based builders exclusively produce ESM output

16.2.14

3 weeks ago

16.2.14 (2024-04-11)

@angular-devkit/build-angular

Commit Description
fix - 1068c3c73 update vite to 4.5.3

18.0.0-next.2

4 weeks ago

18.0.0-next.2 (2024-04-03)

@schematics/angular

Commit Description
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
fix - 157329384 add spaces around eventCoalescing option

17.3.3

1 month ago

@schematics/angular

Commit Description
fix - a673baf5c Revert "fix(@schematics/angular): rename SSR port env variable"

18.0.0-next.1

1 month ago

18.0.0-next.1 (2024-03-28)

@schematics/angular

Commit Description
feat - 6530aa11b replace assets with public directory
fix - 950a44521 rename SSR port env variable

@angular-devkit/build-angular

Commit Description
fix - e22d6771d ensure proper resolution of linked SCSS files
fix - c71e954a2 service-worker references non-existent named index output

17.3.2

1 month ago

17.3.2 (2024-03-25)

@schematics/angular

Commit Description
fix - 935f931ee rename SSR port env variable

@angular-devkit/build-angular

Commit Description
fix - c9d436000 Internal server error: Invalid URL when using a non localhost IP
fix - 59fba38ec ensure proper resolution of linked SCSS files
fix - 27dd8f208 service-worker references non-existent named index output
fix - c12907d92 update webpack-dev-middleware to 6.1.2

16.2.13

1 month ago

16.2.13 (2024-03-25)

@angular-devkit/build-angular

Commit Description
fix - 5ad507e3d update webpack-dev-middleware to 6.1.2

15.2.11

1 month ago

15.2.11 (2024-03-25)

@angular-devkit/build-angular

Commit Description
fix - c6feb0bb0 update webpack-dev-middleware to 6.1.2