Angular CLI: 19.1.0-next.1 Release

Release date:
December 12, 2024
Previous version:
19.1.0-next.0 (released December 4, 2024)
Magnitude:
375 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

Top Contributors in 19.1.0-next.1

alan-agius4
jkrems
clydin
angular-robot
josephperrott
realtimetodie
jmerro
aaronshim
cexbrayat

Directory Browser for 19.1.0-next.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="19.1.0-next.1"></a>

19.1.0-next.1 (2024-12-12)

@angular-devkit/architect

| Commit | Description | | -- | -- | | feat - 2b8a02bac | require build schemas from modules |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - fb41d182e | fix webpack config transform for karma | | fix - 9e2d3fbd1 | handle windows spec collisions |

@angular/build

| Commit | Description | | -- | -- | | feat - 0a570c0c2 | add support for customizing URL segments with i18n | | fix - 210bf4e2b | Fixing auto-csp edge cases where | | fix - d811a7ffb | handle external @angular/ packages during SSR (#29094) | | fix - 64f32c769 | provide component HMR update modules to dev-server SSR | | fix - c832bac9b | show error when Node.js built-ins are used during ng serve | | fix - 887599822 | use consistent path separators for template HMR identifiers | | perf - 75998ebab | reuse TS package.json cache when rebuilding |

@angular/ssr

| Commit | Description | | -- | -- | | feat - 8d7a51dfc | add modulepreload for lazy-loaded routes | | feat - 41ece633b | redirect to preferred locale when accessing root route without a specified locale | | fix - d7214e961 | include Content-Language header when locale is set | | fix - 10a5b8b6b | disable component bootstrapping during route extraction |

Deprecations

@angular/build

  • 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.