Thanks to visit codestin.com
Credit goes to github.com

Skip to content

20.3.0-rc.0

Compare
Choose a tag to compare
@alan-agius4 alan-agius4 released this 10 Sep 16:52
· 209 commits to main since this release

@angular/cli

Commit Description
fix - f6ad41c13 improve bun lockfile detection and optimize lockfile checks

@schematics/angular

Commit Description
fix - ef20a278d align labels in ai-config schema

@angular-devkit/build-angular

Commit Description
fix - 1a7890873 avoid extra tick in SSR builds

@angular/build

Commit Description
fix - 5d46d6ec1 preserve names in esbuild for improved debugging in dev mode

@angular/ssr

Commit Description
feat - 7eacb4187 introduce BootstrapContext for isolated server-side rendering

Breaking Changes

@angular/ssr

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

For more information please see: GHSA-68x2-mx4q-78m7