Releases: angular/angular-cli
Releases · angular/angular-cli
v9.0.0-rc.5
Commits
@angular-devkit/build-angular (0.900.0-rc.5) | ||
Commit | Description | Notes |
|
augment base HREF when localizing | |
|
support differential loading for web workers |
[Closes #16275] |
|
ensure HTML lang attribute is set when localizing | |
@angular-devkit/build-webpack (0.900.0-rc.5) | ||
Commit | Description | Notes |
|
allow runWebpackDevServer to accept a webpackDevServerFactory | |
@ngtools/webpack (9.0.0-rc.5) | ||
Commit | Description | Notes |
|
report diagnostics the same way in type checker | |
@schematics/angular (9.0.0-rc.5) | ||
Commit | Description | Notes |
|
improve paths and exclude options | |
|
improve i18n baseHref migration support for direct localize usage | |
|
migrate localized base HREF options for 9.0 | |
|
update @types/jasmine to 3.5 to match version of jasmine-core |
Special Thanks
Alan Agius, Charles Lyding, Filipe Silva, Minko Gechev, Joey Perrott, Renovate Bot
v9.0.0-rc.4
Commits
@angular/cli (9.0.0-rc.4) | ||
Commit | Description | Notes |
|
`ng version` should report if ivy is enabled | |
|
improve robustness of Node.js version check | |
@schematics/angular (9.0.0-rc.4) | ||
Commit | Description | Notes |
|
when migrating do not set base localize option for builder | |
@angular-devkit/build-angular (0.900.0-rc.4) | ||
Commit | Description | Notes |
|
make i18n translation files relative to workspace | |
|
add pattern validations for `browserTarget` and `serverTarget` | |
|
enable dynamic import parsing with serve localization |
[Closes #16248] |
|
cache localize results with development server | |
|
mocked context in single test transform matches webpack API | |
@angular/pwa (0.900.0-rc.4) | ||
Commit | Description | Notes |
|
additional public schematic definition | |
Special Thanks
Charles Lyding, Alan Agius, arturovt, vikerman, codingnuclei, FDIM, Greg Magolan
v8.3.20
Commits
@angular/cli (8.3.20) | ||
Commit | Description | Notes |
|
fix package manager warnings when running temporary install | |
|
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] |
@angular-devkit/build-angular (0.803.20) | ||
Commit | Description | Notes |
|
properly process es2016+ targets with differential loading | |
|
downlevel iteration during differential loading |
[Closes #16229] |
Special Thanks
Charles Lyding, Alan Agius, vikerman
v9.0.0-rc.3
Commits
@angular/cli (9.0.0-rc.3) | ||
Commit | Description | Notes |
|
fix package manager warnings when running temporary install | |
|
support running a single migration from a package | |
@schematics/angular (9.0.0-rc.3) | ||
Commit | Description | Notes |
|
migrate project to use new i18n options | |
|
add new route before wildcard route | |
|
add CanDeactivate guard |
[Closes #15668] |
|
uniformize guard spec with service spec | |
|
only remove `tslib` from package.json when it's not a dependency | |
@angular-devkit/build-angular (0.900.0-rc.3) | ||
Commit | Description | Notes |
|
properly process es2016+ targets with differential loading | |
|
resolve lazy route Angular package from project base |
[Closes #16219] |
|
update link to update.angular.io | |
|
prevent webpack from adding suffixes to polyfills files |
[Closes #15915] |
|
allow new i18n options to work with VE | |
|
support global locale data with development server | |
|
ensure webpack loaders use this package's versions | |
|
ensure build-angular's webpack version is used | |
|
fix numberOfComponents in JIT mode | |
@angular-devkit/build-ng-packagr (0.900.0-rc.3) | ||
Commit | Description | Notes |
|
add tsickle as optional peer dep | |
@angular-devkit/build-optimizer (0.900.0-rc.3) | ||
Commit | Description | Notes |
|
update ɵsetClassMetadata call format | |
|
don't remove ɵɵsetNgModuleScope calls | |
@angular-devkit/core (9.0.0-rc.3) | ||
Commit | Description | Notes |
|
retain order of types set in allOf, anyOf and oneOf when parsing schema | |
@angular-devkit/schematics (9.0.0-rc.3) | ||
Commit | Description | Notes |
|
filters out non-NPM dependencies |
[Closes #13059] |
|
only commit to disk when contents of file changes | |
@ngtools/webpack (9.0.0-rc.3) | ||
Commit | Description | Notes |
|
fix rebuilds for transitive and global type deps |
[Closes #15856] |
|
don't warn on unused ngsummary |
[Closes #15626] [Closes #issuecomment-551632356] |
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