@angular-devkit/schematics
Advanced tools
Changelog
19.1.0-next.2 (2024-12-18)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | a9a347014 | fix | jasmine.clock with app builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 298b554a7 | feat | enable component template hot replacement by default | | 19bb2d480 | fix | force HTTP/1.1 in dev-server SSR with SSL | | 3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 1bf9381c8 | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
| ad1d7d76f | fix | ensure correct Location
header for redirects behind a proxy |
<a name="19.0.6"></a>
Changelog
19.0.6 (2024-12-18)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | db7421231 | fix | jasmine.clock with app builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | 5fbc105ed | fix | force HTTP/1.1 in dev-server SSR with SSL |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 2f4df6b2b | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
| 0789a9e13 | fix | ensure correct Location
header for redirects behind a proxy |
<a name="19.1.0-next.1"></a>
Changelog
19.1.0-next.1 (2024-12-12)
The baseHref
option under i18n.locales
and i18n.sourceLocale
in angular.json
is deprecated in favor of subPath
.
The subPath
defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath
will use the locale code.
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------- | | 2b8a02bac | feat | require build schemas from modules |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | fb41d182e | fix | fix webpack config transform for karma | | 9e2d3fbd1 | fix | handle windows spec collisions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
| 0a570c0c2 | feat | add support for customizing URL segments with i18n |
| 210bf4e2b | fix | Fixing auto-csp edge cases where |
| d811a7ffb | fix | handle external @angular/
packages during SSR (#29094) |
| 64f32c769 | fix | provide component HMR update modules to dev-server SSR |
| c832bac9b | fix | show error when Node.js built-ins are used during ng serve
|
| 887599822 | fix | use consistent path separators for template HMR identifiers |
| 75998ebab | perf | reuse TS package.json cache when rebuilding |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------- |
| 8d7a51dfc | feat | add modulepreload
for lazy-loaded routes |
| 41ece633b | feat | redirect to preferred locale when accessing root route without a specified locale |
| d7214e961 | fix | include Content-Language
header when locale is set |
| 10a5b8b6b | fix | disable component bootstrapping during route extraction |
<a name="19.0.5"></a>
Changelog
19.0.5 (2024-12-12)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 6c319e44c | fix | fix webpack config transform for karma |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
| 251bd9f22 | fix | Fixing auto-csp edge cases where |
| 1047b8635 | fix | handle external @angular/
packages during SSR (#29094) |
| 376ee9966 | fix | provide component HMR update modules to dev-server SSR |
| 5ea9ce376 | fix | use consistent path separators for template HMR identifiers |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
| b3c6c7eb2 | fix | include Content-Language
header when locale is set |
| 4203efb90 | fix | disable component bootstrapping during route extraction |
<a name="19.0.4"></a>
Changelog
19.0.4 (2024-12-05)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | 23667ed4a | fix | handle windows spec collisions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| fc41f50b5 | fix | show error when Node.js built-ins are used during ng serve
|
| 14451e275 | perf | reuse TS package.json cache when rebuilding |
<a name="19.1.0-next.0"></a>
Changelog
19.1.0-next.0 (2024-12-04)
Added support for TypeScript 5.7
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.3"></a>
Changelog
19.0.3 (2024-12-04)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
| 4e82ca180 | fix | correctly select package versions in descending order during ng add
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------------------------------- |
| 28a51cc5e | fix | add required type to CanDeactivate
guard (#29004) |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
| f26e1b462 | fix | add timeout to route extraction |
| ab4e77c75 | fix | allow .json file replacements with application builds |
| 06690d87e | fix | apply define option to JavaScript from scripts option |
| 775e6f780 | fix | avoid deploy URL usage on absolute preload links |
| 21f21eda3 | fix | ensure correct handling of index.output
for SSR |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
| 75cf47e71 | fix | apply HTML transformation to CSR responses |
| 5880a0230 | fix | correctly handle serving of prerendered i18n pages |
| 277b8a378 | fix | ensure compatibility for Http2ServerResponse
type |
<a name="19.0.2"></a>
Changelog
19.0.2 (2024-11-25)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- | | 2f53e2af5 | fix | skip SSR routing prompt in webcontainer |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
| f9da163f8 | fix | minimize reliance on esbuild inject
to prevent code reordering |
| c497749e6 | fix | prevent errors with parameterized routes when getPrerenderParams
is undefined |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | c8cd90e0f | fix | handle nested redirects not explicitly defined in router config |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.1"></a>