Open
Conversation
2267136 to
506b7fa
Compare
b2680e9 to
93becba
Compare
e195e6c to
4deaa64
Compare
4deaa64 to
d0335e5
Compare
33f6565 to
ccad8d1
Compare
92f24e6 to
a46e05f
Compare
8135c4a to
67479c8
Compare
ae2186d to
2b2fefd
Compare
a414e1d to
8880af3
Compare
8880af3 to
94c5563
Compare
94c5563 to
448e00a
Compare
448e00a to
b457814
Compare
b457814 to
6aab193
Compare
6aab193 to
41a2938
Compare
41a2938 to
61ee284
Compare
61ee284 to
ca23992
Compare
ca23992 to
ee7ae2e
Compare
ee7ae2e to
ed48fe3
Compare
ed48fe3 to
96f3357
Compare
96f3357 to
066d043
Compare
066d043 to
eb4e196
Compare
eb4e196 to
0ffc625
Compare
185d586 to
78b73f7
Compare
78b73f7 to
cc1c7f5
Compare
cc1c7f5 to
c140697
Compare
c140697 to
2fe7574
Compare
2fe7574 to
fb63da0
Compare
fb63da0 to
76742c3
Compare
76742c3 to
7fc0d64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.8->10.0.7Release Notes
angular/angular-cli
v10.0.7Compare Source
Commits
@angular-devkit/build-angular (0.1000.7)
@angular-devkit/core (10.0.7)
@angular-devkit/schematics-cli (0.1000.7)
Special Thanks
Alan Agius, Doug Parker, JoostK
v10.0.6Compare Source
Commits
@angular-devkit/architect (0.1000.6)
@angular-devkit/build-angular (0.1000.6)
@ngtools/webpack (10.0.6)
Special Thanks
Alan Agius, Minko Gechev, Tobias Gassmann, Alexey Makhrov, Doug Parker, Charles Lyding
v10.0.5Compare Source
Commits
@schematics/angular (10.0.5)
@schematics/schematics (0.1000.5)
Special Thanks
Charles Lyding, Doug Parker, Alan Agius, Joey Perrott
v10.0.4Compare Source
Commits
@angular-devkit/build-angular (0.1000.4)
@angular-devkit/core (10.0.4)
@schematics/angular (10.0.4)
@schematics/schematics (0.1000.4)
Special Thanks
Alan Agius, Vlad Tansky, Charles Lyding, Keen Yee Liau, Pete Bacon Darwin, Amit Bublil
v10.0.3Compare Source
Commits
@angular-devkit/build-angular (0.1000.3)
@schematics/angular (10.0.3)
Special Thanks
Alan Agius, Keen Yee Liau, Charles Lyding, Sachin Grover
v10.0.2Compare Source
Commits
@angular-devkit/build-angular (0.1000.2)
@ngtools/webpack (10.0.2)
[Closes #17347]
@schematics/angular (10.0.2)
Special Thanks
Alan Agius, Doug Parker, Kishan Gajera, Simon Kurtz, mgechev
v10.0.1Compare Source
Commits
@angular-devkit/build-angular (0.1000.1)
@angular/cli (10.0.1)
@schematics/angular (10.0.1)
@schematics/schematics (0.1000.1)
Special Thanks
Alan Agius, Charles Lyding, Minko Gechev
v10.0.0Compare Source
Commits
@angular-devkit/architect (0.1000.0)
@angular-devkit/build-angular (0.1000.0)
[Closes #16875]
[Closes #17890]
@angular-devkit/build-optimizer (0.1000.0)
@angular-devkit/schematics (10.0.0)
@angular/cli (10.0.0)
[Closes #16615]
@ngtools/webpack (10.0.0)
@schematics/angular (10.0.0)
[Closes #8138]
@schematics/schematics (0.1000.0)
Breaking Changes
remove deprecate protractor `elementExplorer` (5395cec)
Protractor builder elementExplorer option has been removed. This was not compatable with the Node.Js versions that the Angular CLI supports. See: https://github.com/angular/protractor/blob/master/docs/debugging.md#enabled-control-flow for an alternative debugging methods.@angular/cli: remove deprecated get/set commands (b66b9b8)
Deprecated `ng set` and `ng get` have been removed, use `ng config` instead.@angular/cli: remove deprecated typescriptMismatch (28f87cb)
Removed deprecated `typescriptMismatch` warning option. Users will be migrated off this option automatically. Users wishing to disable TypeScript version checks should use the Angular compiler option `disableTypeScriptVersionCheck`, see https://angular.io/guide/angular-compiler-options#disabletypescriptversioncheck for more information.@schematics/angular: remove deprecated options from app-shell and universal schematics (ac3aff2)
The below options have been removed as they had no effect - `test` and `testTsconfigFileName` have been removed form the universal schematic - `universalProject`, `name`, `outDir`, `root` and `index` have been removed from the app-shell schematic@angular-devkit/build-angular: remove unused server builder options (08062e9)
options `commonChunk` and `vendorChunk` have been removed from the server builder.Note: this change only effects direct @angular-devkit/build-angular users and not the application developers as users will be migrated automatically off these options.
@ngtools/webpack: remove deprecated isSupported method (51de4f7)
`isSupported` method has been removed from `AngularCompilerPlugin` as it has become redundant with peer dependencies.Note: this change only effects direct
@ngtools/webpackusers and not the application developers.@angular-devkit/build-angular: remove deprecated `evalSourceMap`, `vendorSourceMap`, `profile` and `skipAppShell` options (8fb7e58)
The following deprecated devkit builders options have been removed: - `skipAppShell:` This has no effect - `evalSourceMap`: This done to improve performance in older versions of the CLI and is no longer needed - `vendorSourceMap`: Use `sourceMap.vendor` instead - `profile`: Use `NG_BUILD_PROFILING` environment variable instead@angular-devkit/build-angular: remove unused rxjs path mapping ( c7edbb8)
rxjs-compat was used during the transition from RxJS 5 to RxJS 6 via the use of rxjs-compat package during the Angular 5.x timeframe. Now that the minimum version is 6.x support for rxjs-compat is no longer provided out-of-the box.Special Thanks
Renovate Bot, Alan Agius, Filipe Silva, Charles Lyding, Keen Yee Liau, mgechev, Doug Parker, Greg Magolan, Walter Werner SCHNEIDER, Kishan Gajera, renovate[bot], aly ahmed, Cyrille Tuzi, Cédric Exbrayat, Joey Perrott, Pete Bacon Darwin, Fabian Wiles
v9.1.12Compare Source
Commits
@angular-devkit/core (9.1.12)
Special Thanks
Alan Agius, Keen Yee Liau
v9.1.11Compare Source
Commits
Special Thanks
Doug Parker
v9.1.10Compare Source
Commits
@angular-devkit/build-angular (0.901.10)
Special Thanks
Alan Agius, Minko Gechev, Charles Lyding
v9.1.9Compare Source
Commits
@angular-devkit/build-angular (0.901.9)
Special Thanks
Doug Parker, Charles Lyding, Alan Agius
v9.1.8Compare Source
Commits
@angular-devkit/build-angular (0.901.8)
Special Thanks
Alan Agius, Minko Gechev, Vishnu TS
v9.1.7Compare Source
Commits
@angular-devkit/build-angular (0.901.7)
@schematics/angular (9.1.7)
Special Thanks
Alan Agius, Charles Lyding, Minko Gechev
v9.1.6Compare Source
Commits
@ngtools/webpack (9.1.6)
Special Thanks
Keen Yee Liau, Alan Agius
v9.1.5Compare Source
Commits
@angular-devkit/build-angular (0.901.5)
@angular/cli (9.1.5)
@ngtools/webpack (9.1.5)
@schematics/angular (9.1.5)
Special Thanks
Alan Agius, Doug Parker, Joey Perrott, Charles Lyding
v9.1.4Compare Source
Commits
@angular-devkit/build-angular (0.901.4)
Special Thanks
Alan Agius, Minko Gechev
v9.1.3Compare Source
Commits
@angular-devkit/core (9.1.3)
@schematics/angular (9.1.3)
[Closes #17241]
Special Thanks
Alan Agius, Keen Yee Liau, Doug Parker
v9.1.2Compare Source
Commits
@angular-devkit/build-angular (0.901.2)
@angular/cli (9.1.2)
@ngtools/webpack (9.1.2)
Special Thanks
Alan Agius, Doug Parker, Charles Lyding, George Kalpakas
v9.1.1Compare Source
Commits
@angular-devkit/build-angular (0.901.1)
@angular-devkit/build-optimizer (0.901.1)
@angular-devkit/schematics (9.1.1)
@angular/cli (9.1.1)
[Closes #16615]
@angular/pwa (0.901.1)
@schematics/angular (9.1.1)