Releases: angular/angular-cli
Releases · angular/angular-cli
v18.0.0-next.1
18.0.0-next.1 (2024年03月28日)
@schematics/angular
@angular-devkit/build-angular
Commit |
Description |
fix - e22d6771d |
ensure proper resolution of linked SCSS files |
fix - c71e954a2 |
service-worker references non-existent named index output |
v17.3.2
17.3.2 (2024年03月25日)
@schematics/angular
@angular-devkit/build-angular
v16.2.13
16.2.13 (2024年03月25日)
@angular-devkit/build-angular
v15.2.11
15.2.11 (2024年03月25日)
@angular-devkit/build-angular
v18.0.0-next.0
18.0.0-next.0 (2024年03月21日)
@schematics/angular
Commit |
Description |
feat - f452589e2 |
use TypeScript bundler module resolution for new projects |
@angular/cli
@angular-devkit/build-angular
@angular-devkit/schematics
Breaking Changes
@angular/cli
- Node.js support for versions <18.19.1 and <20.11.1 has been removed.
@angular-devkit/build-angular
- The support for the legacy Sass build pipeline, previously accessible via
NG_BUILD_LEGACY_SASS
when utilizing webpack-based builders, has been removed.
Deprecations
@angular-devkit/schematics
NodePackageLinkTask
in @angular-devkit/schematics
. A custom task should be created instead.
v17.3.1
17.3.1 (2024年03月20日)
@schematics/angular
Commit |
Description |
fix - 198ca9afc |
improve Sass format clarity for application style option |
@angular-devkit/build-angular
Commit |
Description |
fix - 2809971a5 |
only generate server directory when SSR is enabled |
fix - 3f601a14e |
typo in allowedHosts warning for unsupported vite options |
perf - 79c44adac |
avoid transforming empty component stylesheets |
perf - cc3167f30 |
reduce build times for apps with a large number of components when utilizing esbuild-based builders |
v17.3.0
17.3.0 (2024年03月13日)
@schematics/angular
Commit |
Description |
feat - 5ab71fc92 |
update CSS/Sass import/use specifiers in application migration |
@angular-devkit/build-angular
Commit |
Description |
feat - 9ca3a5450 |
add deployUrl to application builder |
fix - 3821344da |
ensure proper display of build logs in the presence of warnings or errors |
fix - de2d05049 |
provide better error message when server option is required but missing |
v17.3.0-rc.0
17.3.0-rc.0 (2024年03月06日)
@schematics/angular
Commit |
Description |
feat - 5ab71fc92 |
update CSS/Sass import/use specifiers in application migration |
@angular-devkit/build-angular
v17.2.3
17.2.3 (2024年03月06日)
@angular-devkit/build-angular
Commit |
Description |
fix - 7cc8261fd |
avoid implicit CSS file extensions when resolving |
fix - 259ec72d5 |
avoid marking component styles as media with no output media directory |
fix - faffdfdce |
disable deployUrl when using vite dev-server |
v17.2.2
17.2.2 (2024年02月28日)
@angular-devkit/build-angular
Commit |
Description |
fix - 3394d3cf1 |
ensure all related stylesheets are rebuilt when an import changes |