Releases: angular/angular-cli
Releases · angular/angular-cli
v10.2.0
Commits
@angular-devkit/build-angular (0.1002.0) | ||
Commit | Description | Notes |
|
update resolve-url-loader to version 3.1.2 | |
|
add a base href to karma debug context |
[Closes #19116] |
|
ensure correct SRI values with differential loading |
[Closes #18254] |
|
set HTML lang attribute when serving |
[Closes #18094] |
|
override already existing assets in compilation |
[Closes #18787] |
@angular/cli (10.2.0) | ||
Commit | Description | Notes |
|
include deprecated option in JSON help | |
@ngtools/webpack (10.2.0) | ||
Commit | Description | Notes |
|
improve bad component resource error message |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Renovate Bot, Jaime Oliveira
v11.0.0-next.7
Commits
@angular-devkit/build-angular (0.1100.0-next.7) | ||
Commit | Description | Notes |
|
enable font inlining optimizations | |
|
add font inliner | |
|
support custom headers in dev-server | |
|
bump ng-packagr supported version to 11 | |
|
remove .js files equivalent of css when using extract css | |
|
only show cannot restore inputs/options when old length is > 0 | |
|
include HMR accept code in main.ts | |
|
use IE11 as oldest browser when downlevelling | |
@angular-devkit/build-optimizer (0.1100.0-next.7) | ||
Commit | Description | Notes |
|
increase safety of code removal |
[Closes #14033] [Closes #18621] |
@angular/cli (11.0.0-next.7) | ||
Commit | Description | Notes |
|
resolve packages package.json from workspace directory | |
|
don't display prompts twice |
[Closes #19027] |
|
don't show deprecation messages for defaults when using `--defaults` | |
@ngtools/webpack (11.0.0-next.7) | ||
Commit | Description | Notes |
|
properly merge webpack 5 resolver options | |
|
correctly create Webpack5 file watcher | |
@schematics/angular (11.0.0-next.7) | ||
Commit | Description | Notes |
|
update ng-packagr to version 11 | |
|
use strict guide short url |
Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Minko Gechev, Bjarki
v11.0.0-next.6
Commits
Breaking Changes
delete @angular-devkit/build-ng-packagr (b1f0858)
Deprecated `@angular-devkit/build-ng-packagr` has been removed. Please use `ng-packagr` builder from `@angular-devkit/build-angular` instead.Note: this change doesn't effect application and library developers,
as they will be migrated to use the new builder during ng update.
Special Thanks
Keen Yee Liau
v11.0.0-next.5
Commits
Breaking Changes
@angular-devkit/core: remove deprecated isObservable function (660f214)
Deprecated `isObservable` function removed. As an alternative, use `isObservable` from the `rxjs` package. NOTE: This change does not affect application development.Special Thanks
Charles Lyding, Alan Agius, Renovate Bot, jaroslawsawicki, Keen Yee Liau, Joey Perrott, Drummond Dawson, Aristeidis Bampakos
v10.1.6
v10.1.5
v11.0.0-next.4
Commits
@angular-devkit/architect-cli (0.1100.0-next.4) | ||
Commit | Description | Notes |
|
remove minimist `_` from options |
[Closes #18889] |
@angular-devkit/build-angular (0.1100.0-next.4) | ||
Commit | Description | Notes |
|
enable Ivy extraction by default for Ivy applications | |
|
support package references in styles & scripts options | |
|
out of the box hot module replacement (HMR) |
[Closes #17324] |
|
extract i18n messages from libraries |
[Closes #18871] |
|
don't process stylesheets in extraction builder | |
|
fixes optimizeChunkAssets is deprecated in webpack 5 | |
|
fixes deprecation warning for MainTemplate.hooks.assetPath in webpack 5 | |
|
fix webpack 5 deprecation warning for chunk.push | |
|
handle undefined descriptionFileData |
[Closes #18631] |
|
fixed afterOptimizeChunkAssets is deprecated in webpack 5 | |
|
resolve i18n outFile from workspaceRoot | |
|
fixed Module.issuer is deprecated in webpack 5 for commonjs warn plugin | |
|
implement `relative` method in extractor FS | |
|
maxModules were deprecated and renamed to modulesSpace | |
|
webpack5 deprecation of module property in Dependency | |
|
add tslint as an optional peer dependency | |
|
add protractor as an optional peer dependency | |
|
add karma as an optional peer dependency | |
|
warn if using unsupported IE9/10 browsers | |
|
add missing defaults to `optimization` property | |
@angular-devkit/build-webpack (0.1100.0-next.4) | ||
Commit | Description | Notes |
|
avoid deprecation warning with Webpack 5 watch mode | |
@angular-devkit/core (11.0.0-next.4) | ||
Commit | Description | Notes |
|
add basic support for oneOf/anyOf to `addUndefinedDefaults` transformer | |
@angular/cli (11.0.0-next.4) | ||
Commit | Description | Notes |
|
no-op ng update --all |
[Closes #15278] [Closes #13095] [Closes #12261] [Closes #12243] [Closes #18813] |
|
add ... |
v10.1.4
Commits
@angular-devkit/architect-cli (0.1001.4) | ||
Commit | Description | Notes |
|
remove minimist `_` from options |
[Closes #18889] |
@angular-devkit/build-angular (0.1001.4) | ||
Commit | Description | Notes |
|
handle undefined descriptionFileData |
[Closes #18631] |
|
add missing defaults to `optimization` property | |
@angular/cli (10.1.4) | ||
Commit | Description | Notes |
|
add missing defaults to `optimization` property | |
Special Thanks
Alan Agius, Doug Parker
v11.0.0-next.3
Commits
@angular-devkit/build-angular (0.1100.0-next.3) | ||
Commit | Description | Notes |
|
improve build stats output format | |
|
add node-sass deprecation warning | |
@angular-devkit/schematics (11.0.0-next.3) | ||
Commit | Description | Notes |
|
resolve external schematics from requesting collection |
[Closes #18098] [Closes #11026] |
@angular/cli (11.0.0-next.3) | ||
Commit | Description | Notes |
|
favor dirname when resolving @schematics/angular |
[Closes #18840] |
|
replace regex with correct project name validation |
[Closes #17579] |
@schematics/angular (11.0.0-next.3) | ||
Commit | Description | Notes |
|
add migration to add declaration maps to libraries | |
|
remove solution style throw an error |
Breaking Changes
@angular-devkit/architect: remove deprecated `TestLogger` (d3ad095)
Deprecated `TestLogger` has been removed. Use `logging` API from `'@angular-devkit/core'` instead.Note: this change doesn't effect application developers.
Special Thanks
Charles Lyding, Alan Agius, Joey Perrott, Minko Gechev, eranshmil, Jefiozie
v10.1.3
Commits
@angular/cli (10.1.3) | ||
Commit | Description | Notes |
|
favor dirname when resolving @schematics/angular |
[Closes #18840] |
|
replace regex with correct project name validation |
[Closes #17579] |
@schematics/angular (10.1.3) | ||
Commit | Description | Notes |
|
remove solution style throw an error | |
Special Thanks
Joey Perrott, Minko Gechev, eranshmil, Alan Agius, Jefiozie