Releases: angular/angular-cli
v7.0.6
Commits
@angular/cli (7.0.6) | ||
Commit | Description | Notes |
|
add missing `ngswConfigPath` to schema | |
@schematics/angular (7.0.6) | ||
Commit | Description | Notes |
|
`addSymbolToNgModuleMetadata` metadata without indent |
[Closes #12950] |
|
rename e2e PO utility function | |
@angular-devkit/core (7.0.6) | ||
Commit | Description | Notes |
|
handle drive only paths in windows |
[Closes #12670] |
@ngtools/webpack (7.0.6) | ||
Commit | Description | Notes |
|
update error message to reference templateUrl |
[Closes #12693] |
Special Thanks
Alan Agius, Keen Yee Liau, Jesús, Emmanuel Demey
v7.1.0-beta.1
Commits
@angular/cli (7.1.0-beta.1) | ||
Commit | Description | Notes |
|
autodetect default package manager (#12753) | |
|
support all single dashes prefixed arguments (#12783) |
[Closes #12783] [Closes #12771] |
@schematics/angular (7.1.0-beta.1) | ||
Commit | Description | Notes |
|
minimal should be honored in workspace creation | |
@angular-devkit/build-angular (0.11.0-beta.1) | ||
Commit | Description | Notes |
|
update autoprefixer (#12785) | |
|
update node-sass (#12890) | |
|
improve verbose output (#12833) | |
|
update webpack (#12801) | |
|
add a base href to karma context (#12889) | |
@angular-devkit/core (7.1.0-beta.1) | ||
Commit | Description | Notes |
|
fix 'this' check (#12873) |
[Closes #12873] |
@ngtools/webpack (7.1.0-beta.1) | ||
Commit | Description | Notes |
|
allow custom lazy module resource (#12593) | |
|
replace resources should effect only class decorators (#12503) |
[Closes #12488] [Closes #6007] |
Special Thanks
Alan Agius, vikerman, Filipe Silva, Keen Yee Liau, Vikram Subramanian, Cédric Exbrayat, Hans Larsen, fscherwi, Jason Jean, Charles Lyding
v7.0.5
Commits
@angular/cli (7.0.5) | ||
Commit | Description | Notes |
|
support all single dashes prefixed arguments (#12783) |
[Closes #12783] [Closes #12771] |
@schematics/angular (7.0.5) | ||
Commit | Description | Notes |
|
minimal should be honored in workspace creation (#12896) | |
@angular-devkit/build-angular (0.10.5) | ||
Commit | Description | Notes |
|
add a base href to karma context (#12889) | |
@angular-devkit/build-optimizer (0.10.5) | ||
Commit | Description | Notes |
|
update typescript to 3.1.6 | |
Special Thanks
Alan Agius, Vikram Subramanian, Cédric Exbrayat, Jason Jean, vikerman
v7.0.4
Note upstream fixes
@angular/core
version 7.0.2 contains angular/angular#26879 which is a fix for
#12646
typescript
version 3.1.6 was also just released and contains a fix for microsoft/TypeScript#28028 which was making builds slow.
We strongly recommend updating your Angular and TypeScript version - updating Angular CLI to a new patch version doesn't do this automatically.
Commits
@angular/cli (7.0.4) | ||
Commit | Description | Notes |
|
error out when command json is invalid | |
@schematics/angular (7.0.4) | ||
Commit | Description | Notes |
|
--minimal should prevent generating e2e (#12742) |
[Closes #12739] |
|
update `@angular-devkit/build-ng-packagr` when migrating |
[Closes #12642] |
|
minimal workspace leaves blank line in `package.json` |
[Closes #12778] |
|
order of `module` properties is inconsistent |
[Closes #12509] |
|
experimentalIvy creates project using `next` packages | |
|
migrate build-angular for 7.0 RC users |
[Closes #12647] |
@angular-devkit/build-angular (0.10.4) | ||
Commit | Description | Notes |
|
improve bundle size value displaying | |
@angular-devkit/schematics (7.0.4) | ||
Commit | Description | Notes |
|
upgrade refactoring with tslint emits too much whitespace |
[Closes #12653] |
@ngtools/webpack (7.0.4) | ||
Commit | Description | Notes |
|
print error message on new line (#12764) |
Special Thanks
Alan Agius, Keen Yee Liau, Alex Eagle, Noël Macé, Filipe Silva, Majid Hajian, Cédric Exbrayat, Sibiraj, Teamop, Charles Lyding
v6.2.7
v7.1.0-beta.0
Commits
@angular/cli (7.1.0-beta.0) | ||
Commit | Description | Notes |
|
error out when command json is invalid | |
|
multiline help descriptions are not aligned | |
|
use stderr for all diagnostic related log messages | |
@angular-devkit/build-angular (0.11.0-beta.0) | ||
Commit | Description | Notes |
|
stop karma gracefully | |
|
update webpack dependencies | |
|
update Autoprefixer and PostCSS |
[Closes #9861] [Closes #9829] |
|
expose `buildWebpackConfig` method in `KarmaBuilder` |
[Closes #12447] |
|
improve bundle size value displaying | |
|
update license-webpack-plugin |
[Closes #12649] |
|
error when using protocol-relative url |
[Closes #12648] |
|
update `copy-webpack-plugin` dependency |
[Closes #9669] |
|
update copy-webpack-plugin | |
@schematics/angular (7.1.0-beta.0) | ||
Commit | Description | Notes |
|
add profiling files to gitignore |
[Closes #12811] |
|
install packages when creating a new application |
[Closes #12719] |
|
enable typescript helpers in workspace | |
|
add `text-summary` to code coverage reporters |
[Closes #3602] |
|
add @angular/http as a dependency in universal | |
|
remove `@angular/http` as it's deprecated | |
|
--minimal should prevent generating e2e (#12742) |
[Closes #12739] |
|
add serverTarget to app shell production configuration | |
|
update karma version | |
|
update `@angular-devkit/build-ng-packagr` when migrating |
[Closes #12642] |
|
minimal workspace leaves blank line in `package.json` |
[Closes #12778] |
|
order of `module` properties is inconsistent |
[Closes #12509] |
|
experimentalIvy creates project using `next` packages | |
v7.0.3
Commits
@angular/cli (7.0.3) | ||
Commit | Description | Notes |
|
multiline help descriptions are not aligned | |
@schematics/angular (7.0.3) | ||
Commit | Description | Notes |
|
migrate build-angular for 7.0 RC users |
[Closes #12647] |
|
module is not being located correctly when using `flat` |
[Closes #12614] |
@angular-devkit/schematics-cli (0.10.3) | ||
Commit | Description | Notes |
|
inconsistency in referencing collection |
[Closes #12600] |
@angular-devkit/build-angular (0.10.3) | ||
Commit | Description | Notes |
|
update Autoprefixer and PostCSS |
[Closes #9861] [Closes #9829] |
|
update license-webpack-plugin |
[Closes #12649] |
|
error when using protocol-relative url |
[Closes #12648] |
|
update `copy-webpack-plugin` dependency |
[Closes #9669] |
@angular-devkit/build-optimizer (0.10.3) | ||
Commit | Description | Notes |
|
add tslib replacement at top of file |
[Closes #12568] |
@ngtools/webpack (7.0.3) | ||
Commit | Description | Notes |
|
report a warning when lazy route discovery is disabled |
[Closes #12238] [Closes #12025] |
@schematics/schematics (0.10.3) | ||
Commit | Description | Notes |
|
should not have test node_modules specs |
[Closes #12605] |
Special Thanks
Alan Agius, Hans Larsen, Charles Lyding, Keen Yee Liau, Jeffrey Bosch, Ahsan Ayaz, Noël Macé, Andrey Sitnik
v7.0.2
v6.2.6
Commits
@angular-devkit/build-angular (0.8.6) | ||
Commit | Description | Notes |
|
pin copy-webpack-plugin |
[Closes #12553] [Closes #12260] |
CLI for Angular v7.0
Commits
<td...
@angular-devkit/schematics-cli (0.10.1) | ||
Commit | Description | Notes |
|
fix `list-schematics` is not printing anything |
[Closes #12220] |
@angular/cli (7.0.1) | ||
Commit | Description | Notes |
|
show project being linted |
[Closes #11231] |
|
add `--defaults` option to `ng new` |
[Closes #12084] |
|
add support for `ShadowDom` as a `viewEncapsulation` value | |
|
if parsing comes accross an obvious error throw it | |
|
remove --help-json and add format to help | |
|
add support for parsing enums | |
|
add subcommand to options | |
|
add usage notes to help JSON | |
|
add help for ng-new schematics | |
|
generate --helpJson will remove collection name | |
|
sort schematics by name in --help-json | |
|
add long description and suboption option type | |
|
add --helpJson (or --help-json) too all commands | |
|
remove yargs-parser and implement parsing | |
|
initialize a console prompt provider for schematics | |
|
allow schematic command to specify the default colletion. | |
|
use stderr for all diagnostic related log messages | |
|
capture CPU profile | |
|
`ng update` remove duplicate `dryRun` in help |
[Closes #12423] |
|
numerical flags should not give 0 if empty | |
|
allow -a=value arguments |
[Closes #12308] |
|
allow empty string arguments | |
|
relax compatible angular check package location | |
|
`--verbose` is an unknown option of `serve` |
[Closes #11086] |
|
allow global config command outside project |
[Closes #12296] |
|
suggest windows-compatible typescript install command | |
|