Releases: angular/angular-cli
v6.2.0-beta.0
Commits
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
ensure failure with disabled AOT and enabled build optimizer | Closes #11157 |
@angular-devkit/build-ng-packagr
Commit | Description | Notes |
---|---|---|
add support for watch when building a library |
@angular-devkit/core
Commit | Description | Notes |
---|---|---|
add not/anyOf/allOf/oneOf support to undefined defaults | ||
add a schema for smart default keyword |
@angular-devkit/schematics
Commit | Description | Notes |
---|---|---|
implement optimize() for HostTree | ||
allow tslintfix task on files |
@angular/cli
Commit | Description | Notes |
---|---|---|
fully resolve rxjs & core during version checks | ||
properly bootstrap 1.x from global 6.x | ||
use correct compiler version range | Closes #11665Closes #25141 | |
allow overrides on multi-target if builder is same | ||
update typescript version checks for Angular 6.1 |
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
support typescript 2.8 + 2.9 |
@schematics/angular
@schematics/update
Commit | Description | Notes |
---|---|---|
use npm get for everything except _authToken |
Special Thanks
Hans Larsen, Charles Lyding, Alan Agius, Sarun Intaralawan, Matt Lewis
v6.1.2
Commits
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
ensure failure with disabled AOT and enabled build optimizer | Closes #11157 |
@angular-devkit/schematics
Commit | Description | Notes |
---|---|---|
implement optimize() for HostTree |
@angular/cli
Commit | Description | Notes |
---|---|---|
fully resolve rxjs & core during version checks | ||
properly bootstrap 1.x from global 6.x |
@schematics/update
Commit | Description | Notes |
---|---|---|
use npm get for everything except _authToken |
Special Thanks
Hans Larsen, Charles Lyding
v6.1.1
This is a quick patch to allow users to work with TypeScript 2.9 without warnings.
Commits
@angular/cli
Commit | Description | Notes |
---|---|---|
use correct compiler version range | Closes #11665Closes #25141 | |
update typescript version checks for Angular 6.1 |
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
support typescript 2.8 + 2.9 |
@schematics/angular
Commit | Description | Notes |
---|---|---|
adjust zonejs version in new projects for 6.1 |
Special Thanks
Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan
v6.1.0
🎉
Commits
@angular-devkit/architect
Commit | Description | Notes |
---|---|---|
unsubscribe on timeout in runTargetSpec | ||
always clear TestProjectHost on restore |
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
fix webpack hostadapter return types | ||
use the internal buildWebpackConfig method | ||
don't add hash to lazy styles | Closes #11235 | |
update node-sass | ||
add missing deploy-url to server | Closes #11426 | |
downgrade sass-loader to 6.0.7 | ||
update minimum copy-webpack-plugin version | Closes #9230 | |
add all current TSLint default formatters to schema | ||
revert to webpack 4.9.2 | ||
pass in ContextElementDependency to ngtools/webpack | ||
update webpack types | ||
use webpack 4.11.1 | ||
Allow less-loader to use webpack resolver |
@angular-devkit/build-optimizer
Commit | Description | Notes |
---|---|---|
support object literal methods |
@angular-devkit/build-webpack
Commit | Description | Notes |
---|---|---|
support minor versions of webpack 4.x |
@angular-devkit/build_angular
Commit | Description | Notes |
---|---|---|
use webpack 4 hooks for karma plugin |
@angular-devkit/core
@angular-devkit/schematics
Two notes about changes in Schematics in 0.7.0:
- We refactored the Tree implementation with a new CordHost recorder. All the changes you make to the Tree is now recorded in a set of changes (Create, Delete, Rename and Overwrite) instead of a list of Actions. This means that branching and merging are now consistent with the expected behaviour and the MergeStrategy work as expected. However, because of the nature of the old implementation, to maintain backward compatibility we had to keep some old code around that is only used when using two versions of Schematics; this code will move away in 7 and will likely break some Schematics that relied on it. Overall this is a huge improvement in the stability, speed and code health and will make understanding and learning Schematics easier.
- We now allow people to return a Rule which will be run as if it was chained. This was a long standing feature that people had to be able to read files before setting up which Rule to run; it’s now entirely possible and we started using it in our own schematics, making things easier to read and understand.
Commit | Description | Notes |
---|---|---|
implement HostTree specific filtering | ||
support VirtualTree/HostTree interop | ||
ensure renamed files do not exist | ||
support filtering a HostTree | ||
fix declaring multiple aliases | Closes #11389 | |
avoid piping input multiple times when calling rules |
@angular/cli
Commit | Description | Notes |
---|---|---|
add all current TSLint default formatters to schema | ||
use default project when project path is ambiguous | ||
Fix double setting of the path options for new | Closes #11025 | |
support entry component |
@angular/pwa
Commit | Description | Notes |
---|---|---|
Fix JSON parsing |
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
don't add resource sourcemap to parent compilation | Closes #9980 | |
support watching file replacements | ||
fix resolution... |
v6.1.0-rc.3
We reverted a PR that had a detected issue (see #11587). We will investigate and fix it either in the next patch or minor.
Commits
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
don't add resource sourcemap to parent compilation | Closes #9980 |
Special Thanks
Hans Larsen, Charles Suttie, Filipe Silva, banjankri
v6.1.0-rc.2
Commits
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
fix webpack hostadapter return types | ||
use the internal buildWebpackConfig method | ||
don't add hash to lazy styles | Closes #11235 |
@angular-devkit/core
Commit | Description | Notes |
---|---|---|
allow use of ResolverHost |
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
support watching file replacements | ||
fix resolution fallback of paths-plugin | Closes #607 |
Special Thanks
Charles Lyding, Hans Larsen, Filipe Silva, Alex Eagle
v6.1.0-rc.1
Commits
@angular-devkit/architect
Commit | Description | Notes |
---|---|---|
unsubscribe on timeout in runTargetSpec | ||
always clear TestProjectHost on restore |
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
update node-sass | ||
add missing deploy-url to server | Closes #11426 | |
downgrade sass-loader to 6.0.7 | ||
update minimum copy-webpack-plugin version | Closes #9230 | |
add all current TSLint default formatters to schema | ||
revert to webpack 4.9.2 | ||
pass in ContextElementDependency to ngtools/webpack | ||
update webpack types | ||
use webpack 4.11.1 | ||
Allow less-loader to use webpack resolver |
@angular-devkit/build-optimizer
Commit | Description | Notes |
---|---|---|
support object literal methods |
@angular-devkit/build-webpack
Commit | Description | Notes |
---|---|---|
support minor versions of webpack 4.x |
@angular-devkit/build_angular
Commit | Description | Notes |
---|---|---|
use webpack 4 hooks for karma plugin |
@angular-devkit/core
@angular-devkit/schematics
Commit | Description | Notes |
---|---|---|
implement HostTree specific filtering | ||
support VirtualTree/HostTree interop | ||
ensure renamed files do not exist | ||
support filtering a HostTree | ||
fix declaring multiple aliases | Closes #11389 | |
avoid piping input multiple times when calling rules |
@angular/cli
Commit | Description | Notes |
---|---|---|
add all current TSLint default formatters to schema | ||
use default project when project path is ambiguous | ||
Fix double setting of the path options for new | Closes #11025 | |
support entry component | ||
Fix removal of non-schematic options | ||
allow override of configuration for ng run | Closes #10569 | |
handle raw strings in config command | ||
Fix config command setting number values | Closes #10900 | |
support codeFrame format with ng lint | ||
Fix parsing of new options | Closes #10802 | |
fix PWD in cygwin | Closes #10232 | |
add closing single quote | ||
clean up architect options | Closes #10699 | |
fix ng doc not working | Closes #10633 | |
Update in project logic | Closes #10594 | |
mark get/set deprecation command as hidden | ||
Correct reading of camel-cased defaults | [Cl... |
v6.1.0-rc.0
Commits
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
revert to webpack 4.9.2 | ||
pass in ContextElementDependency to ngtools/webpack | ||
update webpack types | ||
use webpack 4.11.1 | ||
Allow less-loader to use webpack resolver |
@angular-devkit/build-webpack
Commit | Description | Notes |
---|---|---|
support minor versions of webpack 4.x |
@angular-devkit/core
Commit | Description | Notes |
---|---|---|
remove circular dependencies | ||
when two projects are the same, pick the first declared |
@angular/cli
Commit | Description | Notes |
---|---|---|
Fix double setting of the path options for new | Closes #11025 |
@angular/pwa
Commit | Description | Notes |
---|---|---|
Fix JSON parsing |
@ngtools/webpack
Commit | Description | Notes |
---|---|---|
allow passing in the right ContextElementDependency class | Closes #6417 |
@schematics/angular
Commit | Description | Notes |
---|---|---|
use es2015 modules overall | ||
allow ServiceWorker to work with baseHref |
Closes #8515 | |
Fix JSON parsing | Closes #10880 | |
Fix root path for e2e projects during update |
@schematics/update
Commit | Description | Notes |
---|---|---|
support npm auth bearer tokens | ||
allow beta versions to be valid peer |
angular_devkit
Commit | Description | Notes |
---|---|---|
stop blocking karma after compilation error |
Misc
Commit | Description | Notes |
---|---|---|
typo fix for error logging |
Special Thanks
Hans Larsen, Filipe Silva, Mike Brocchi, George Kalpakas, Alex Eagle, Ferdinand Malcher, Vincent Pizzo, Nico Jansen, Christian Hagendorn, Charles Lyding, Brenden
6.1.0-beta.2
Commits
@angular-devkit/architect
Commit | Description | Notes |
---|---|---|
use temp folder in TestProjectHost |
@angular-devkit/build-angular
Commit | Description | Notes |
---|---|---|
update webpack to 4.10 | ||
never split polyfills in test | Closes #10485 |
@angular-devkit/build-ng-packagr
Commit | Description | Notes |
---|---|---|
update to ng-packagr v3 |
@angular-devkit/build-optimizer
Commit | Description | Notes |
---|---|---|
don't exceed call stack with big files | Closes #9636 |
@angular-devkit/build-webpack
Commit | Description | Notes |
---|---|---|
add package |
@angular-devkit/core
@angular-devkit/schematics
Commit | Description | Notes |
---|---|---|
returning a rule chains it | ||
bundle of small fixes | ||
use CordHost as the backend for HostTree |
@angular-devkit/schematics-cli
Commit | Description | Notes |
---|---|---|
show error stacks instead of message |
@angular/cli
@schematics/angular
Commit | Description | Notes |
---|---|---|
fix invalid configuration in lint | ||
Transfer baseHref when during update process | Closes #10915 | |
update to ng-packagr v3 | ||
Fix usage of sourceRoot configuration value | Closes #10653 | |
typo in module schema | ||
revert PR 1000 | ||
Use branchAndMerge for ng-new | ||
fix broken API usage from app-shell schematic | ||
use old config root to set root and sourceRoot during update-6 | ||
remove angularCli in Karma when updating |
Special Thanks
Hans Larsen, Charles Lyding, Filipe Silva, Mike Brocchi, David, Teamop, Huáng Jùnliàng, Sam Tsai, Jason Jean
v6.1.0-beta.0
6.1.0-beta.0 (2018-05-30)
Bug Fixes
- @angular/cli: Fix config command setting number values (8e69b3b), closes #10900
- @angular/cli: Fix removal of non-schematic options (7ed03dd)
- @angular/cli: handle raw strings in config command (4e53bfd)
- @angular/cli: support codeFrame format with ng lint (8563099)