Skip to content

Releases: angular/angular-cli

v16.2.14

11 Apr 15:07
Compare
Choose a tag to compare

16.2.14 (2024-04-11)

@angular-devkit/build-angular

Commit Description
fix - 1068c3c73 update vite to 4.5.3

v18.0.0-next.2

03 Apr 16:33
Compare
Choose a tag to compare
v18.0.0-next.2 Pre-release
Pre-release

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

v17.3.3

02 Apr 20:41
Compare
Choose a tag to compare

@schematics/angular

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

v18.0.0-next.1

28 Mar 21:58
Compare
Choose a tag to compare
v18.0.0-next.1 Pre-release
Pre-release

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

v17.3.2

25 Mar 14:18
Compare
Choose a tag to compare

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

v16.2.13

25 Mar 14:11
Compare
Choose a tag to compare

16.2.13 (2024-03-25)

@angular-devkit/build-angular

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

v15.2.11

25 Mar 14:03
Compare
Choose a tag to compare

15.2.11 (2024-03-25)

@angular-devkit/build-angular

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

v18.0.0-next.0

21 Mar 15:20
Compare
Choose a tag to compare
v18.0.0-next.0 Pre-release
Pre-release

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.

v17.3.1

20 Mar 23:20
Compare
Choose a tag to compare

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

v17.3.0

13 Mar 23:44
Compare
Choose a tag to compare

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