Skip to content

18.2.21

Compare
Choose a tag to compare
@alan-agius4 alan-agius4 released this 10 Sep 19:44
· 1883 commits to main since this release

@angular-devkit/build-angular

Commit Description
fix - 700e6bc01 avoid extra tick in SSR builds

@angular/build

Commit Description
fix - cccc91b91 avoid extra tick in SSR dev-server builds

@angular/ssr

Commit Description
feat - 4af385201 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