Releases: angular/angular-cli
Releases · angular/angular-cli
v9.0.0-rc.9
Commits
@angular-devkit/build-angular (0.900.0-rc.9) | ||
| Commit | Description | Notes |
|
|
emit error when a script is not found |
[Closes #16659] |
|
|
change css optimizer from clean-css with cssnano |
[Closes #16123] [Closes #13854] |
|
|
update tree-kill dependency to 1.2.2 | |
|
|
improve quality of differential loading sourcemaps | |
|
|
replace istanbul-instrumenter-loader with coverage-istanbul-loader |
[Closes #16576] [Closes #7117] |
@angular-devkit/build-optimizer (0.900.0-rc.9) | ||
| Commit | Description | Notes |
|
|
revert to using TS 3.6 | |
|
|
improve quality of sourcemaps | |
Special Thanks
Alan Agius, Charles Lyding, Filipe Silva, Minko Gechev
v8.3.23
Commits
@angular-devkit/build-angular (0.803.23) | ||
| Commit | Description | Notes |
|
|
suppress duplicate 3rdpartylicenses.txt warning | |
|
|
update tree-kill dependency to 1.2.2 | |
|
|
replace istanbul-instrumenter-loader with coverage-istanbul-loader |
[Closes #16576] [Closes #7117] |
Special Thanks
Alan Agius, Minko Gechev, Doug Parker, Charles Lyding
v9.0.0-rc.8
Commits
@angular-devkit/build-angular (0.803.22) | ||
| Commit | Description | Notes |
|
|
update browserslist and caniuse-lite |
[Closes #16560] |
|
|
account for hashed and non hashed filesnames when having sourcemaps | |
|
|
prevent differential loading double sourcemap search | |
|
|
add sourceMappingURL comment for ES2015 during differential loading |
[Closes #16522] |
@angular-devkit/build-optimizer (0.803.22) | ||
| Commit | Description | Notes |
|
|
wrap classes which contain empty statements (#16538) |
[Closes #16509] |
@angular-devkit/build-webpack (0.803.22) | ||
| Commit | Description | Notes |
|
|
correct webpack typings issue | |
@angular-devkit/schematics (8.3.22) | ||
| Commit | Description | Notes |
|
|
fix the `isBinary` function | |
@angular/cli (8.3.22) | ||
| Commit | Description | Notes |
|
|
disable Browserslist old data warning | |
|
|
inform user and error if schematics package is in unreachable location (#16466) | |
|
|
migrate and inform users about @angular-devkit/[schematics, core] packages | |
|
|
inform user and error if schematics package is in unreachable location (#16466) | |
@ngtools/webpack (8.3.22) | ||
| Commit | Description | Notes |
|
|
format Ivy diagnostics properly | |
@schematics/angular (8.3.22) | ||
| Commit | Description | Notes |
|
|
handle aliased or existing environment import (#16377) | |
Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Minko Gechev, arturovt, vikerman, Artur Androsovych
v8.3.22
Commits
@angular-devkit/build-angular (0.803.22) | ||
| Commit | Description | Notes |
|
|
update browserslist and caniuse-lite |
[Closes #16560] |
|
|
account for hashed and non hashed filesnames when having sourcemaps | |
|
|
add sourceMappingURL comment for ES2015 during differential loading |
[Closes #16522] |
|
|
prevent differential loading double sourcemap search | |
@angular/cli (8.3.22) | ||
| Commit | Description | Notes |
|
|
disable Browserslist old data warning | |
Special Thanks
Alan Agius, Minko Gechev, Charles Lyding
v9.0.0-rc.7
Commits
@schematics/angular (9.0.0-rc.7) | ||
| Commit | Description | Notes |
|
|
blank root leads to wrong tsconfig.lib.prod.json path | |
|
|
workaround schematic/json AST issues in 9.0 i18n migration | |
@angular-devkit/build-angular (0.900.0-rc.7) | ||
| Commit | Description | Notes |
|
|
optimize web worker differential loading processing |
[Closes #16441] |
@ngtools/webpack (9.0.0-rc.7) | ||
| Commit | Description | Notes |
|
|
invalidate ngcc processor cache |
[Closes #16397] |
Special Thanks
Charles Lyding, vikerman, Alan Agius, Filipe Silva
v8.3.21
v9.0.0-rc.6
Commits
@angular-devkit/build-angular (0.900.0-rc.6) | ||
| Commit | Description | Notes |
|
|
ensure source locale data is injected when localizing |
[Closes #16389] |
|
|
resolve `@babel/preset-env` | |
|
|
add symlinks option to resolveLoader | |
|
|
localize service worker base href | |
|
|
add notice when using bundleDependencies: none with Ivy | |
|
|
update budgets to check differential builds separately |
[Closes #15792] |
|
|
remove async files from `initial` bundle budget. | |
|
|
suppress duplicate 3rdpartylicenses.txt warning | |
|
|
add `externalDependencies` to server builders | |
|
|
allow `bundleDependencies` to be a boolean | |
@angular/cli (9.0.0-rc.6) | ||
| Commit | Description | Notes |
|
|
remove alias for deploy command | |
@schematics/angular (9.0.0-rc.6) | ||
| Commit | Description | Notes |
|
|
improve i18n output path option migration | |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Keen Yee Liau, Filipe Silva, Smartin, Wataru.Kasahara
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