Skip to content

Releases: angular/angular-cli

v17.3.9

29 Aug 23:07
Compare
Choose a tag to compare

17.3.9 (2024-08-29)

@angular-devkit/build-angular

Commit Description
fix - e2c5c034d clear context in Karma by default for single run executions
fix - 88501f3d5 upgrade webpack to 5.94.0

v16.2.15

29 Aug 22:25
Compare
Choose a tag to compare

16.2.15 (2024-08-29)

@angular-devkit/build-angular

Commit Description
fix - f596a3d5d clear context in Karma by default for single run executions
fix - 56fa051bd upgrade webpack to 5.94.0

v19.0.0-next.2

28 Aug 21:34
Compare
Choose a tag to compare
v19.0.0-next.2 Pre-release
Pre-release

19.0.0-next.2 (2024-08-28)

@schematics/angular

Commit Description
feat - a381a3db1 add option to export component as default

@angular/ssr

Commit Description
feat - 30c25bf68 export AngularAppEngine as public API
feat - 4b09887a9 move CommonEngine API to /node entry-point
fix - d43180af5 add missing peer dependency on @angular/platform-server

Breaking Changes

@angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';

    After

    import { CommonEngine } from '@angular/ssr/node';

v19.0.0-next.1

22 Aug 17:27
Compare
Choose a tag to compare
v19.0.0-next.1 Pre-release
Pre-release

19.0.0-next.1 (2024-08-22)

@schematics/angular

Commit Description
fix - 7992218a9 remove declaration and sourceMap from default tsconfig

@angular-devkit/build-angular

Commit Description
fix - 0b161bc76 remove outdated browser-esbuild option warning
refactor - e40384e63 remove deprecated browserTarget

@angular-devkit/core

Commit Description
refactor - 0d8a1006d remove deprecated fileBuffer function in favor of stringToFileBuffer

@angular/build

Commit Description
fix - 71c06c69f improve error message when an unhandled exception occurs during prerendering
fix - 6b544f70e support reading on-disk files during i18n extraction
refactor - d6a34034d remove automatic addition of @angular/localize/init polyfill and related warnings

@angular/ssr

Commit Description
feat - 9692a9054 improve handling of aborted requests in AngularServerApp

Breaking Changes

@angular-devkit/build-angular

  • The browserTarget option has been removed from the DevServer and ExtractI18n builders. buildTarget is to be used instead.

@angular-devkit/core

  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@angular/build

  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.

v18.2.1

21 Aug 11:29
Compare
Choose a tag to compare

18.2.1 (2024-08-21)

@angular-devkit/schematics-cli

Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure

@angular/cli

Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure

@angular-devkit/build-angular

Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning

@angular/build

Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction

v19.0.0-next.0

14 Aug 21:25
Compare
Choose a tag to compare
v19.0.0-next.0 Pre-release
Pre-release

19.0.0-next.0 (2024-08-14)

@angular-devkit/schematics-cli

Commit Description
feat - 37693c40e add package manager option to blank schematic
fix - 73c243796 prevent bypassing select/checkbox prompts on validation failure

@angular/cli

Commit Description
fix - c5ed0b124 prevent bypassing select/checkbox prompts on validation failure

@angular/ssr

Commit Description
feat - bca568389 dynamic route resolution using Angular router
feat - 3c9697a8c introduce new hybrid rendering API

v18.2.0

14 Aug 18:50
Compare
Choose a tag to compare

18.2.0 (2024-08-14)

@schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

07 Aug 21:48
Compare
Choose a tag to compare
v18.2.0-rc.0 Pre-release
Pre-release

18.2.0-rc.0 (2024-08-07)

@angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.1.4

07 Aug 19:07
Compare
Choose a tag to compare

18.1.4 (2024-08-07)

@angular/build

Commit Description
fix - f8b092711 allow explicitly disabling TypeScript incremental mode
fix - f3a5970fc lazy load Node.js inspector for dev server

v18.2.0-next.3

31 Jul 11:49
Compare
Choose a tag to compare
v18.2.0-next.3 Pre-release
Pre-release

18.2.0-next.3 (2024-07-31)

@angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured
fix - 0466fb74a resolve error with extract-i18n builder for libraries