close
The Wayback Machine - https://web.archive.org/web/20201023162510/https://github.com/angular/angular-cli/releases
Skip to content
Pre-release
Pre-release

@dgp1130 dgp1130 released this Oct 22, 2020 · 69 commits to master since this release

Commits

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

Commit Description Notes
Image don't add publicHost pathname to sockPath in dev-server
Image update resolve-url-loader to version 3.1.2
Image add a base href to karma debug context [Closes #19116]
Image don't set watchOptions in webpack-middleware
Image disable dev-server live-reload when using protoactor
Image correctly reference hmr-accept.js file in windows error [Closes #19099]
Image ensure correct SRI values with differential loading [Closes #18254]
Image set HTML lang attribute when serving [Closes #18094]
Image override already existing assets in compilation [Closes #18787]

@angular-devkit/build-optimizer (0.1100.0-rc.0)

Commit Description Notes
Image support jit mode guarded class metadata removal

@angular-devkit/core (11.0.0-rc.0)

Commit Description Notes
Image allow prompt providers to access property types

@angular-devkit/schematics (11.0.0-rc.0)

Commit Description Notes
Image show active package manager with install task

@angular/cli (11.0.0-rc.0)

Commit Description Notes
Image use newer update command if global version is newer
Image coerce prompt answers to requested property types
Image skip searching deprecated packages with ng add
Image include deprecated option in JSON help
Image add missing dev-server `headers` option in IDE schema

@ngtools/webpack (11.0.0-rc.0)

Commit Description Notes
Image improve bad component resource error message
Image support jit mode guarded class metadata removal

@schematics/angular (11.0.0-rc.0)

Commit Description Notes
Image add migration to remove rebaseRootRelativeCssUrls from workspace config
Image add generation for resolvers
Image remove lint fix default value [Closes #19169]
Image 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 stylesheets to include base HREF and deploy URL and was used only for compatibility and transition as this behavior is non-standard.

(cherry picked from commit 981b4bb)

@ngtools/webpack: remove support for TypeScript 3.9 (0296f0f)

TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.

(cherry picked from commit 21351dc)

@angular-devkit/build-angular: remove support for TypeScript 3.9 (af4620a)

TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.

(cherry picked from commit f4c481d)


Special Thanks

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

Assets 2

@dgp1130 dgp1130 released this Oct 22, 2020 · 472 commits to master since this release

Commits

@angular-devkit/build-angular (0.1002.0)

Commit Description Notes
Image update resolve-url-loader to version 3.1.2
Image add a base href to karma debug context [Closes #19116]
Image ensure correct SRI values with differential loading [Closes #18254]
Image set HTML lang attribute when serving [Closes #18094]
Image override already existing assets in compilation [Closes #18787]

@angular/cli (10.2.0)

Commit Description Notes
Image include deprecated option in JSON help

@ngtools/webpack (10.2.0)

Commit Description Notes
Image improve bad component resource error message


Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Renovate Bot, Jaime Oliveira

Assets 2
Pre-release
Pre-release

@mgechev mgechev released this Oct 15, 2020 · 85 commits to master since this release

Commits

@angular-devkit/build-angular (0.1100.0-next.7)

Commit Description Notes
Image enable font inlining optimizations
Image add font inliner
Image support custom headers in dev-server
Image bump ng-packagr supported version to 11
Image remove .js files equivalent of css when using extract css
Image only show cannot restore inputs/options when old length is > 0
Image include HMR accept code in main.ts
Image use IE11 as oldest browser when downlevelling

@angular-devkit/build-optimizer (0.1100.0-next.7)

Commit Description Notes
Image increase safety of code removal [Closes #14033]
[Closes #18621]

@angular/cli (11.0.0-next.7)

Commit Description Notes
Image resolve packages package.json from workspace directory
Image don't display prompts twice [Closes #19027]
Image don't show deprecation messages for defaults when using `--defaults`

@ngtools/webpack (11.0.0-next.7)

Commit Description Notes
Image properly merge webpack 5 resolver options
Image correctly create Webpack5 file watcher

@schematics/angular (11.0.0-next.7)

Commit Description Notes
Image update ng-packagr to version 11
Image use strict guide short url


Special Thanks

Alan Agius, Renovate Bot, Charles Lyding, Minko Gechev, Bjarki

Assets 2
Oct 15, 2020
release: tag v10.1.7
Pre-release
Pre-release

@kyliau kyliau released this Oct 8, 2020 · 144 commits to master since this 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

Assets 2
Pre-release
Pre-release

@kyliau kyliau released this Oct 8, 2020 · 146 commits to master since this release

Commits

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

Commit Description Notes
Image remove deprecated isObservable function

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

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

@angular/cli (11.0.0-next.5)

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

@schematics/angular (11.0.0-next.5)

Commit Description Notes
Image add prompt to strict mode
Image add user-analytics to strict mode option
Image generate E2E tests with native promise support
Image pass down `recursive` flag
Image 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

Assets 2

@kyliau kyliau released this Oct 8, 2020 · 472 commits to master since this release

Commits

@angular-devkit/build-angular (0.1001.6)

Commit Description Notes
Image implement `relative` method in extractor FS


Special Thanks

Keen Yee Liau, Alan Agius

Assets 2

@kyliau kyliau released this Oct 8, 2020 · 472 commits to master since this release

Commits

@angular/cli (10.1.5)

Commit Description Notes
Image add blank line in migration commit message

@schematics/angular (10.1.5)

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


Special Thanks

jaroslawsawicki, Keen Yee Liau, Drummond Dawson

Assets 2
Pre-release
Pre-release

@dgp1130 dgp1130 released this Oct 1, 2020 · 205 commits to master since this release

Commits

@angular-devkit/architect-cli (0.1100.0-next.4)

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

@angular-devkit/build-angular (0.1100.0-next.4)

Commit Description Notes
Image enable Ivy extraction by default for Ivy applications
Image support package references in styles & scripts options
Image out of the box hot module replacement (HMR) [Closes #17324]
Image extract i18n messages from libraries [Closes #18871]
Image don't process stylesheets in extraction builder
Image fixes optimizeChunkAssets is deprecated in webpack 5
Image fixes deprecation warning for MainTemplate.hooks.assetPath in webpack 5
Image fix webpack 5 deprecation warning for chunk.push
Image handle undefined descriptionFileData [Closes #18631]
Image fixed afterOptimizeChunkAssets is deprecated in webpack 5
Image resolve i18n outFile from workspaceRoot
Image fixed Module.issuer is deprecated in webpack 5 for commonjs warn plugin
Image implement `relative` method in extractor FS
Image maxModules were deprecated and renamed to modulesSpace
Image webpack5 deprecation of module property in Dependency
Image add tslint as an optional peer dependency
Image add protractor as an optional peer dependency
Image add karma as an optional peer dependency
Image warn if using unsupported IE9/10 browsers
Image add missing defaults to `optimization` property

@angular-devkit/build-webpack (0.1100.0-next.4)

Commit Description Notes
Image avoid deprecation warning with Webpack 5 watch mode

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

Commit Description Notes
Image add basic support for oneOf/anyOf to `addUndefinedDefaults` transformer

@angular/cli (11.0.0-next.4)

Commit Description Notes
Image no-op ng update --all [Closes #15278]
[Closes #13095]
[Closes #12261]
[Closes #12243]
[Closes #18813]
Image add missing defaults to `optimization` property

@schematics/angular (11.0.0-next.4)

Commit Description Notes
Image don't generate special `package.json` and `no-any` when using `--strict`
Image update migration to remove deprecated `environment` option
Image remove IE9/10 from browserslist for new projects

@schematics/update (0.1100.0-next.4)

Commit Description Notes
Image add note that additional packages might require updating

Breaking Changes

@angular-devkit/build-angular: remove deprecated karma builder `environment` option (aab73e2)

Remove deprecated karma builder `environment` option

@schematics/angular: remove IE9/10 from browserslist for new projects (e64ea69)

Deprecated support for IE 9-10 has been removed in Angular 11. Only IE 9-10 support has been removed. IE 11 is officially supported in Angular 11.

Special Thanks

Alan Agius, Charles Lyding, Renovate Bot, Dmitriy Shekhovtsov, Doug Parker, mgechev

Assets 2

@dgp1130 dgp1130 released this Oct 1, 2020 · 472 commits to master since this release

Commits

@angular-devkit/architect-cli (0.1001.4)

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

@angular-devkit/build-angular (0.1001.4)

Commit Description Notes
Image handle undefined descriptionFileData [Closes #18631]
Image add missing defaults to `optimization` property

@angular/cli (10.1.4)

Commit Description Notes
Image add missing defaults to `optimization` property


Special Thanks

Alan Agius, Doug Parker

Assets 2
You can’t perform that action at this time.