Skip to content

Releases: angular/angular-cli

v9.0.0-next.0

22 Aug 17:27
Compare
Choose a tag to compare
v9.0.0-next.0 Pre-release
Pre-release

Commits

@schematics/angular (9.0.0-next.0)

Commit Description Notes
hide universal schematic
update workspace dev dependencies
ivy library migration
remove enableIvy option
introduce Ivy libraries for development
add twitter link icon (#15385)
handle existence of un-referenced library prod tsconfig
default interface for guard

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

Commit Description Notes
collect test coverage from JSX/TSX files

@schematics/schematics (0.900.0-next.0)

Commit Description Notes
move development depedencies to `devDependencies` section

Breaking Changes

@schematics/angular: hide universal schematic (426c1da)

universal schematic is now hidden and cannot be used with the `ng generate` command.

Users who want a working universal application should use ng add @nguniversal/express-engine or ng add @nguniversal/hapi-engine


Special Thanks

Alan Agius, Renovate Bot, Charles Lyding, Judy Bogart, Keen Yee Liau, Stefanie Fluin, Adam Vigneaux, Cédric Exbrayat, Simon Jespersen

v8.3.0

22 Aug 17:21
Compare
Choose a tag to compare

Commits

@schematics/angular (8.3.0)

Commit Description Notes
add twitter link icon (#15385)
default interface for guard


Special Thanks

Judy Bogart, Keen Yee Liau, Stefanie Fluin, Charles Lyding, Alan Agius, Cédric Exbrayat

v8.3.0-rc.0

15 Aug 15:26
Compare
Choose a tag to compare
v8.3.0-rc.0 Pre-release
Pre-release

Commits

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

Commit Description Notes
serve option merging is being overridden by defaults in schema (#15328) [Closes #15273]
[Closes #15064]
never use component css sourcemap when optimizations are on. (#15238)

@angular-devkit/build-optimizer (0.803.0-rc.0)

Commit Description Notes
don't add pure comments to tslib helpers (#15303) [Closes #15301]

@ngtools/webpack (8.3.0-rc.0)

Commit Description Notes
add support for raw-loader 2 and 3 (#15311) [Closes #15286]
[Closes #15149]
add more details to the unused files warnings (#15321)

@schematics/angular (8.3.0-rc.0)

Commit Description Notes
cli app redesign (#14403)
handle the inlineTemplate case for ng new (#15324)
add `manifest.webmanifest` to the list of prefetched files in ngws-config.json (#15277)

@schematics/schematics (0.803.0-rc.0)

Commit Description Notes
exclude typescript sources from published files (#15329)


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, mgechev, Filipe Silva, Simon Jespersen, Minko Gechev, Stefanie Fluin

v8.3.0-next.2

15 Aug 01:38
Compare
Choose a tag to compare
v8.3.0-next.2 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.802.2)

Commit Description Notes
serve option merging is being overridden by defaults in schema (#15328) [Closes #15273]
[Closes #15064]
never use component css sourcemap when optimizations are on. (#15238)

@angular-devkit/build-optimizer (0.802.2)

Commit Description Notes
don't add pure comments to tslib helpers (#15303) [Closes #15301]

@ngtools/webpack (8.2.2)

Commit Description Notes
add support for raw-loader 2 and 3 (#15311) [Closes #15286]
[Closes #15149]
add more details to the unused files warnings (#15321)

@schematics/angular (8.2.2)

Commit Description Notes
cli app redesign (#14403)
handle the inlineTemplate case for ng new (#15324)
add `manifest.webmanifest` to the list of prefetched files in ngws-config.json (#15277)

@schematics/schematics (0.802.2)

Commit Description Notes
exclude typescript sources from published files (#15329)


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, Filipe Silva, mgechev, Simon Jespersen, Minko Gechev, Stefanie Fluin

v8.2.2

15 Aug 01:38
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.802.2)

Commit Description Notes
serve option merging is being overridden by defaults in schema (#15328) [Closes #15273]
[Closes #15064]
never use component css sourcemap when optimizations are on. (#15238)
avoid defer attribute for Safari nomodule polyfill (#15276)

@angular-devkit/build-optimizer (0.802.2)

Commit Description Notes
don't add pure comments to tslib helpers (#15314) [Closes #15301]

@ngtools/webpack (8.2.2)

Commit Description Notes
add more details to the unused files warnings (#15321)

@schematics/angular (8.2.2)

Commit Description Notes
add `manifest.webmanifest` to the list of prefetched files in ngws-config.json (#15277)

@schematics/schematics (0.802.2)

Commit Description Notes
exclude typescript sources from published files (#15329)


Special Thanks

Alan Agius, mgechev, Simon Jespersen, Filipe Silva, Charles Lyding

v8.3.0-next.1

08 Aug 16:20
Compare
Choose a tag to compare
v8.3.0-next.1 Pre-release
Pre-release

Commits

@schematics/angular (8.3.0-next.1)

Commit Description Notes
the `ng-new` schematic should not prompt for style [Closes #13383]
the `ng-new` schematic should not prompt for routing

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

Commit Description Notes
implement bundle level downleveling to support differential loading
consider local decl in angular core files to be metadata too
additional ES5 browser polyfills based on babel usage analysis
use GLOBAL_DEFS_FOR_TERSER_WITH_AOT if present [Closes #15206]
various breakpoints issues

@angular-devkit/build-optimizer (0.803.0-next.1)

Commit Description Notes
scrub all metadata form `@angular/core`
scrub previously whitelisted angular classes [Closes #15194]

@angular-devkit/core (8.3.0-next.1)

Commit Description Notes
add schema defaults when value is undefined

@ngtools/webpack (8.3.0-next.1)

Commit Description Notes
gracefully show error when compiling broken component styles [Closes #15240]
display unused file warning once per file


Special Thanks

Alan Agius, Renovate Bot, Filipe Silva, Charles Lyding, Amadou Sall, Keen Yee Liau

v8.2.1

08 Aug 16:15
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.802.1)

Commit Description Notes
use GLOBAL_DEFS_FOR_TERSER_WITH_AOT if present [Closes #15206]
various breakpoints issues

@angular-devkit/core (8.2.1)

Commit Description Notes
add schema defaults when value is undefined

@ngtools/webpack (8.2.1)

Commit Description Notes
gracefully show error when compiling broken component styles [Closes #15240]
display unused file warning once per file


Special Thanks

Alan Agius, Filipe Silva, Keen Yee Liau

v8.3.0-next.0

31 Jul 21:52
Compare
Choose a tag to compare
v8.3.0-next.0 Pre-release
Pre-release

Commits

@angular/cli (8.3.0-next.0)

Commit Description Notes
implement deploy command
typo in error message [Closes #15208]

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

Commit Description Notes
add target to ScheduleOptions to allow its use in `context.scheduleBuilder`

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

Commit Description Notes
escape dot in js extensions to match literally [Closes #15195]

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

Commit Description Notes
don't wrap classes which static properties have been removed


Special Thanks

Renovate Bot, Alan Agius, vikerman, Pavel Březina, mgechev

v8.2.0

31 Jul 21:58
Compare
Choose a tag to compare

Commits

@angular/cli (8.2.0)

Commit Description Notes
add `anyComponentStyle` budget type
report telemetry opt-ins (#15054)
don't add leftovers when there are none
use correct schematic defaults considering workspace (#15041) [Closes #14986]
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.2.0)

Commit Description Notes
add `anyComponentStyle` to the applications bundle budget
add migration to add `anyComponentStyle` bundle budget
enable ivy in tests (#15044)
application schematic should prompt for --routing and --style [Closes #14705]
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
exclusively list the files in tsconfigs (#15030)
add commonjs module to universal tsconfig (#15090)
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)

Commit Description Notes
add target to ScheduleOptions to allow its use in `context.scheduleBuilder`

@angular-devkit/build-angular (0.802.0)

Commit Description Notes
add bundle budget for component styles
add defer attributes to classic scripts (#15087)
run Build Optimizer only on TS-generated files
allow control of index output path
escape dot in js extensions to match literally [Closes #15195]
rollback sass to version `1.22.7`
Read more

v8.2.0-rc.0

29 Jul 22:02
Compare
Choose a tag to compare
v8.2.0-rc.0 Pre-release
Pre-release

Commits

@angular/cli (8.2.0-rc.0)

Commit Description Notes
add `anyComponentStyle` budget type
don't add leftovers when there are none

@schematics/angular (8.2.0-rc.0)

Commit Description Notes
add `anyComponentStyle` to the applications bundle budget
add migration to add `anyComponentStyle` bundle budget
application schematic should prompt for --routing and --style [Closes #14705]
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.802.0-rc.0)

Commit Description Notes
add bundle budget for component styles
rollback sass to version `1.22.7`
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]

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

Commit Description Notes
don't wrap enum like nodes which are inside of methods. [Closes #15145]

@ngtools/webpack (8.2.0-rc.0)

Commit Description Notes
show warning when a TS compilations contains unused files
find aliased lazy route factories [Closes #14707]
use a single module resolution cache
delete all virtual files for styles on change [Closes #15143]
retain child compilation warnings and errors


Special Thanks

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