Skip to content

Releases: angular/angular-cli

v17.3.5

17 Apr 13:55
Compare
Choose a tag to compare

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

v17.3.4

11 Apr 15:49
Compare
Choose a tag to compare

17.3.4 (2024-04-11)

@angular-devkit/build-angular

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

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.