Skip to content

Releases: angular/angular-cli

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)

v17.0.4

29 Nov 18:37
Compare
Choose a tag to compare

17.0.4 (2023-11-29)

@schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@angular-devkit/build-angular

Commit Description
fix - 0634a4e40 avoid native realpath in application builder
fix - 22880d9cb correct set locale when using esbuild based builders
fix - a0680672f correctly watch files when app is in a directory that starts with a dot
fix - bbbe13d67 improve file watching on Windows when using certain IDEs
fix - 27e7c2e1b propagate localize errors to full build result
fix - 7455fdca0 serve assets from the provided serve-path
fix - 657a07bd6 treeshake unused class that use custom decorators
fix - 77474951b use workspace real path when not preserving symlinks

v17.0.3

21 Nov 23:48
Compare
Choose a tag to compare

17.0.3 (2023-11-21)

@angular-devkit/build-angular

Commit Description
fix - 450dd29a1 default to watching project root on Windows with application builder
fix - 8072b8574 ensure service worker hashes index HTML file for application builder
perf - d99870740 only create one instance of postcss when needed

v17.0.2

20 Nov 19:00
Compare
Choose a tag to compare

17.0.2 (2023-11-20)

@angular-devkit/build-angular

Commit Description
fix - 023645185 always normalize AOT file reference tracker paths
fix - 3b99980bd emit root files when localize is enabled when using the esbuild based builders
fix - ef3e3abb8 ensure watch file paths from TypeScript are normalized
fix - d11b36fe2 normalize paths in ssr sourcemaps to posix when using vite
fix - 62d51383a only include vendor sourcemaps when using the dev-server when the option is enabled
fix - d28ba8a73 remove browser-esbuild usage warning