Sourced from @âangular/cli
's releases.
v19.0.2
19.0.2 (2024-11-25)
@âschematics/angular
Commit Description skip SSR routing prompt in webcontainer
@âangular/build
Commit Description minimize reliance on esbuild inject
to prevent code reorderingprevent errors with parameterized routes when getPrerenderParams
is undefined
@âangular/ssr
Commit Description handle nested redirects not explicitly defined in router config v19.0.1
19.0.1 (2024-11-21)
@âangular-devkit/build-angular
Commit Description use stylePreprocessorOptions
@âangular/build
Commit Description ensure accurate content length for server assets use sha256
instead ofsha-256
as hash algorithm name
@âangular/ssr
Commit Description handle baseHref that start with ./
v19.0.0
19.0.0 (2024-11-19)
@âangular/cli
@âschematics/angular
Commit Description add option to export component as default add option to setup new workspace or application as zoneless mode integrate withEventReplay()
inprovideClientHydration
for new SSR apps
... (truncated)
Sourced from @âangular/cli
's changelog.
19.0.2 (2024-11-25)
@âschematics/angular
Commit Type Description 2f53e2af5 fix skip SSR routing prompt in webcontainer
@âangular/build
Commit Type Description f9da163f8 fix minimize reliance on esbuild inject
to prevent code reorderingc497749e6 fix prevent errors with parameterized routes when getPrerenderParams
is undefined
@âangular/ssr
Commit Type Description c8cd90e0f fix handle nested redirects not explicitly defined in router config 19.0.1 (2024-11-21)
@âangular-devkit/build-angular
Commit Type Description b63123f20 fix use stylePreprocessorOptions
@âangular/build
Commit Type Description 74461da64 fix ensure accurate content length for server assets 1b4dcedd5 fix use sha256
instead ofsha-256
as hash algorithm name
@âangular/ssr
Commit Type Description 8bd2b260e fix handle baseHref that start with ./
... (truncated)
d261246
release: cut the v19.0.2 releasec497749
fix(@âangular/build
): prevent errors with parameterized routes when `getPreren...d8cbf3b
refactor(@âangular/build
): maintain previous compiler plugin factory signature2f53e2a
fix(@âschematics/angular
): skip SSR routing prompt in webcontainerf9da163
fix(@âangular/build
): minimize reliance on esbuild inject
to prevent code re...5ac03f4
refactor(@âangular/ssr
): use appRef.whenStable instead of util function from a...0eb5870
refactor(@âangular/ssr
): replace :params
with *
c8cd90e
fix(@âangular/ssr
): handle nested redirects not explicitly defined in router c...8cd6aa9
release: cut the v19.0.1 release1b4dced
fix(@âangular/build
): use sha256
instead of sha-256
as hash algorithm name