Skip to content

v17.0.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgp1130 dgp1130 released this 06 Sep 18:09
· 2291 commits to main since this release

17.0.0-next.1 (2023-09-06)

@angular-devkit/build-angular

Commit Description
fix - 6b08efa6f account for arrow function IIFE
fix - 188a00f3e elide setClassMetadataAsync calls

@angular-devkit/schematics

Commit Description
refactor - f600bbc97 remove deprecated runExternalSchematicAsync and runSchematicAsync

@ngtools/webpack

Commit Description
fix - 4fe03266a account for arrow function IIFE
fix - 89f21ac8c remove setClassMetadataAsync calls

Breaking Changes

@angular-devkit/schematics

  • deprecated runExternalSchematicAsync and runSchematicAsync methods have been removed in favor of runExternalSchematic and runSchematic.