Skip to content

Releases: angular/angular-cli

v11.0.0-rc.3

10 Nov 00:49

Choose a tag to compare

v11.0.0-rc.3 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1100.0-rc.3)

Commit Description Notes
add validation to fileReplacement values [Closes #11451]


Special Thanks

Alan Agius, Doug Parker

v11.0.0-rc.2

05 Nov 14:40

Choose a tag to compare

v11.0.0-rc.2 Pre-release
Pre-release

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

v11.0.0-rc.1

28 Oct 21:45

Choose a tag to compare

v11.0.0-rc.1 Pre-release
Pre-release

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

v11.0.0-rc.0

22 Oct 21:16

Choose a tag to compare

v11.0.0-rc.0 Pre-release
Pre-release

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

v10.2.0

22 Oct 21:09

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

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

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