Skip to content

Releases: angular/angular-cli

v17.2.2

28 Feb 22:12
Compare
Choose a tag to compare

17.2.2 (2024-02-28)

@angular-devkit/build-angular

Commit Description
fix - 3394d3cf1 ensure all related stylesheets are rebuilt when an import changes

v17.2.1

22 Feb 21:33
Compare
Choose a tag to compare

17.2.1 (2024-02-22)

@angular-devkit/build-angular

Commit Description
fix - 9e7c47b59 allow mts and cts file replacement
fix - f2a2e9287 provide Vite client code source map when loading

v17.2.0

14 Feb 20:19
Compare
Choose a tag to compare

17.2.0 (2024-02-14)

@schematics/angular

Commit Description
feat - 03e1aa790 add support to bun package manager

@angular/cli

Commit Description
feat - b3e206741 add support to bun package manager

@angular-devkit/build-angular

Commit Description
feat - 7f57123fd add define build option to application builder
feat - f4f535653 add JSON build logs when using the application builder
feat - b59f663e5 allow control of Vite-based development server prebundling
feat - 8f47f1e96 provide default and abbreviated build target support for dev-server and extract-i18n
feat - 7a12074dc provide option to allow automatically cleaning the terminal screen during rebuilds
feat - 7c522aa87 support using custom postcss configuration with application builder
fix - 476a68daa add output location in build stats
fix - 5e6f1a9f4 avoid preloading server chunks
fix - 41ea985f9 display server bundles in build stats
fix - d493609d3 downgrade copy-webpack-plugin to workaround Node.js support issue
fix - 8d5af1d5c ensure correct .html served with Vite dev-server
fix - 944cbcdb1 limit the number of lazy chunks visible in the stats table
fix - 905e13633 support string as plugin option in custom postcss plugin config

@angular-devkit/schematics

Commit Description
fix - da1c38c48 add bun to known package managers

@angular/create

Commit Description
feat - 600498f2c add support to bun package manager

v17.1.4

14 Feb 19:37
Compare
Choose a tag to compare

17.1.4 (2024-02-14)

@angular/cli

Commit Description
fix - 6d2168db9 prevent BOM errors in package.json during ng update

@angular-devkit/build-angular

Commit Description
fix - bf42d6df2 bypass Vite prebundling for absolute URL imports

v17.2.0-rc.0

08 Feb 19:46
Compare
Choose a tag to compare
v17.2.0-rc.0 Pre-release
Pre-release

17.2.0-rc.0 (2024-02-08)

@angular-devkit/build-angular

Commit Description
feat - 7f57123fd add define build option to application builder
feat - b59f663e5 allow control of Vite-based development server prebundling
feat - 7a12074dc provide option to allow automatically cleaning the terminal screen during rebuilds
fix - 2a25e06ea allow ./ baseHref when using vite based server
fix - 5e6f1a9f4 avoid preloading server chunks
fix - 8d5af1d5c ensure correct .html served with Vite dev-server
fix - 1aeeb7da0 ensure WebWorker main entry is used in output code

v17.1.3

08 Feb 18:52
Compare
Choose a tag to compare

17.1.3 (2024-02-08)

@angular-devkit/build-angular

Commit Description
fix - 3de3aa170 allow ./ baseHref when using vite based server
fix - 17f47a3c9 ensure WebWorker main entry is used in output code

v17.2.0-next.1

31 Jan 23:28
Compare
Choose a tag to compare
v17.2.0-next.1 Pre-release
Pre-release

17.2.0-next.1 (2024-01-31)

@schematics/angular

Commit Description
feat - 03e1aa790 add support to bun package manager

@angular/cli

Commit Description
feat - b3e206741 add support to bun package manager

@angular-devkit/build-angular

Commit Description
feat - f4f535653 add JSON build logs when using the application builder
feat - 7c522aa87 support using custom postcss configuration with application builder
fix - d6aea27db add required modules as externals imports
fix - 476a68daa add output location in build stats
fix - dbd3984f2 correctly handle glob negation in proxy config when using vite
fix - 41ea985f9 display server bundles in build stats
fix - 822e7a482 handle regular expressions in proxy config when using Vite
fix - 944cbcdb1 limit the number of lazy chunks visible in the stats table
fix - 37ffa5e4a resolve absolute output-path when using esbuild based builders

@angular/create

Commit Description
feat - 600498f2c add support to bun package manager

v17.1.2

31 Jan 21:22
Compare
Choose a tag to compare

17.1.2 (2024-01-31)

@angular-devkit/build-angular

Commit Description
fix - 6815f13e3 add required modules as externals imports
fix - a0e306098 correctly handle glob negation in proxy config when using vite
fix - 235c8403a handle regular expressions in proxy config when using Vite
fix - 5332e5b2e resolve absolute output-path when using esbuild based builders
fix - 3deb0d4a1 return 404 for assets that are not found

v17.2.0-next.0

25 Jan 08:30
Compare
Choose a tag to compare
v17.2.0-next.0 Pre-release
Pre-release

17.2.0-next.0 (2024-01-25)

@angular-devkit/build-angular

Commit Description
feat - 8f47f1e96 provide default and abbreviated build target support for dev-server and extract-i18n
fix - 8216b11b3 return 404 for assets that are not found

v17.1.1

24 Jan 15:16
Compare
Choose a tag to compare

17.1.1 (2024-01-24)

@schematics/angular

Commit Description
fix - 35ebf1efd retain trailing comma when adding providers to app config

@angular/cli

Commit Description
fix - 8ebb754c2 update regex to validate the project-name

@angular-devkit/build-angular

Commit Description
fix - 88de1da92 ENOENT: no such file or directory on Windows during component rebuild
fix - 4e2586aeb allow package file loader option with Vite prebundling
fix - aca1cfcda do not add internal CSS resources files in watch
fix - 53258f617 handle load event for multiple stylesheets and CSP nonces
fix - 412fe6ec6 pre-transform error when using vite with SSR
fix - 45dea6f44 provide actionable error message when server bundle is missing default export
fix - 4e2b23f03 update dependency vite to v5.0.12

@angular/ssr

Commit Description
fix - 02d9d84c5 handle load event for multiple stylesheets and CSP nonces