npm @angular/cli 17.0.0-next.4
v17.0.0-next.4

latest releases: 18.2.0-next.2, 18.1.2, 18.2.0-next.1...
10 months ago

17.0.0-next.4 (2023-09-13)

@schematics/angular

Commit Description
feat - 1a6a139aa enable routing by default for new applications
feat - 3f8aa9d8c update ng new to use the esbuild application builder based builder

@angular-devkit/build-angular

Commit Description
fix - 2f299fc7b account for styles specified as string literals and styleUrl
fix - e41e2015b avoid spawning workers when there are no routes to prerender
fix - c11a0f0d3 support custom index option paths in Vite-based dev server
fix - 7d3fd226c support dev server proxy pathRewrite field in Vite-based server
perf - 4b67d2afd use single JS transformer instance during dev-server prebundling

@ngtools/webpack

Commit Description
feat - f43754570 add automated preconnects for image domains
fix - 828030da0 account for styles specified as string literals and styleUrl

Breaking Changes

@schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

Don't miss a new cli release

NewReleases is sending notifications on new releases.