Angular CLI: 19.2.0-next.2 Release

Release date:
February 12, 2025
Previous version:
19.2.0-next.1 (released January 29, 2025)
Magnitude:
424 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

46 Features Released with 19.2.0-next.2

Top Contributors in 19.2.0-next.2

dgp1130
josephperrott
alan-agius4
angular-robot
clydin
yjaaidi
jkrems
devversion
ilirbeqirii

Directory Browser for 19.2.0-next.2

All files are compared to previous version, 19.2.0-next.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

<a name="19.2.0-next.2"></a>

19.2.0-next.2 (2025-02-12)

@schematics/angular

| Commit | Description | | -- | -- | | fix - aa0ae457b | include default export for Express app | | fix - 4a5b76a8e | remove additional newline after standalone property | | fix - c716ce152 | skip ssr migration when @angular/ssr is not a dependency |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | feat - ef7ea536f | add aot option to jest | | feat - 523d539c6 | add aot option to karma |

@angular/build

| Commit | Description | | -- | -- | | fix - beefed839 | always provide Vite client helpers with development server | | fix - 5c1360179 | avoid pre-transform errors with Vite pre-bundling | | fix - be15b886c | configure Vite CORS option | | fix - b24089ef8 | ensure full rebuild after initial error build in watch mode | | fix - 880a50c50 | exclude unmodified files from logs with --localize | | fix - b55306989 | handle unlocalizable files correctly in localized prerender | | fix - 9a46be8d6 | prevent fallback to serving main.js for unknown requests | | fix - 9b0d73087 | prevent server manifest generation when no server features are enabled | | fix - 964fb778b | support per component updates of multi-component files | | perf - b50b6ee92 | cache translated i18n bundles for faster builds |

@angular/ssr

| Commit | Description | | -- | -- | | feat - 9726cd084 | Add support for route matchers with fine-grained render mode control | | fix - 414736bc0 | accurately calculate content length for static pages with \r\n | | fix - 6448f80bf | prioritize the first matching route over subsequent ones | | fix - 833dc986d | properly handle baseHref with protocol |