v11.0.0-next.0
Pre-release
Pre-release
Commits
@angular-devkit/build-angular (0.1100.0-next.0) | ||
Commit | Description | Notes |
ask to use a new port if in use | ||
don't generate `vendor.js.map` when vendor sourcemaps is disabled |
[Closes #18060] |
|
@schematics/angular (11.0.0-next.0) | ||
Commit | Description | Notes |
add migration to replace deprecated options | ||
add migration to replace deprecated library builder | ||
update karma for new workspaces to 5.2.0 | ||
Breaking Changes
@angular-devkit/core: remove resolve methods and options (208336d)
deprecated API's `ModuleNotFoundException`, `ResolveOptions`, `resolve` have been removed. Use `MODULE_NOT_FOUND` and `require.resolve` instead.Note: this change only effect users using @angular-devkit/core
public API and not application developers.
@angular-devkit/build-angular: remove deprecated `scripts[].lazy` and `styles[].lazy` (197e96b)
- Deprecated `scripts[].lazy` has been renamed with `scripts[].inject` - Deprecated `styles[].lazy` has been renamed with `styles[].inject`Note: this change only effects direct @angular-devkit/build-angular
users and not application developers. Users will be migrated automatically off these options.
@angular-devkit/build-angular: deprecate `extractCss` browser builder option (dd26018)
Browser builder `extractCss` option default value has been changed from `false` to `true`. This is to reflect the default behaviour when this deprecated option is removed.@angular-devkit/core: remove experimental workspace API (df70c7a)
The experimental workspace API has been removed from `@angular-devkit/core`. This API was no longer used by the Angular CLI and was replaced with the stable workspace API also found within `@angular-devkit/core`. This change does not affect project code and is related to tooling infrastructure only.Special Thanks
Charles Lyding, Alan Agius, Minko Gechev, Aristeidis Bampakos