Angular CLI Versions Save

CLI tool for Angular

18.0.0-next.2

2 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

2 weeks ago

@schematics/angular

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

18.0.0-next.1

3 weeks 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

3 weeks 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

3 weeks 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

3 weeks ago

15.2.11 (2024-03-25)

@angular-devkit/build-angular

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

18.0.0-next.0

4 weeks ago

18.0.0-next.0 (2024-03-21)

@schematics/angular

Commit Description
feat - f452589e2 use TypeScript bundler module resolution for new projects

@angular/cli

Commit Description
feat - ac3019570 add ng dev alias to ng serve
refactor - c7b208555 remove support for Node.js versions <18.19.1 and <20.11.1

@angular-devkit/build-angular

Commit Description
fix - ee9ec2301 Internal server error: Invalid URL when using a non localhost IP
fix - 8a54875cb handle wrapping of class expressions emitted by esbuild
refactor - 97973059e remove Sass legacy implementation

@angular-devkit/schematics

Commit Description
refactor - 797584583 deprecate NodePackageLinkTask

Breaking Changes

@angular/cli

  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

@angular-devkit/build-angular

  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

Deprecations

@angular-devkit/schematics

  • NodePackageLinkTask in @angular-devkit/schematics. A custom task should be created instead.

17.3.1

4 weeks ago

17.3.1 (2024-03-20)

@schematics/angular

Commit Description
fix - 198ca9afc improve Sass format clarity for application style option

@angular-devkit/build-angular

Commit Description
fix - 2809971a5 only generate server directory when SSR is enabled
fix - 3f601a14e typo in allowedHosts warning for unsupported vite options
perf - 79c44adac avoid transforming empty component stylesheets
perf - cc3167f30 reduce build times for apps with a large number of components when utilizing esbuild-based builders

17.3.0

1 month ago

17.3.0 (2024-03-13)

@schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder
fix - 3821344da ensure proper display of build logs in the presence of warnings or errors
fix - de2d05049 provide better error message when server option is required but missing

17.3.0-rc.0

1 month ago

17.3.0-rc.0 (2024-03-06)

@schematics/angular

Commit Description
feat - 5ab71fc92 update CSS/Sass import/use specifiers in application migration

@angular-devkit/build-angular

Commit Description
feat - 9ca3a5450 add deployUrl to application builder