Releases: angular/angular-cli
Releases Β· angular/angular-cli
v17.0.0-next.8
17.0.0-next.8 (2023εΉ΄10ζ11ζ₯)
@angular-devkit/build-angular
Commit |
Description |
feat - c48982dc1 |
add buildTarget option to dev-server and extract-i18n builders |
feat - 1fb0350eb |
add initial support for bundle budgets to esbuild builders |
feat - 91019bde2 |
enable localize support for SSR with application builder |
feat - 49f07a84d |
standardize application builder output structure |
feat - 9e425308a |
support component style budgets in esbuild builders |
feat - 771e036d5 |
support deploy URL option for browser-esbuild builder |
fix - 2c33f09db |
avoid dev-server proxy rewrite normalization when invalid value |
fix - 667f43af6 |
correctly resolve polyfills when baseUrl URL is not set to root |
fix - 3ad028bb4 |
ensure localize polyfill and locale specifier are injected when not inlining |
fix - 1f73bcc49 |
ensure Web Worker code file is replaced in esbuild builders |
fix - 968ee3428 |
fully downlevel async/await when using vite dev-server with caching enabled |
fix - 8981d8c35 |
improve sharing of TypeScript compilation state between various esbuild instances during rebuilds |
perf - 99d9037ee |
only perform a server build when either prerendering, app-shell or ssr is enabled |
perf - 223a82f5f |
use incremental bundling for component styles in esbuild builders |
Deprecations
@angular-devkit/build-angular
- The
browserTarget
in the dev-server and extract-i18n builders have been deprecated in favor of buildTarget
.
v16.2.6
16.2.6 (2023εΉ΄10ζ11ζ₯)
@angular-devkit/build-angular
Commit |
Description |
fix - c6ea25626 |
fully downlevel async/await when using vite dev-server with caching enabled |
v15.2.10
15.2.10 (2023εΉ΄10ζ05ζ₯)
@angular-devkit/build-angular
v14.2.13
14.2.13 (2023εΉ΄10ζ05ζ₯)
@angular-devkit/build-angular
v17.0.0-next.7
17.0.0-next.7 (2023εΉ΄10ζ04ζ₯)
@schematics/angular
@angular-devkit/build-angular
Commit |
Description |
feat - fd62a9315 |
support i18n with service worker and app-shell with esbuild builders |
feat - 5898f72a9 |
support namedChunks option in application builder |
fix - 2d2e79921 |
clean up internal Angular state during rendering SSR |
fix - 83020fc32 |
clear diagnostic cache when external templates change with esbuild builders |
fix - 26456b93d |
do not print Angular is running in development mode. in the server console when using dev-server |
fix - 0c20cc4dc |
re-add TestBed compileComponents in schematics to support defer block testing |
@angular/ssr
v16.2.5
16.2.5 (2023εΉ΄10ζ04ζ₯)
@angular-devkit/build-angular
Commit |
Description |
fix - 933358186 |
do not print Angular is running in development mode. in the server console when using dev-server |
fix - 493bd3906 |
update dependency postcss to v8.4.31 |
v17.0.0-next.6
17.0.0-next.6 (2023εΉ΄09ζ27ζ₯)
@angular/cli
Commit |
Description |
fix - f4e7fa873 |
add @angular/ssr as part of the ng update packageGroup |
@schematics/angular
@angular-devkit/build-angular
@angular/ssr
Commit |
Description |
fix - 8d033841d |
enable prerender and ssr for all build configuration |
Breaking Changes
@schematics/angular
ng g interceptor
now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the --no-functional
command flag should be used.
v16.2.4
16.2.4 (2023εΉ΄09ζ27ζ₯)
@schematics/angular
Commit |
Description |
fix - 5dc7fb1a1 |
update @angular/cli version specifier to use ^ |
v17.0.0-next.5
17.0.0-next.5 (2023εΉ΄09ζ20ζ₯)
@angular-devkit/build-angular
@ngtools/webpack
Breaking Changes
- Versions of TypeScript older than 5.2 are no longer supported.
v16.2.3
16.2.3 (2023εΉ΄09ζ20ζ₯)
@angular-devkit/build-angular
Commit |
Description |
fix - 39643bee1 |
correctly re-point RXJS to ESM on Windows |
fix - d8d116b31 |
several windows fixes to application builder prerendering |
@ngtools/webpack