Skip to content

Releases: angular/angular-cli

v11.0.0-next.6

08 Oct 20:23

Choose a tag to compare

v11.0.0-next.6 Pre-release
Pre-release

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

08 Oct 03:06

Choose a tag to compare

v11.0.0-next.5 Pre-release
Pre-release

Commits

@angular-devkit/core (11.0.0-next.5)

Commit Description Notes
remove deprecated isObservable function

@angular-devkit/schematics (11.0.0-next.5)

Commit Description Notes
support schema validation in NodeWorkflow
allow using a root path with NodeWorkflow

@angular/cli (11.0.0-next.5)

Commit Description Notes
collect analytics option usage from workspace config and prompts
add blank line in migration commit message

@schematics/angular (11.0.0-next.5)

Commit Description Notes
add prompt to strict mode
add user-analytics to strict mode option
generate E2E tests with native promise support
pass down `recursive` flag
test `findNodes` with `recursive` flag

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

08 Oct 20:30

Choose a tag to compare

Commits

@angular-devkit/build-angular (0.1001.6)

Commit Description Notes
implement `relative` method in extractor FS


Special Thanks

Keen Yee Liau, Alan Agius

v10.1.5

08 Oct 02:59

Choose a tag to compare

Commits

@angular/cli (10.1.5)

Commit Description Notes
add blank line in migration commit message

@schematics/angular (10.1.5)

Commit Description Notes
pass down `recursive` flag
test `findNodes` with `recursive` flag


Special Thanks

jaroslawsawicki, Keen Yee Liau, Drummond Dawson

v11.0.0-next.4

01 Oct 02:24

Choose a tag to compare

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 ...
Read more

v10.1.4

01 Oct 00:03

Choose a tag to compare

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

23 Sep 22:26

Choose a tag to compare

v11.0.0-next.3 Pre-release
Pre-release

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

23 Sep 22:35

Choose a tag to compare

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

v11.0.0-next.2

17 Sep 04:03

Choose a tag to compare

v11.0.0-next.2 Pre-release
Pre-release

Commits

@angular/cli (11.0.0-next.2)

Commit Description Notes
improve logs in ng update
remove version command node module assumptions [Closes #10474]

@schematics/angular (11.0.0-next.2)

Commit Description Notes
canLoad guard signature

Breaking Changes

@angular-devkit/core: remove deprecated terminal utils (6d43e32)

Deprecated `@angular-devkit/core` terminal API has been removed. Use 3rd party packages like chalk, colors or ansi-colors instead.

Note: this changes doesn't effect application developers


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau, Doug Parker, Joey Perrott, Cédric Exbrayat, geromegrignon

v10.1.2

17 Sep 04:10

Choose a tag to compare

Commits

@angular/cli (10.1.2)

Commit Description Notes
remove version command node module assumptions [Closes #10474]

@schematics/angular (10.1.2)

Commit Description Notes
canLoad guard signature


Special Thanks

Keen Yee Liau, Charles Lyding, geromegrignon