-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Releases: angular/angular-cli
Releases · angular/angular-cli
v18.1.0
18.1.0 (2024年07月10日)
@schematics/angular
Commit | Description |
---|---|
fix - 22e05dcb4 | generate new projects with ECMAScript standard class field behavior |
@angular/cli
Commit | Description |
---|---|
fix - 6d266c146 | add fallbacks for migration package resolution |
@angular/build
Commit | Description |
---|---|
feat - 687a6c7ec | add --inspect option to the dev-server |
feat - 628d87a94 | support WASM/ES Module integration proposal |
fix - 3e359da8d | address rxjs undefined issues during SSR prebundling |
fix - 4ff914a16 | allow additional module preloads up to limit |
fix - fb8e3c39a | allow top-level await in zoneless applications |
fix - 83b75af9f | check inlineSourceMap option with isolated modules optimization |
fix - cd97134a6 | normalize paths during module resolution in Vite |
fix - 13d2100dd | read WASM file from script location on Node.js |
fix - 3091956f5 | support import attributes in JavaScript transformer |
perf - dd94a831b | enable dependency prebundling for server dependencies |
perf - 3acb77683 | use direct transpilation with isolated modules |
Assets 2
1 person reacted
v18.1.0-rc.1
v18.1.0-rc.1
Pre-release
Pre-release
18.1.0-rc.1 (2024年07月03日)
@angular/cli
Commit | Description |
---|---|
fix - 6c0f60d1b | make ng update to keep newline at the end of package.json |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 1eb36e593 | reduce the number of max workers to available CPUs minus one |
fix - c6fc0203e | rollback terser to 5.29.2 |
@angular/build
Commit | Description |
---|---|
feat - 628d87a94 | support WASM/ES Module integration proposal |
fix - fb8e3c39a | allow top-level await in zoneless applications |
fix - 5ec724338 | correctly name entry points to match budgets |
fix - cd97134a6 | normalize paths during module resolution in Vite |
fix - 27bd67083 | redirect to path with trailing slash for asset directories |
fix - e8a6d6bc4 | reduce the number of max workers to available CPUs minus one |
fix - 3091956f5 | support import attributes in JavaScript transformer |
Assets 2
2 people reacted
v18.0.7
18.0.7 (2024年07月03日)
@angular/cli
Commit | Description |
---|---|
fix - 67bf90131 | make ng update to keep newline at the end of package.json |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 9b43ecbd0 | reduce the number of max workers to available CPUs minus one |
fix - 03dad6806 | rollback terser to 5.29.2 |
@angular/build
Commit | Description |
---|---|
fix - fc928f638 | correctly name entry points to match budgets |
fix - 2d51e8607 | redirect to path with trailing slash for asset directories |
fix - 16f1c1e01 | reduce the number of max workers to available CPUs minus one |
Assets 2
1 person reacted
v18.1.0-rc.0
v18.1.0-rc.0
Pre-release
Pre-release
18.1.0-rc.0 (2024年06月26日)
@angular/build
Commit | Description |
---|---|
fix - 3e359da8d | address rxjs undefined issues during SSR prebundling |
fix - 1e8fd70c6 | show JavaScript cache store initialization warning |
Assets 2
v18.0.6
18.0.6 (2024年06月26日)
@angular/build
Commit | Description |
---|---|
fix - 98a8a8a78 | show JavaScript cache store initialization warning |
Assets 2
v18.1.0-next.3
v18.1.0-next.3
Pre-release
Pre-release
18.1.0-next.3 (2024年06月20日)
@schematics/angular
Commit | Description |
---|---|
fix - e3b8b780b | update schematics to use RouterModule when --routing flag is present |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - fb2981dc4 | use istanbul-lib-instrument directly for karma code coverage |
@angular/build
Commit | Description |
---|---|
fix - c0ceddf78 | add CSP nonce to script with src tags |
fix - 2324d5a2e | automatically resolve .mjs files when using Vite |
fix - dd0704927 | use Node.js available parallelism for default worker count |
Assets 2
1 person reacted
v18.0.5
18.0.5 (2024年06月20日)
@schematics/angular
Commit | Description |
---|---|
fix - 5c705e800 | update schematics to use RouterModule when --routing flag is present |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 86e031dc7 | use istanbul-lib-instrument directly for karma code coverage |
@angular/build
Commit | Description |
---|---|
fix - bdd168f37 | add CSP nonce to script with src tags |
fix - 405c14809 | automatically resolve .mjs files when using Vite |
fix - 7360a346e | use Node.js available parallelism for default worker count |
Assets 2
2 people reacted
v18.1.0-next.2
v18.1.0-next.2
Pre-release
Pre-release
18.1.0-next.2 (2024年06月13日)
@angular/cli
Commit | Description |
---|---|
fix - 6d266c146 | add fallbacks for migration package resolution |
@angular/build
Commit | Description |
---|---|
fix - 4ff914a16 | allow additional module preloads up to limit |
fix - 8c379269e | do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled |
fix - 461e78f3e | generate module preloads next to script elements in index HTML |
fix - f102f815e | Initiate PostCSS only once |
fix - fbc6eb322 | issue warning when auto adding @angular/localize/init |
Assets 2
5 people reacted
v18.0.4
18.0.4 (2024年06月13日)
@angular/build
Commit | Description |
---|---|
fix - 791ef809d | do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled |
fix - 20fc6ca05 | generate module preloads next to script elements in index HTML |
fix - 3a1bf5c8a | Initiate PostCSS only once |
fix - 78c611754 | issue warning when auto adding @angular/localize/init |
Assets 2
4 people reacted
v18.1.0-next.1
v18.1.0-next.1
Pre-release
Pre-release
18.1.0-next.1 (2024年06月05日)
@schematics/angular
Commit | Description |
---|---|
fix - 22e05dcb4 | generate new projects with ECMAScript standard class field behavior |
@angular/cli
Commit | Description |
---|---|
fix - ce8b5a3a7 | add schema.json options to parsed command, also when a version is passed to ng add <package>@<version> |
@angular/build
Commit | Description |
---|---|
feat - 687a6c7ec | add --inspect option to the dev-server |
fix - 86a07237e | disable JS transformer persistent cache on web containers |
fix - a5fc020e6 | watch all related files during a Sass error |
perf - dd94a831b | enable dependency prebundling for server dependencies |
perf - 3acb77683 | use direct transpilation with isolated modules |
Assets 2
1 person reacted