Skip to content

Releases: angular/angular-cli

v16.2.8

25 Oct 17:09

Choose a tag to compare

16.2.8 (2023-10-25)

@angular/cli

Commit Description
fix - 44275601b remove the need to specify --migrate-only when --name is used during ng update

v17.0.0-rc.0

19 Oct 11:55

Choose a tag to compare

v17.0.0-rc.0 Pre-release
Pre-release

17.0.0-rc.0 (2023-10-19)

@schematics/angular

Commit Description
fix - 6bed28640 change Twitter logo to X
fix - d60a6e86a noop workspace config migration when already executed

@angular-devkit/build-angular

Commit Description
fix - da4e19145 address a path concatenation on Windows
fix - 657f78292 avoid dev server update analysis when build fails with vite
fix - 0c982b993 avoid repeat error clear in vite development server
fix - 508c7606e do not print Angular is running in development mode. in the server console when running prerender in dev mode
fix - e817656f6 do not print Angular is running in development mode. in the server console when running prerender in dev mode
fix - 52f595655 ensure i18n locale data is included in SSR application builds
fix - 3e5a99c2c ensure recalculation of component diagnostics when template changes
fix - a3e9efe80 fully track Web Worker file changes in watch mode
fix - b9505ed09 generate a file containing a list of prerendered routes
fix - 58bd3971f process nested tailwind usage in application builder
fix - 263271fae resolve and load sourcemaps during prerendering to provide better stacktraces
fix - b78508fc8 several fixes to assets and files writes in browser-esbuild builder
fix - 6c3d7d1c1 update ssr option definition
fix - 34947fc64 use incremental component style bundling only in watch mode
perf - 49fe74e24 reduce CLI loading times by removing critters from critical path

v16.2.7

19 Oct 19:09

Choose a tag to compare

16.2.7 (2023-10-19)

@schematics/angular

Commit Description
fix - f1a0c3361 change Twitter logo to X

v17.0.0-next.9

12 Oct 08:32

Choose a tag to compare

v17.0.0-next.9 Pre-release
Pre-release

17.0.0-next.9 (2023-10-12)

@schematics/angular

Commit Description
feat - 3938863b9 add migration to migrate from @nguniversal to @angular/ssr

@angular-devkit/build-angular

Commit Description
fix - c12f98f94 conditionally enable deprecated Less stylesheet JavaScript support
fix - ac7caa426 ensure unique internal identifiers for inline stylesheet bundling
fix - 0da87bf1c limit concurrent output file writes with application builder

v17.0.0-next.8

11 Oct 11:59

Choose a tag to compare

v17.0.0-next.8 Pre-release
Pre-release

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

11 Oct 11:38

Choose a tag to compare

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

05 Oct 15:25

Choose a tag to compare

15.2.10 (2023-10-05)

@angular-devkit/build-angular

Commit Description
fix - 05213c95b update dependency postcss to v8.4.31

v14.2.13

05 Oct 15:02

Choose a tag to compare

14.2.13 (2023-10-05)

@angular-devkit/build-angular

Commit Description
fix - 1ca44dcd9 update dependency postcss to v8.4.31

v17.0.0-next.7

04 Oct 23:46

Choose a tag to compare

v17.0.0-next.7 Pre-release
Pre-release

17.0.0-next.7 (2023-10-04)

@schematics/angular

Commit Description
feat - dc6b6eaf6 add migration to replace usages of @nguniversal/builders
fix - 03a1eaf01 account for new block syntax in starter template
fix - e516a4bdb pass ssr option to application schematics
fix - 419b5c191 remove baseUrl from tsconfig.json
fix - 0368b23f2 use @types/node v18

@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

Commit Description
feat - dcf3fddff add performance profiler to CommonEngine

v16.2.5

04 Oct 21:56

Choose a tag to compare

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