Skip to content

Releases: angular/angular-cli

v17.0.9

03 Jan 17:02
Compare
Choose a tag to compare

17.0.9 (2024-01-03)

@angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific

v17.1.0-next.3

22 Dec 01:06
Compare
Choose a tag to compare
v17.1.0-next.3 Pre-release
Pre-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

v17.0.8

21 Dec 20:17
Compare
Choose a tag to compare

17.0.8 (2023-12-21)

@schematics/angular

Commit Description
fix - 99b026ede add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - 313004311 do not generate standalone component when using ng generate module

@angular/cli

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

@angular-devkit/build-angular

Commit Description
fix - cf11cdf6c add missing tailwind @screen directive in matcher
fix - aa6c757d7 construct SSR request URL using server resolvedUrls
fix - 0662048d4 ensure empty optimized Sass stylesheets stay empty
fix - d1923a66d ensure external dependencies are used by Web Worker bundling

v16.2.11

21 Dec 19:28
Compare
Choose a tag to compare

16.2.11 (2023-12-21)

v17.1.0-next.2

13 Dec 14:20
Compare
Choose a tag to compare
v17.1.0-next.2 Pre-release
Pre-release

17.1.0-next.2 (2023-12-13)

@angular-devkit/build-angular

Commit Description
feat - 204794c4f add support for --no-browsers in karma builder
feat - f6e67df1c inline Google and Adobe fonts located in stylesheets
fix - 4b3a96542 baseHref with trailing slash causes server not to be accessible without trailing slash
fix - 72bd0ab9d allow vite to serve JavaScript and TypeScript assets
fix - 12f4433af cache loading of component resources in JIT mode
fix - d07ef2f0b ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - 5b8e2d5e5 ensure port 0 uses random port with Vite development server
fix - 0f253a1fc file is missing from the TypeScript compilation with JIT
fix - 2909daf61 handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - bf5fbddd4 inlining of fonts results in jagged fonts for Windows users
fix - 6a44989f5 retain symlinks to output platform directories on builds
fix - 4e1f0e44d the request url "..." is outside of Vite serving allow list for all assets
fix - 7a50df5c0 update ESM loader to work with Node.js 18.19.0
perf - 125fb779f reduce TypeScript JSDoc parsing in application builder

v17.0.7

13 Dec 13:59
Compare
Choose a tag to compare

17.0.7 (2023-12-13)

@angular-devkit/build-angular

Commit Description
fix - 3df3e583c baseHref with trailing slash causes server not to be accessible without trailing slash
fix - ef1178188 allow vite to serve JavaScript and TypeScript assets
fix - 385eb77d2 cache loading of component resources in JIT mode
fix - 4b3af73ac ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - d1b27e53e ensure port 0 uses random port with Vite development server
fix - f2f7d7c70 file is missing from the TypeScript compilation with JIT
fix - 7b8d6cddd handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - c08c78cb8 inlining of fonts results in jagged fonts for Windows users
fix - 930024811 retain symlinks to output platform directories on builds
fix - 3623fe911 update ESM loader to work with Node.js 18.19.0

v17.1.0-next.1

06 Dec 20:13
Compare
Choose a tag to compare
v17.1.0-next.1 Pre-release
Pre-release

17.1.0-next.1 (2023-12-06)

@schematics/angular

Commit Description
feat - b513d89b7 add optional migration to use application builder
fix - e2f92ab95 enable TypeScript skipLibCheck in new workspace

@angular-devkit/build-angular

Commit Description
feat - 364a16b7a move browser-sync as optional dependency
fix - e3ad8c42a app-shell generation incorrect content when using the application builder
fix - 8e9b67513 check namespaced Sass variables when rebasing URLs
fix - dcc60c6ce correctly align error/warning messages when spinner is active
fix - 7ccc21007 handle watch updates on Mac OSX when using native FSEvents API
fix - 4bcee3167 improve file watching on Windows when using certain IDEs
fix - 9906ab7b4 normalize asset source locations in Vite-based development server
fix - f0c032dc5 normalize locale tags with Intl API when resolving in application builder
fix - ffa2d07c8 watch symlink when using preserveSymlinks option
perf - b10d2a7bb only enable advanced optimizations with script optimizations

v17.0.6

06 Dec 19:41
Compare
Choose a tag to compare

17.0.6 (2023-12-06)

@schematics/angular

Commit Description
fix - da5d39471 enable TypeScript skipLibCheck in new workspace

@angular-devkit/build-angular

Commit Description
fix - 048512874 app-shell generation incorrect content when using the application builder
fix - f9e982c44 check namespaced Sass variables when rebasing URLs
fix - a1e8ffa9d correctly align error/warning messages when spinner is active
fix - 46d88a034 handle watch updates on Mac OSX when using native FSEvents API
fix - 4594407ae improve file watching on Windows when using certain IDEs
fix - aa9e7c615 normalize locale tags with Intl API when resolving in application builder
fix - a8dbf1da2 watch symlink when using preserveSymlinks option
perf - e3820cb6c only enable advanced optimizations with script optimizations

v17.1.0-next.0

29 Nov 22:37
Compare
Choose a tag to compare
v17.1.0-next.0 Pre-release
Pre-release

17.1.0-next.0 (2023-11-29)

@angular-devkit/build-angular

Commit Description
feat - e0b274b8f add option to retain CSS special comments in global styles
feat - 4784155bd add wildcard option for allowedCommonJsDependencies
feat - 3b93df42d allow configuring loaders for custom file extensions in application builder
feat - ccba849e4 support keyboard command shortcuts in application dev server
fix - 6473b0160 ensure all configured assets can be served by dev server

v17.0.5

29 Nov 23:36
Compare
Choose a tag to compare

17.0.5 (2023-11-29)