Releases: angular/angular-cli
Releases · angular/angular-cli
v17.1.0
17.1.0 (2024年01月17日)
@schematics/angular
Commit |
Description |
feat - b513d89b7 |
add optional migration to use application builder |
feat - a708dccff |
update SSR and application builder migration schematics to work with new outputPath |
fix - 4469e481f |
do not trigger NPM install when using ---skip-install and --ssr |
@angular-devkit/build-angular
v17.1.0-rc.1
17.1.0-rc.1 (2024年01月10日)
@schematics/angular
@angular/cli
Commit |
Description |
fix - 9f71d2e97 |
retain existing EOL when updating JSON files |
@angular-devkit/build-angular
@angular-devkit/core
Commit |
Description |
fix - 7f395be1b |
retain existing EOL when updating workspace config |
v17.0.10
17.0.10 (2024年01月10日)
@schematics/angular
@angular/cli
Commit |
Description |
fix - ed1e130da |
retain existing EOL when updating JSON files |
@angular-devkit/core
Commit |
Description |
fix - 3dc4db7d7 |
retain existing EOL when updating workspace config |
v17.1.0-rc.0
17.1.0-rc.0 (2024年01月03日)
@schematics/angular
Commit |
Description |
fix - 4469e481f |
do not trigger NPM install when using ---skip-install and --ssr |
@angular/cli
Commit |
Description |
fix - 602d0166c |
add prerender and ssr-dev-server schemas in angular.json schema |
@angular-devkit/build-angular
Commit |
Description |
feat - 68dae539a |
initial experimental implementation of @web/test-runner builder |
fix - 49ed9a26c |
emit error when using prerender and app-shell builders with application builder |
fix - 874e576b5 |
filter explicit external dependencies for Vite prebundling |
fix - bd26a18e7 |
typo in preloadInitial option description |
@angular-devkit/schematics
Commit |
Description |
fix - 7e9bbe442 |
replace template line endings with platform specific |
v17.0.9
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
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
v17.0.8
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
v17.1.0-next.2
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
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 |