@angular-devkit/build-angular
Advanced tools
Changelog
17.3.11 (2024-10-23)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
| 8bad9cee0 | fix | update http-proxy-middleware
to 2.0.7
|
<a name="19.0.0-next.12"></a>
Changelog
19.0.0-next.12 (2024-10-21)
Protractor is no longer supported.
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------- | | 62877bdf2 | refactor | remove Protractor builder and schematics |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 1654acf0f | fix | relax constraints on external stylesheet component id |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- | | 44077f54e | fix | designate package as side-effect free |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0-next.11"></a>
Changelog
19.0.0-next.11 (2024-10-16)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | | 755f3a07f | feat | add option to setup new workspace or application as zoneless mode | | fcf7443d6 | fix | explicitly set standalone:false | | a68e832ae | fix | update browserslist config to include last 2 Android major versions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
| b6951f448 | feat | add sass
to stylePreprocessorOptions
in application builder |
| 816e3cb86 | feat | enable component stylesheet hot replacement by default |
| 7d883a152 | feat | introduce ssr.experimentalPlatform
option |
| c48d6947e | feat | set development/production condition |
| 13b65dfe1 | fix | allow direct bundling of TSX files with application builder |
| 5f473affc | fix | avoid race condition in sass importer |
| af52fb49b | fix | synchronize import/export conditions between bundler and TypeScript |
| bfa8fec9b | fix | use named export reqHandler
for server.ts request handling |
<a name="18.2.9"></a>
Changelog
18.2.9 (2024-10-16)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | | 237f7c5d0 | fix | update browserslist config to include last 2 Android major versions |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | d749ba6a3 | fix | allow direct bundling of TSX files with application builder | | b91c82d89 | fix | avoid race condition in sass importer |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0-next.10"></a>
Changelog
19.0.0-next.10 (2024-10-09)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
| 292a4b7c2 | feat | update app-shell and ssr schematics to adopt new Server Rendering API |
| 6dbfc770b | fix | add validation for component and directive class name |
| 7de93e593 | fix | include index.csr.html
in resources asset group |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------- | | ab6e19e1f | fix | handle main field |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------- |
| 549c20a93 | fix | Ctrl + C
not terminating dev-server with SSR |
| 1d9db138f | fix | always generate a new hash for optimized chunk |
| 7c50ba9e2 | fix | ensure index.csr.html
is always generated when prerendering or SSR are enabled |
| 1bb68ba68 | fix | move lmdb to optionalDependencies |
| 9233e5ef4 | fix | show error message when error stack is undefined |
| 6c618d495 | fix | update logic to support both internal and external SSR middlewares |
<a name="18.2.8"></a>
Changelog
18.2.8 (2024-10-09)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
| b522002ff | fix | add validation for component and directive class name |
| dfd2d5c05 | fix | include index.csr.html
in resources asset group |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
| 9445916f9 | fix | Ctrl + C
not terminating dev-server with SSR |
| 9b5cfaa8c | fix | always generate a new hash for optimized chunk |
<a name="19.0.0-next.9"></a>
Changelog
19.0.0-next.9 (2024-10-02)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- | | 0a4ef3026 | feat | karma-coverage w/ app builder | | dcbdca85c | feat | karma+esbuild+watch | | 9d7613db9 | fix | zone.js/testing + karma + esbuild |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- |
| f63072668 | feat | utilize ssr.entry
during prerendering to enable access to local API routes |
| ecfb2b261 | fix | add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements |
| 87a90afd4 | fix | incomplete string escaping or encoding |
| c0b76e337 | fix | separate Vite cache by project |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- |
| 50df63196 | fix | improve handling of route mismatches between Angular server routes and Angular router |
| 64c52521d | fix | show error when multiple routes are set with RenderMode.AppShell
|
| 12ff37adb | perf | cache generated inline CSS for HTML |
<a name="18.2.7"></a>
Changelog
18.2.7 (2024-10-02)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | | 3f98193d6 | fix | support single quote setting in JetBrains IDEs |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- |
| 8274184e1 | fix | add animate
to valid self-closing elements |
| 2648e811e | fix | add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements |
| 736e126e4 | fix | separate Vite cache by project |
<a name="19.0.0-next.8"></a>