@angular/cli
Advanced tools
Changelog
17.2.3 (2024-03-06)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
| 7cc8261fd | fix | avoid implicit CSS file extensions when resolving |
| 259ec72d5 | fix | avoid marking component styles as media with no output media directory |
| faffdfdce | fix | disable deployUrl
when using vite dev-server |
<a name="17.2.2"></a>
Changelog
17.2.2 (2024-02-28)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | 3394d3cf1 | fix | ensure all related stylesheets are rebuilt when an import changes |
<!-- CHANGELOG SPLIT MARKER --><a name="17.2.1"></a>
Changelog
17.2.1 (2024-02-22)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
| 9e7c47b59 | fix | allow mts
and cts
file replacement |
| f2a2e9287 | fix | provide Vite client code source map when loading |
<a name="17.2.0"></a>
Changelog
17.2.0 (2024-02-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| b3e206741 | feat | add support to bun
package manager |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| 03e1aa790 | feat | add support to bun
package manager |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
| 7f57123fd | feat | add define build option to application builder |
| f4f535653 | feat | add JSON build logs when using the application builder |
| b59f663e5 | feat | allow control of Vite-based development server prebundling |
| 8f47f1e96 | feat | provide default and abbreviated build target support for dev-server and extract-i18n |
| 7a12074dc | feat | provide option to allow automatically cleaning the terminal screen during rebuilds |
| 7c522aa87 | feat | support using custom postcss configuration with application builder |
| 476a68daa | fix | add output location in build stats |
| 5e6f1a9f4 | fix | avoid preloading server chunks |
| 41ea985f9 | fix | display server bundles in build stats |
| d493609d3 | fix | downgrade copy-webpack-plugin to workaround Node.js support issue |
| 8d5af1d5c | fix | ensure correct .html
served with Vite dev-server |
| 944cbcdb1 | fix | limit the number of lazy chunks visible in the stats table |
| 905e13633 | fix | support string as plugin option in custom postcss plugin config |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------- |
| da1c38c48 | fix | add bun
to known package managers |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| 600498f2c | feat | add support to bun
package manager |
<a name="17.1.4"></a>
Changelog
17.1.4 (2024-02-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
| 6d2168db9 | fix | prevent BOM errors in package.json
during ng update
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | bf42d6df2 | fix | bypass Vite prebundling for absolute URL imports |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.3"></a>
Changelog
17.1.3 (2024-02-08)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
| 3de3aa170 | fix | allow ./
baseHref when using vite based server |
| 17f47a3c9 | fix | ensure WebWorker main entry is used in output code |
<a name="17.1.2"></a>
Changelog
17.1.2 (2024-01-31)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
| 6815f13e3 | fix | add required
modules as externals imports |
| a0e306098 | fix | correctly handle glob negation in proxy config when using vite |
| 235c8403a | fix | handle regular expressions in proxy config when using Vite |
| 5332e5b2e | fix | resolve absolute output-path
when using esbuild based builders |
| 3deb0d4a1 | fix | return 404 for assets that are not found |
<a name="17.1.1"></a>