Releases: angular/angular-cli
Releases · angular/angular-cli
v12.0.2
Commits
@angular-devkit/build-angular (12.0.2) | ||
| Commit | Description | Notes |
|
|
ensure Sass worker implementation supports Node.js 12.14 | |
|
|
don't add `.hot-update.js` script tags |
[Closes #20855] |
|
|
correctly generate ServiceWorker config on Windows |
[Closes #20894] |
|
|
ensure latest inline stylesheet data is used during rebuilds | |
|
|
allow i18n extraction on application that uses web-workers |
[Closes #20930] |
|
|
hide stacktraces from dart-sass errors | |
|
|
resolve absolute outputPath properly |
[Closes #20935] |
|
|
show `--disable-host-check` warning only when not using `disableHostCheck` |
[Closes #20951] |
|
|
update PostCSS to 8.3 | |
|
|
disable CSS optimization parallelism for components styles |
[Closes #20883] |
|
|
load postcss-preset-env configuration once | |
@angular/cli (12.0.2) | ||
| Commit | Description | Notes |
|
|
ng update on windows to allow path | |
@ngtools/webpack (12.0.2) | ||
| Commit | Description | Notes |
|
|
re-emit component stylesheet assets |
[Closes #20882] |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Hassan Sani, JoostK, George Kalpakas, Joey Perrott
v12.1.0-next.2
Commits
@angular-devkit/build-angular (12.1.0-next.2) | ||
| Commit | Description | Notes |
|
|
add experimental web-assembly |
[Closes #20762] |
|
|
add `NG_BUILD_MAX_WORKERS` settimgs to control maximum number of workers | |
|
|
non injected styles should not count as initial |
[Closes #20781] |
|
|
revert open to 8.0.2 |
[Closes #20807] |
|
|
correctly resolve babel runtime helpers |
[Closes #20800] |
|
|
compile schema in synchronously |
[Closes #20847] |
|
|
execute dart-sass in a worker | |
|
|
reduce JSON stats | |
|
|
use CSS optimization plugin that leverages workers | |
|
|
render Sass using a pool of workers | |
|
|
clean no-longer used assets during builds | |
@angular/cli (12.1.0-next.2) | ||
| Commit | Description | Notes |
|
|
cannot locate bin for temporary package | |
|
|
clean node modules directory prior to updating | |
|
|
improve `--prod` deprecation warning |
[Closes #20806] |
@ngtools/webpack (12.1.0-next.2) | ||
| Commit | Description | Notes |
|
|
reduce non-watch mode TypeScript diagnostic analysis overhead | |
@schematics/angular (12.1.0-next.2) | ||
| Commit | Description | Notes |
|
|
remove --prod option from README template | |
|
|
don't add `skipTest` option to module schematic options |
[Closes #20811] |
|
|
add migration to remove `skipTests` from `@schematics/angular:module` |
[Closes #20848] |
Special Thanks
Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Patil, Ryan Lester, Alan Cohen, Paul Gschwendtner
v12.0.1
Commits
@angular-devkit/build-angular (12.0.1) | ||
| Commit | Description | Notes |
|
|
add experimental web-assembly |
[Closes #20762] |
|
|
fix error with inline styles when running extract-i18n | |
|
|
add `NG_BUILD_MAX_WORKERS` settimgs to control maximum number of workers | |
|
|
non injected styles should not count as initial |
[Closes #20781] |
|
|
revert open to 8.0.2 |
[Closes #20807] |
|
|
correctly resolve babel runtime helpers |
[Closes #20800] |
|
|
compile schema in synchronously |
[Closes #20847] |
|
|
execute dart-sass in a worker | |
|
|
reduce JSON stats | |
|
|
use CSS optimization plugin that leverages workers | |
|
|
render Sass using a pool of workers | |
|
|
clean no-longer used assets during builds | |
@angular/cli (12.0.1) | ||
| Commit | Description | Notes |
|
|
cannot locate bin for temporary package | |
|
|
clean node modules directory prior to updating | |
|
|
improve `--prod` deprecation warning |
[Closes #20806] |
@ngtools/webpack (12.0.1) | ||
| Commit | Description | Notes |
|
|
reduce non-watch mode TypeScript diagnostic analysis overhead | |
@schematics/angular (12.0.1) | ||
| Commit | Description | Notes |
|
|
remove --prod option from README template | |
|
|
don't add `skipTest` option to module schematic options |
[Closes #20811] |
|
|
add migration to remove `skipTests` from `@schematics/angular:module` |
[Closes #20848] |
Special Thanks
Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Patil, Ryan Lester, Terence D. Honles, Alan Cohen
v12.0.0
Commits
@angular-devkit/architect (0.1200.0) | ||
| Commit | Description | Notes |
|
|
add implementation for defaultConfiguration | |
@angular-devkit/build-angular (12.0.0) | ||
| Commit | Description | Notes |
|
|
add `postcss-preset-env` with stage 3 features | |
|
|
drop support for karma version 5.2 | |
|
|
drop support for ng-packagr version 11 | |
|
|
enable inlineCritical by default | |
|
|
show warning during build when project requires IE 11 support | |
|
|
expose legacy-migrate message format | |
|
|
integrate JIT mode linker |
[Closes #20281] |
|
|
upgrade to Webpack 5 throughout the build system | |
|
|
support processing component inline CSS styles | |
|
|
support specifying stylesheet language for inline component styles | |
|
|
remove left-over `experimentalRollupPass` option | |
|
|
support writing large Webpack stat outputs | |
|
|
ensure output directory is present before writing stats JSON | |
|
|
remove deprecated View Engine support for i18n extraction | |
|
|
remove usage of deprecated View Engine compiler | |
|
|
remove deprecated i18nLocale and i18nFormat options from i18n-extract | |
|
|
update karma builder to use non-deprecated API | |
|
|
disable webpack cache when using `NG_BUILD_CACHE` | |
|
|
remove duplicate application bundle generation complete message | |
|
|
mark programmatic builder execution functions as experimental | |
|
|
avoid double build optimizer processing | |
|
|
replace Webpack 4 `hashForChunk` hook usage | |
|
|
use new Webpack watch API in karma webpack plugin | |
|
|
recover from CSS optimization errors | |
|
|
disable Webpack 5 automatic public path support | |
|
|
always inject live reload client when using live reload | |
v11.2.13
Commits
@angular-devkit/build-angular (0.1102.13) | ||
| Commit | Description | Notes |
|
|
update cssnano/postcss to fix optimization defects |
[Closes #20673] |
|
|
update dependency resolve-url-loader to v4 |
[Closes #20733] |
@schematics/angular (11.2.13) | ||
| Commit | Description | Notes |
|
|
pin `karma-jasmine-html-reporter` to patches in new projects |
[Closes #20719] |
Special Thanks
Alan Agius, Charles Lyding, Keen Yee Liau
v12.0.0-rc.3
Commits
Special Thanks
Alan Agius, Charles Lyding, Joey Perrott
v12.0.0-rc.2
Commits
@angular-devkit/build-angular (12.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
disable CSS declaration sorting optimizations |
[Closes #20693] |
@angular/cli (12.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
don't display options multiple times in schematics help output | |
|
|
change package installation to async | |
|
|
infer schematic defaults correctly when using `--project` |
[Closes #20666] |
@ngtools/webpack (12.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
rebuild Angular required files asynchronously | |
|
|
reduce source file and Webpack module iteration | |
@schematics/angular (12.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
add "type" option in enum schematic | |
|
|
only run `emitDecoratorMetadata` removal migration in safe workspaces | |
|
|
replace `clientProject` with `project` | |
Special Thanks
Alan Agius, Charles Lyding, Keen Yee Liau, Sam Bulatov, Doug Parker
v11.2.12
Commits
@angular-devkit/build-angular (0.1102.12) | ||
| Commit | Description | Notes |
|
|
disable CSS declaration sorting optimizations |
[Closes #20693] |
Special Thanks
Keen Yee Liau, Alan Agius, Doug Parker
v12.0.0-rc.1
Commits
@angular-devkit/build-angular (12.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
remove left-over `forkTypeChecker` option | |
|
|
output webpack-dev-server and webpack-dev-middleware errors | |
|
|
improve incremental time during Karma tests | |
|
|
avoid async downlevel for known ES2015 code | |
@angular-devkit/core (12.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
improve handling of set schema values |
[Closes #20594] |
@angular/cli (12.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
add package manager name and version in `ng version` output | |
|
|
Support XDG Base Directory Specfication | |
@schematics/angular (12.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
remove jasmine-spec-reporter and ts-node from default workspace | |
|
|
remove Protractor from home page | |
|
|
remove lint command from package.json |
[Closes #20618] |
|
|
avoid unuse imports for canLoad guard generation | |
|
|
fix migration for namedChunks and option | |
@angular-devkit/schematics-cli (12.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
accept windows like paths for schematics | |
Special Thanks
Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua Chapman, Billy Lando, Santosh Yadav, mzocateli
v11.2.11
Commits
@angular-devkit/build-angular (0.1102.11) | ||
| Commit | Description | Notes |
|
|
output webpack-dev-server and webpack-dev-middleware errors | |
|
|
update CSSNano and PostCSS to fix serveral security issues |
[Closes #20606] |
@schematics/angular (11.2.11) | ||
| Commit | Description | Notes |
|
|
avoid unuse imports for canLoad guard generation | |
@angular-devkit/schematics-cli (0.1102.11) | ||
| Commit | Description | Notes |
|
|
accept windows like paths for schematics | |
Special Thanks
Joey Perrott, Charles Lyding, Alan Agius, Doug Parker, Billy Lando, mzocateli