Skip to content

Releases: angular/angular-cli

v11.1.0-next.2

09 Dec 22:07
Compare
Choose a tag to compare
v11.1.0-next.2 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1101.0-next.2)

Commit Description Notes
enable inlining of critical CSS optimizations
support using TypeScript 4.1
identify plugin provided as string [Closes #19571]
define `forwardRef` as a pure function
add file path in CSS optimization exception [Closes #19561]
update ScriptsWebpackPlugin to work with Webpack 5
stylus not resolving imports from libraries [Closes #19524]
fix termination of process when using CTRL+C [Closes #19531]
update index html webpack plugin to use non deprecated Webpack 5 API

@angular-devkit/build-webpack (0.1101.0-next.2)

Commit Description Notes
add option for webpack stats output presence

@angular/cli (11.1.0-next.2)

Commit Description Notes
allow trailing commas in JSON files [Closes #19576]

@ngtools/webpack (11.1.0-next.2)

Commit Description Notes
support using TypeScript 4.1

@schematics/angular (11.1.0-next.2)

Commit Description Notes
generate new projects with TypeScript 4.1
allow trailing commas in JSON files [Closes #19576]

@schematics/schematics (0.1101.0-next.2)

Commit Description Notes
generate new projects with TypeScript 4.1


Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Renovate Bot, Doug Parker

v11.0.4

09 Dec 21:59
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.1100.4)

Commit Description Notes
identify plugin provided as string [Closes #19571]
define `forwardRef` as a pure function
add file path in CSS optimization exception [Closes #19561]
stylus not resolving imports from libraries [Closes #19524]
fix termination of process when using CTRL+C [Closes #19531]

@schematics/angular (11.0.4)

Commit Description Notes
allow trailing commas in JSON files [Closes #19576]


Special Thanks

Alan Agius, Keen Yee Liau, Charles Lyding

v11.1.0-next.1

03 Dec 00:14
Compare
Choose a tag to compare
v11.1.0-next.1 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1101.0-next.1)

Commit Description Notes
resolve partial SCSS files in sourcemaps [Closes #19505]
allow default Webpack 5 caching
apply local libraries sourcemap without `vendor: true` [Closes #11305]
update Angular peer dependencies to 11.1 prerelease
handle HTML file with no body and head tags [Closes #19426]
disable output hashing when running dev-server [Closes #10411]

@angular-devkit/core (11.1.0-next.1)

Commit Description Notes
correctly handle null prototype in deepCopy [Closes #19492]

@angular/cli (11.1.0-next.1)

Commit Description Notes
show deprecation warning when using camel cased arguments
dasherize names option names when using JSON help

@ngtools/webpack (11.1.0-next.1)

Commit Description Notes
remove use of Webpack compilation fileTimestamps property
normalize dependency paths before webpack use
normalize resource path before rebuild check
update Angular peer dependencies to 11.1 prerelease

@schematics/angular (11.1.0-next.1)

Commit Description Notes
update zone.js version to 0.11.3
Alphabetized named imports
Alphabetized import sources within a group
document jasmine options


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, Joey Perrott, tim_frijters, JiaLiPassion, Doug Parker, Cédric Exbrayat

v11.0.3

02 Dec 22:07
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.1100.3)

Commit Description Notes
resolve partial SCSS files in sourcemaps [Closes #19505]
update Angular peer dependencies to 11 stable
handle HTML file with no body and head tags [Closes #19426]
disable output hashing when running dev-server [Closes #10411]

@angular-devkit/core (11.0.3)

Commit Description Notes
correctly handle null prototype in deepCopy [Closes #19492]

@angular/cli (11.0.3)

Commit Description Notes
dasherize names option names when using JSON help

@ngtools/webpack (11.0.3)

Commit Description Notes
update Angular peer dependencies to 11 stable

@schematics/angular (11.0.3)

Commit Description Notes
document jasmine options


Special Thanks

Alan Agius, Joey Perrott, Charles Lyding, Doug Parker, Cédric Exbrayat

Done in 3.00s.

v11.1.0-next.0

19 Nov 18:54
Compare
Choose a tag to compare
v11.1.0-next.0 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1101.0-next.0)

Commit Description Notes
support following symlinked asset directories
ERR_SSL_PROTOCOL_ERROR when using HTTPS reverse proxy [Closes #19403]
remove unneeded update package group
ignore hidden inputs with hmr [Closes #19385]
remove workaround for Webpack 5 sourcemaps
allow json files in fileReplacement [Closes #19378]
add update package group for codelyzer
show missing karma-coverage error when it's not configured
separate initial total size in build output [Closes #19330]
properly handle comment removal during font inlining [Closes #19350]
convert file replacements to system paths before use
improve builder phase reporting
re-enable webpack 5 license extraction support
use source locale with non-localized dev serving

@angular-devkit/build-webpack (0.1101.0-next.0)

Commit Description Notes
properly shutdown webpack 5 compilation

@angular/cli (11.1.0-next.0)

Commit Description Notes
remove @angular-devkit/build-ng-packagr from packageGroup

@schematics/angular (11.1.0-next.0)

Commit Description Notes
add `enableI18nLegacyMessageIdFormat` default to new projects
remove duplicated Karma traces
migrate project dependencies to new project versions
remove trailing comma in karma conf

@angular-devkit/schematics-cli (0.1101.0-next.0)

Commit Description Notes
remove `_` property from options [Closes #19416]

@ngtools/webpack (11.1.0-next.0)

Commit Description Notes
remove use of Webpack 5 deprecated compilationDependencies
only use `require.resolve` as a fallback in NGCC processing [Closes #19395]
normalize file replacement paths

@schematics/update (0.1101.0-next.0)

Commit Description Notes
Read more

v11.0.2

19 Nov 18:51
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.1100.2)

Commit Description Notes
ERR_SSL_PROTOCOL_ERROR when using HTTPS reverse proxy [Closes #19403]
remove unneeded update package group
ignore hidden inputs with hmr [Closes #19385]
allow json files in fileReplacement [Closes #19378]
rollback css-loader to version 4 [Closes #19374]

@angular/cli (11.0.2)

Commit Description Notes
remove @angular-devkit/build-ng-packagr from packageGroup

@angular-devkit/schematics-cli (0.1100.2)

Commit Description Notes
remove `_` property from options [Closes #19416]

@ngtools/webpack (11.0.2)

Commit Description Notes
only use `require.resolve` as a fallback in NGCC processing [Closes #19395]

@schematics/angular (11.0.2)

Commit Description Notes
remove duplicated Karma traces

@schematics/update (0.1100.2)

Commit Description Notes
ignore `@angular-devkit/build-ng-packagr` incompatible peer dependency [Closes #19384]


Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Mike Hartington, Cédric Exbrayat

v11.0.1

12 Nov 21:35
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.1100.1)

Commit Description Notes
show missing karma-coverage error when it's not configured
add update package group for codelyzer
separate initial total size in build output [Closes #19330]
properly handle comment removal during font inlining [Closes #19350]

@schematics/angular (11.0.1)

Commit Description Notes
migrate project dependencies to new project versions
remove trailing comma in karma conf


Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Cédric Exbrayat

v11.0.0

12 Nov 22:40
Compare
Choose a tag to compare

Commits

...

@angular-devkit/architect-cli (0.1100.0)

Commit Description Notes
remove minimist `_` from options [Closes #18889]

@angular-devkit/build-angular (0.1100.0)

Commit Description Notes
enable font inlining optimizations
add font inliner
support custom headers in dev-server
bump ng-packagr supported version to 11
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]
improve build stats output format
Switch to karma-coverage [Closes #17757]
ask to use a new port if in use
Downgrade Karma to 5.1.x
add validation to fileReplacement values [Closes #11451]
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]
when optimizing don't wrap function arguments in parenthesis
Read more

v11.0.0-rc.3

10 Nov 00:49
Compare
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
Compare
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