mgechev
released this
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
Assets
2
kyliau
released this
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
Assets
2
dgp1130
released this
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 stylesheets to include base HREF and deploy URL and was used only for compatibility and transition as this behavior is non-standard.(cherry picked from commit 981b4bb)
@ngtools/webpack: remove support for TypeScript 3.9 (0296f0f)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.(cherry picked from commit 21351dc)
@angular-devkit/build-angular: remove support for TypeScript 3.9 (af4620a)
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.(cherry picked from commit f4c481d)
Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Doug Parker, Keen Yee Liau, Jaime Oliveira, Jefiozie
Assets
2
dgp1130
released this
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
Assets
2
mgechev
released this
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
Assets
2
kyliau
released this
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
Assets
2
kyliau
released this
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