@angular-devkit/core
Advanced tools
Changelog
18.2.12 (2024-11-14)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | c3925ed7f | fix | support default options for multiselect list x-prompt |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | c8bee8415 | fix | allow .js file replacements in all configuration cases | | 93f552112 | fix | improve URL rebasing for hyphenated Sass namespaced variables |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0-rc.1"></a>
Changelog
19.0.0-rc.1 (2024-11-06)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | b847d4460 | fix | recommend optional application update migration during v19 update |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------- | | b1504c3bc | fix | component spec with export default |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- | | 2ec877dd0 | fix | handle basename collisions | | 43e7aae22 | fix | remove double-watch in karma | | 1e37b5939 | fix | serve assets |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------- |
| ecaf870b5 | fix | always clear dev-server error overlay on non-error result |
| 71534aadc | fix | check referenced files against native file paths |
| fed31e064 | fix | correctly use dev-server hmr option to control stylesheet hot replacement |
| b86bb080e | fix | disable dev-server websocket when live reload is disabled |
| efb2232df | fix | ensure accurate content size in server asset metadata |
| 18a8584ea | fix | ensure SVG template URLs are considered templates with external stylesheets |
| 7502fee28 | fix | Exclude known --import
from execArgv when spawning workers |
| c41529cc1 | fix | handle APP_BASE_HREF
correctly in prerendered routes |
| cf0228b82 | fix | skip wildcard routes from being listed as prerendered routes |
| c8e1521a2 | fix | workaround Vite CSS ShadowDOM hot replacement |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------- |
| 74b3e2d51 | fix | add validation to prevent use of provideServerRoutesConfig
in browser context |
| df4e1d360 | fix | enable serving of prerendered pages in the App Engine |
| 3cf7a5223 | fix | initialize the DI tokens with null
to avoid requiring them to be set to optional |
| f460b91d4 | perf | integrate ETags for prerendered pages |
<a name="19.0.0-rc.0"></a>
Changelog
19.0.0-rc.0 (2024-10-30)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- |
| 4e2a5fe15 | fix | enable opt-in for new @angular/ssr
feature |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------- | | 476f94f51 | fix | fix --watch regression in karma |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
| 06e5176c2 | fix | add warning when --prerendering
or --app-shell
are no-ops |
| f8677f6a9 | fix | always record component style usage for HMR updates |
| 099e477a8 | fix | avoid hashing development external component stylesheets |
| 0d4558ea5 | fix | set ngServerMode
during vite prebundling |
| 55d7f01b6 | fix | simplify disabling server features with --no-server
via command line |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------ | | 0793c78cf | fix | ensure wildcard RenderMode is applied when no Angular routes are defined |
<!-- CHANGELOG SPLIT MARKER --><a name="18.2.11"></a>
Changelog
18.2.11 (2024-10-30)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | 87ec15ba2 | fix | show error message when error stack is undefined |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0-next.13"></a>
Changelog
19.0.0-next.13 (2024-10-23)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | efb434136 | feat | Auto-CSP support as a part of angular.json schema | | cc345b02d | fix | Address build issue in Node.js LTS versions with prerendering or SSR |
<!-- CHANGELOG SPLIT MARKER --><a name="18.2.10"></a>
Changelog
18.2.10 (2024-10-23)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
| 7b775f4e0 | fix | update http-proxy-middleware
to 3.0.3
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | b1e5f51f9 | fix | Address build issue in Node.js LTS versions with prerendering or SSR |
<!-- CHANGELOG SPLIT MARKER --><a name="17.3.11"></a>
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>