Skip to content

v17.1.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgp1130 dgp1130 released this 22 Dec 01:06
· 502 commits to main since this release

17.1.0-next.3 (2023-12-21)

@schematics/angular

Commit Description
feat - a708dccff update SSR and application builder migration schematics to work with new outputPath
fix - aec581daf add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - a1f3ae579 do not generate standalone component when using ng generate module

@angular/cli

Commit Description
fix - a391b5f0c ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
fix - f7d538903 re-add -d alias for --dry-run

@angular-devkit/build-angular

Commit Description
feat - cc246d50e allow customization of output locations
feat - 15a669c1e allowing control of index HTML initial preload generation
feat - 47a064b14 emit external sourcemaps for component styles
fix - b3c1991a2 add missing tailwind @screen directive in matcher
fix - a5d4735b8 construct SSR request URL using server resolvedUrls
fix - 0fa1e3419 ensure empty optimized Sass stylesheets stay empty
fix - efe3bda48 ensure external dependencies are used by Web Worker bundling
fix - ceffafe1a provide better error messages for failed file reads