Releases: angular/angular-cli
Releases · angular/angular-cli
v11.0.0-rc.3
Commits
@angular-devkit/build-angular (0.1100.0-rc.3) | ||
| Commit | Description | Notes |
|
|
add validation to fileReplacement values |
[Closes #11451] |
Special Thanks
Alan Agius, Doug Parker
v11.0.0-rc.2
Commits
@angular-devkit/build-angular (0.1100.0-rc.2) | ||
| Commit | Description | Notes |
|
|
add default value to progress option | |
|
|
reduce clutter in dev-server logs | |
|
|
right align size column and add total bundle size | |
|
|
show bundle sizes with 2 decimal places | |
|
|
sort bundle stats by size | |
|
|
improve server builder output logs | |
|
|
show verbose logging when using `--verbose` and differential loading | |
|
|
improve builder phase reporting | |
|
|
remove title attribute from inlined fonts style tag |
[Closes #19271] |
|
|
validate extracted i18n messages for duplicates | |
|
|
control legacy ID i18n extraction via TypeScript configuration | |
|
|
improve network error message during fonts inlining |
[Closes #19259] |
@angular-devkit/build-optimizer (0.1100.0-rc.2) | ||
| Commit | Description | Notes |
|
|
mark rxjs add imports as having side effects | |
@angular/cli (11.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
correctly read transitive dependency | |
@ngtools/webpack (11.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
show zone.js incompatibility warning when using ES2017+ | |
Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Minko Gechev, Lukas Spirig
v11.0.0-rc.1
Commits
@angular-devkit/build-angular (0.1100.0-rc.1) | ||
| Commit | Description | Notes |
|
|
when optimizing don't wrap function arguments in parenthesis | |
|
|
correctly index and remove webpack client script in non main chunk |
[Closes #19219] |
|
|
skip application emit during i18n extraction | |
|
|
support emitting AVIF image files | |
@angular-devkit/build-optimizer (0.1100.0-rc.1) | ||
| Commit | Description | Notes |
|
|
set rxjs as having safe side effects | |
@angular-devkit/build-webpack (0.1100.0-rc.1) | ||
| Commit | Description | Notes |
|
|
fully close Webpack 5 compiler | |
@ngtools/webpack (11.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
elide type-only imports when using emitDecoratorMetadata |
[Closes #19234] |
@schematics/angular (11.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
update `@types/jasmine` to `~3.6.0` | |
@schematics/update (0.1100.0-rc.1) | ||
| Commit | Description | Notes |
|
|
update fail when using yarn 2.0 protocols |
[Closes #19203] |
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau, Joey Perrott
v11.0.0-rc.0
Commits
@angular-devkit/build-angular (0.1100.0-rc.0) | ||
| Commit | Description | Notes |
|
|
don't add publicHost pathname to sockPath in dev-server | |
|
|
update resolve-url-loader to version 3.1.2 | |
|
|
add a base href to karma debug context |
[Closes #19116] |
|
|
don't set watchOptions in webpack-middleware | |
|
|
disable dev-server live-reload when using protoactor | |
|
|
correctly reference hmr-accept.js file in windows error |
[Closes #19099] |
|
|
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-devkit/build-optimizer (0.1100.0-rc.0) | ||
| Commit | Description | Notes |
|
|
support jit mode guarded class metadata removal | |
@angular-devkit/core (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
allow prompt providers to access property types | |
@angular-devkit/schematics (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
show active package manager with install task | |
@angular/cli (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
use newer update command if global version is newer | |
|
|
coerce prompt answers to requested property types | |
|
|
skip searching deprecated packages with ng add | |
|
|
include deprecated option in JSON help | |
|
|
add missing dev-server `headers` option in IDE schema | |
@ngtools/webpack (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
improve bad component resource error message | |
|
|
support jit mode guarded class metadata removal | |
@schematics/angular (11.0.0-rc.0) | ||
| Commit | Description | Notes |
|
|
add migration to remove rebaseRootRelativeCssUrls from workspace config | |
|
|
add generation for resolvers | |
|
|
remove lint fix default value |
[Closes #19169] |
|
|
allow inlineTemplate/inlineStyle with minimal application |
[Closes #17528] |
Breaking Changes
@angular-devkit/build-angular: remove deprecated browser build option rebaseRootRelativeCssUrls (7535f4f)
Deprecated `rebaseRootRelativeCssUrls` browser builder option has been removed without replacement. This option was used to change root relative URLs in styleshee...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