Releases: angular/angular-cli
Releases · angular/angular-cli
v9.0.0-rc.2
Commits
@angular-devkit/benchmark (0.900.0-rc.2) | ||
| Commit | Description | Notes |
|
|
Allows the CLI repo to be hosted in a directory with spaces. (#16073) | |
@angular-devkit/build-angular (0.900.0-rc.2) | ||
| Commit | Description | Notes |
|
|
support TSLint 6.0+ | |
|
|
support XMB/XTB translation file parser |
[Closes #16100] |
|
|
ignore node modules when polling | |
|
|
prevent double sourcemap processing | |
|
|
silence internal webpack dev server logging | |
|
|
allow localization with development server (#16053) | |
@angular-devkit/core (9.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
allow multiselect list defaults |
[Closes #16104] |
@angular/cli (9.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
Renames final message to "Migration completed". (#16016) | |
|
|
clarify ng update outdated message | |
|
|
remove no-bin-links during npm/yarn install |
[Closes #16133] |
|
|
Prints out when a commit is made in `ng update`. |
[Closes #16060] |
|
|
add link to update guide post running Angular migrations | |
|
|
re-introduce install package using shell spawn (#16112) | |
@ngtools/webpack (9.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
recursive look up unused files |
[Closes #15626] |
|
|
also elide type references on transform (#16085) |
[Closes #14617] |
|
|
only remove decorators in VE (#16086) |
[Closes #16070] |
@schematics/angular (9.0.0-rc.2) | ||
| Commit | Description | Notes |
|
|
remove ngcc postinstall hook | |
|
|
return undefined instead of throw when file is not found | |
|
|
improve cli migration name and description (#16093) | |
Special Thanks
Charles Lyding, Filipe Silva, Alan Agius, Doug Parker, Renovate Bot, Minko Gechev, Cédric Exbrayat, renovate[bot], Douglas Parker
v8.3.19
Commits
Special Thanks
Alan Agius, Minko Gechev
v9.0.0-rc.1
Commits
@angular/cli (9.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
disable update commit creation by default |
[Closes #16013] |
|
|
use spawned process error when it's available | |
|
|
handle null stderr during npm install | |
|
|
only show add/update package install output on errors |
[Closes #16014] [Closes #16027] |
|
|
remove unneeded git HEAD update message |
[Closes #16031] |
|
|
add migration name to commit header | |
|
|
pass next option to all update logic |
[Closes #16015] |
|
|
verify package specifier when adding a package |
[Closes #16029] |
|
|
skip project analytics prompt when using update |
[Closes #16012] |
|
|
don't install using global command but rather install in a different folder | |
|
|
change analytics type to boolean or string | |
@schematics/angular (9.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
only show `ngsw-config.json` file not find warning when `ngswConfigPath` is defined | |
|
|
migrate module compiler option | |
|
|
warn when target references a missing tsconfig |
[Closes #16019] |
|
|
`appendValueInAstArray` should not break JSON when using different formatting | |
|
|
tsconfig creates invalid file references | |
|
|
replace `'**/*.ts` file inclusion with `**/*.d.ts` | |
@angular-devkit/build-angular (0.900.0-rc.1) | ||
| Commit | Description | Notes |
|
|
temporarily disable global locale data injection | |
|
|
insert locale data when localizing | |
|
|
temporarily remove localize peer dependency | |
|
|
allow missing i18nFile option when using i18nLocale | |
@ngtools/webpack (9.0.0-rc.1) | ||
| Commit | Description | Notes |
|
|
fix resource dep lookup on windows |
[Closes #15863] |
|
|
skip NGCC when file system is read only | |
Special Thanks
Alan Agius, Charles Lyding, Filipe Silva, Renovate Bot, vikerman, Kayla Altepeter
v8.3.18
v9.0.0-rc.0
Commits
Special Thanks
vikerman
v9.0.0-next.19
Commits
@angular/cli (9.0.0-next.19) | ||
| Commit | Description | Notes |
|
|
improve statues and description logs during update | |
|
|
updated CLI should not have analytics enabled | |
@schematics/angular (9.0.0-next.19) | ||
| Commit | Description | Notes |
|
|
disable i18n migrations | |
|
|
universal add outputHashing to media |
[Closes #15953] |
@angular-devkit/build-angular (0.900.0-next.19) | ||
| Commit | Description | Notes |
|
|
temporarily disable localize for multiple locales | |
|
|
adjust translation parser import paths | |
|
|
augment with serviceworker during localization | |
|
|
i18n app shell with Ivy | |
|
|
enable locale data transform for single localization | |
|
|
don't emit CSS resources during a server build |
[Closes #12878] |
@angular-devkit/schematics (9.0.0-next.19) | ||
| Commit | Description | Notes |
|
|
use error logger method when there is a workflow error | |
Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Filipe Silva, Vikram Subramanian
v8.3.17
Commits
@angular-devkit/build-angular (0.803.17) | ||
| Commit | Description | Notes |
|
|
update terser to 4.3.9 to address issue with keep_fnames |
[Closes #15996] |
Special Thanks
vikerman, Alan Agius