Skip to content

Releases: angular/angular-cli

v8.1.3

29 Jul 22:03
Compare
Choose a tag to compare

Commits

@angular/cli (8.1.3)

Commit Description Notes
don't add leftovers when there are none

@schematics/angular (8.1.3)

Commit Description Notes
change `findNodes` to stop recursive lookup for child nodes of kind [Closes #15117]
add differential loading profiling file to gitignore
the required 'alt' attribute is missing in the root component's template

@angular-devkit/build-angular (0.801.3)

Commit Description Notes
fix sourcemaps for vscode breakpoints [Closes #15116]
only add module script types to actual module scripts [Closes #15102]
support pnpm with ng serve [Closes #13680]

@ngtools/webpack (8.1.3)

Commit Description Notes
find aliased lazy route factories [Closes #14707]
use a single module resolution cache
delete all virtual files for styles on change [Closes #15143]


Special Thanks

Alan Agius, vikerman, Filipe Silva, Charles Lyding, Amadou Sall

v8.2.0-next.1

18 Jul 01:27
Compare
Choose a tag to compare
v8.2.0-next.1 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.802.0-next.1)

Commit Description Notes
add defer attributes to classic scripts (#15087)

@angular/cli (8.2.0-next.1)

Commit Description Notes
report telemetry opt-ins (#15054)
use correct schematic defaults considering workspace (#15041) [Closes #14986]

@schematics/angular (8.2.0-next.1)

Commit Description Notes
enable ivy in tests (#15044)
exclusively list the files in tsconfigs (#15030)
add commonjs module to universal tsconfig (#15090)


Special Thanks

Renovate Bot, Charles Lyding, Alan Agius, Minko Gechev, Judy Bogart, Cédric Exbrayat, Hans Larsen

v8.1.2

18 Jul 01:26
Compare
Choose a tag to compare

Commits

@schematics/angular (8.1.2)

Commit Description Notes
add commonjs module to universal tsconfig (#15090)


Special Thanks

Minko Gechev, Filipe Silva, Alan Agius, Judy Bogart

v8.2.0-next.0

10 Jul 17:55
Compare
Choose a tag to compare
v8.2.0-next.0 Pre-release
Pre-release

Commits

@angular/cli (8.2.0-next.0)

Commit Description Notes
display a more detailed error message when workspace cannot be loaded [Closes #15023]
[Closes #10757]
[Closes #14933]
[Closes #11204]
add `verbose` option to `update` and `add`
pass in metrics to the pageview for commands

@schematics/angular (8.2.0-next.0)

Commit Description Notes
add migration from `lazy` option to `inject`
ignore nested arrays in route declarations [Closes #15016]
add `text-summary` to code coverage reporter
update sass documentation links [Closes #14975]

@angular-devkit/architect (0.802.0-next.0)

Commit Description Notes
one more fix for newest version of rxjs
fix for newest version of rxjs

@angular-devkit/build-angular (0.802.0-next.0)

Commit Description Notes
run Build Optimizer only on TS-generated files
allow control of index output path
deprecate scripts and styles `lazy` option in favor of`inject` [Closes #14814]
add crossorigin options [Closes #14743]
fix sourcemaps paths
use query option to set sockJS path in dev-server [Closes #15002]
only add module script types to actual module scripts [Closes #14952]
IE11 errors when using scripts and differential loading [Closes #14777]

@angular-devkit/build-optimizer (0.802.0-next.0)

Commit Description Notes
add BuildOptimizerWebpackPlugin
wrap classes with a let variable [Closes #14930]

@ngtools/webpack (8.2.0-next.0)

Commit Description Notes
resources path normalizations [Closes #15012]
NGCC should process secondary entry-points [Closes #30972]
[Closes #issuecomment-506428267]

@schematics/update (0.802.0-next.0)

Commit Description Notes
update `@angular/pwa` when migrating to 8


Special Thanks

Renovate Bot, Charles Lyding, Alan Agius, Filipe Silva, Hans Lar...

Read more

v8.1.1

10 Jul 17:57
Compare
Choose a tag to compare

Commits

@angular/cli (8.1.1)

Commit Description Notes
display a more detailed error message when workspace cannot be loaded [Closes #15023]
[Closes #10757]
[Closes #14933]
[Closes #11204]
add `verbose` option to `update` and `add`

@schematics/angular (8.1.1)

Commit Description Notes
ignore nested arrays in route declarations [Closes #15016]
add `text-summary` to code coverage reporter
update sass documentation links [Closes #14975]

@angular-devkit/build-angular (0.801.1)

Commit Description Notes
fix sourcemaps paths
use query option to set sockJS path in dev-server [Closes #15002]
only add module script types to actual module scripts [Closes #14952]

@angular-devkit/build-optimizer (0.801.1)

Commit Description Notes
wrap classes with a let variable [Closes #14930]

@ngtools/webpack (8.1.1)

Commit Description Notes
resources path normalizations [Closes #15012]

@schematics/update (0.801.1)

Commit Description Notes
update `@angular/pwa` when migrating to 8


Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Wataru.Kasahara, Elvis Begovic, Joey Perrott

v8.1.0

02 Jul 21:36
Compare
Choose a tag to compare

Commits

@angular-devkit/architect (0.801.0)

Commit Description Notes
one more fix for newest version of rxjs
fix for newest version of rxjs

@angular/cli (8.1.0)

Commit Description Notes
ng doc uses angular core version by default [Closes #12365]
report RAM in gigabytes instead of megabytes
ping back when user opts out of analytics
move non-stable version analytics to own property
log unhandled exceptions
ng doc accepts a version flag
pass in metrics to the pageview for commands
log file path normalization
validate version in doc command
correct git branch in ng version
ensure analytics prompt exceptions are caught [Closes #14684]

@schematics/angular (8.1.0)

Commit Description Notes
add migration from `lazy` option to `inject`
lazy routing module generator
add skipSelector property to the component generator [Closes #14749]
add `fullTemplateTypeCheck` and `strictInjectionParameters` to workspace tsconfig.json [Closes #14794]
set proper severity of the tslint deprecation rule
replace forked `web-animations-js` with latest version [Closes #14518]
fix BUILD file filter for npm package to include both BUILD and BUILD.bazel file
improve pipe signature [Closes #12602]
remove indentation in component html [Closes #14816]
support adding web-worker to pre version 8 applications [Closes #14791]

@angular-devkit/build-angular (0.801.0)

Commit Description Notes
deprecate scripts and styles `lazy` option in favor of`inject` [Closes #14814]
add crossorigin options [Closes #14743]
Read more

v8.1.0-rc.0

27 Jun 20:33
Compare
Choose a tag to compare
v8.1.0-rc.0 Pre-release
Pre-release

Commits

@angular/cli (8.1.0-rc.0)

Commit Description Notes
ng doc uses angular core version by default [Closes #12365]
report RAM in gigabytes instead of megabytes
ping back when user opts out of analytics
move non-stable version analytics to own property
log file path normalization
validate version in doc command

@schematics/angular (8.1.0-rc.0)

Commit Description Notes
lazy routing module generator
set proper severity of the tslint deprecation rule
replace forked `web-animations-js` with latest version [Closes #14518]
fix BUILD file filter for npm package to include both BUILD and BUILD.bazel file

@angular-devkit/build-angular (0.801.0-rc.0)

Commit Description Notes
option to build and test only specified spec files
add Symbol.iterator polyfill for legacy browsers
add `type="module"` on script tags when differential loading will be enabled [Closes #14747]
force event category to be something
add `@angular/compiler-cli` version `8.1.0-next.0` as `peerDependency`

@angular-devkit/schematics (8.1.0-rc.0)

Commit Description Notes
fix use `install` subcommand when override package manager to yarn

@ngtools/webpack (8.1.0-rc.0)

Commit Description Notes
skip non-runtime types when transforming constructors [Closes #14876]
add `@angular/compiler-cli` version `8.1.0-next.0` as `peerDependency`


Special Thanks

Renovate Bot, Alan Agius, Hans Larsen, Cédric Exbrayat, Charles Lyding, Suguru Inatomi, Minko Gechev, c4605, hawkgs, Vikram Subramanian, Greg Magolan, FDIM

v8.0.6

27 Jun 20:40
Compare
Choose a tag to compare

Commits

@angular/cli (8.0.6)

Commit Description Notes
report RAM in gigabytes instead of megabytes


Special Thanks

vikerman, Hans Larsen

v8.0.5

27 Jun 20:34
Compare
Choose a tag to compare

Commits

@schematics/angular (8.0.5)

Commit Description Notes
set proper severity of the tslint deprecation rule
replace forked `web-animations-js` with latest version [Closes #14518]
remove duplicate module and moduleResolution properties from tsconfig [Closes #14882]
fix BUILD file filter for npm package to include both BUILD and BUILD.bazel file

@angular-devkit/build-angular (0.800.5)

Commit Description Notes
add Symbol.iterator polyfill for legacy browsers
force event category to be something

@angular-devkit/schematics (8.0.5)

Commit Description Notes
fix use `install` subcommand when override package manager to yarn

@ngtools/webpack (8.0.5)

Commit Description Notes
skip non-runtime types when transforming constructors [Closes #14876]


Special Thanks

vikerman, Suguru Inatomi, Minko Gechev, c4605, Charles Lyding, Alan Agius, Michel Palourdio, Hans Larsen, Greg Magolan

v8.1.0-beta.3

24 Jun 20:49
Compare
Choose a tag to compare
v8.1.0-beta.3 Pre-release
Pre-release

Commits

...

@angular-devkit/build-angular (0.801.0-beta.3)

Commit Description Notes
move milliseconds time audit at the end of console
re-order reporters to set code coverage at the very end
remove certain redundant build steps from second build in differential loading
browser builder should not swollow error messages [Closes #14813]
browser builder should not swollow error messages [Closes #14813]
emit warning when using extract-i18n in Ivy [Closes #14225]

@angular-devkit/build-optimizer (0.801.0-beta.3)

Commit Description Notes
incorrectly augmented ES2015 default class exports [Closes #14769]
wrap TypeScript string enums in IIFE [Closes #14786]

@angular-devkit/schematics (8.1.0-beta.3)

Commit Description Notes
Add registerCollection to SchematicsTestRunner [Closes #14833]
Add registerCollection to SchematicsTestRunner [Closes #14833]

@ngtools/webpack (8.1.0-beta.3)

Commit Description Notes
improved TypeScript diagnostic reporting
NGCC workspace libraries module resolution [Closes #14594]
ensure references for constructor parameter types
remove old TypeScript workarounds
avoid re-running full emit when there wasn't a an emit [Closes #14775]

@angular/cli (8.1.0-beta.3)

Commit Description Notes
log unhandled exceptions
ng doc accepts a version flag
correct git branch in ng version
ensure analytics prompt exceptions are caught [Closes #14684]

@schematics/angular (8.1.0-beta.3)

Commit Description Notes
add skipSelector property to the component generator [Closes #14749]
add `fullTemplateTypeCheck` and `strictInjectionParameters` to workspace tsconfig.json [Closes #14794]
improve pipe signature [Closes #12602]
remove indentation in component html [Closes #14816]
Read more