v11.0.0-next.4
Pre-release
Pre-release
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 missing defaults to `optimization` property | |
@schematics/angular (11.0.0-next.4) | ||
Commit | Description | Notes |
|
don't generate special `package.json` and `no-any` when using `--strict` | |
|
update migration to remove deprecated `environment` option | |
|
remove IE9/10 from browserslist for new projects | |
@schematics/update (0.1100.0-next.4) | ||
Commit | Description | Notes |
|
add note that additional packages might require updating |
Breaking Changes
@angular-devkit/build-angular: remove deprecated karma builder `environment` option (aab73e2)
Remove deprecated karma builder `environment` option@schematics/angular: remove IE9/10 from browserslist for new projects (e64ea69)
Deprecated support for IE 9-10 has been removed in Angular 11. Only IE 9-10 support has been removed. IE 11 is officially supported in Angular 11.Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Dmitriy Shekhovtsov, Doug Parker, mgechev