Skip to content

Releases: angular/angular-cli

v10.2.0

22 Oct 21:09
Compare
Choose a tag to compare

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

15 Oct 00:54
Compare
Choose a tag to compare
v11.0.0-next.7 Pre-release
Pre-release

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

08 Oct 20:23
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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