Skip to content

Releases: angular/angular-cli

v6.2.0-beta.0

01 Aug 19:09
Compare
Choose a tag to compare
v6.2.0-beta.0 Pre-release
Pre-release

Commits

@angular-devkit/build-angular

Commit Description Notes
Bug Fix ensure failure with disabled AOT and enabled build optimizer Closes #11157

@angular-devkit/build-ng-packagr

Commit Description Notes
Bug Fix add support for watch when building a library

@angular-devkit/core

Commit Description Notes
Bug Fix add not/anyOf/allOf/oneOf support to undefined defaults
Bug Fix add a schema for smart default keyword

@angular-devkit/schematics

Commit Description Notes
Bug Fix implement optimize() for HostTree
Bug Fix allow tslintfix task on files

@angular/cli

Commit Description Notes
Bug Fix fully resolve rxjs & core during version checks
Bug Fix properly bootstrap 1.x from global 6.x
Bug Fix use correct compiler version range Closes #11665Closes #25141
Bug Fix allow overrides on multi-target if builder is same
Bug Fix update typescript version checks for Angular 6.1

@ngtools/webpack

Commit Description Notes
Bug Fix support typescript 2.8 + 2.9

@schematics/angular

Commit Description Notes
Bug Fix update new project development dependencies
Bug Fix add support for watch when building a library
Bug Fix use TypeScript 2.9 as default
Bug Fix reallow --lint-fix for Angular schematics
Bug Fix adjust zonejs version in new projects for 6.1

@schematics/update

Commit Description Notes
Bug Fix use npm get for everything except _authToken

Special Thanks

Hans Larsen, Charles Lyding, Alan Agius, Sarun Intaralawan, Matt Lewis

v6.1.2

01 Aug 19:03
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular

Commit Description Notes
Bug Fix ensure failure with disabled AOT and enabled build optimizer Closes #11157

@angular-devkit/schematics

Commit Description Notes
Bug Fix implement optimize() for HostTree

@angular/cli

Commit Description Notes
Bug Fix fully resolve rxjs & core during version checks
Bug Fix properly bootstrap 1.x from global 6.x

@schematics/update

Commit Description Notes
Bug Fix use npm get for everything except _authToken

Special Thanks

Hans Larsen, Charles Lyding

v6.1.1

26 Jul 17:32
Compare
Choose a tag to compare

This is a quick patch to allow users to work with TypeScript 2.9 without warnings.

Commits

@angular/cli

Commit Description Notes
Bug Fix use correct compiler version range Closes #11665Closes #25141
Bug Fix update typescript version checks for Angular 6.1

@ngtools/webpack

Commit Description Notes
Bug Fix support typescript 2.8 + 2.9

@schematics/angular

Commit Description Notes
Bug Fix adjust zonejs version in new projects for 6.1

Special Thanks

Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan

v6.1.0

25 Jul 23:08
Compare
Choose a tag to compare

🎉

Commits

@angular-devkit/architect

Commit Description Notes
Bug Fix unsubscribe on timeout in runTargetSpec
Bug Fix always clear TestProjectHost on restore

@angular-devkit/build-angular

Commit Description Notes
Bug Fix fix webpack hostadapter return types
Bug Fix use the internal buildWebpackConfig method
Bug Fix don't add hash to lazy styles Closes #11235
Bug Fix update node-sass
Bug Fix add missing deploy-url to server Closes #11426
Bug Fix downgrade sass-loader to 6.0.7
Bug Fix update minimum copy-webpack-plugin version Closes #9230
Bug Fix add all current TSLint default formatters to schema
Bug Fix revert to webpack 4.9.2
Bug Fix pass in ContextElementDependency to ngtools/webpack
Bug Fix update webpack types
Bug Fix use webpack 4.11.1
Bug Fix Allow less-loader to use webpack resolver

@angular-devkit/build-optimizer

Commit Description Notes
Bug Fix support object literal methods

@angular-devkit/build-webpack

Commit Description Notes
Bug Fix support minor versions of webpack 4.x

@angular-devkit/build_angular

Commit Description Notes
Bug Fix use webpack 4 hooks for karma plugin

@angular-devkit/core

Commit Description Notes
Bug Fix allow use of ResolverHost
Bug Fix propagate node host delete errors
Bug Fix ensure full path is renamed for memory host
Bug Fix detect ambiguous projects with path discover
Bug Fix remove circular dependencies
Bug Fix when two projects are the same, pick the first declared

@angular-devkit/schematics

Two notes about changes in Schematics in 0.7.0:

  1. 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.
  2. 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
Bug Fix implement HostTree specific filtering
Bug Fix support VirtualTree/HostTree interop
Bug Fix ensure renamed files do not exist
Bug Fix support filtering a HostTree
Bug Fix fix declaring multiple aliases Closes #11389
Bug Fix avoid piping input multiple times when calling rules

@angular/cli

Commit Description Notes
Bug Fix add all current TSLint default formatters to schema
Bug Fix use default project when project path is ambiguous
Bug Fix Fix double setting of the path options for new Closes #11025
Bug Fix support entry component

@angular/pwa

Commit Description Notes
Bug Fix Fix JSON parsing

@ngtools/webpack

Commit Description Notes
Bug Fix don't add resource sourcemap to parent compilation Closes #9980
Bug Fix support watching file replacements
Bug Fix fix resolution...
Read more

v6.1.0-rc.3

19 Jul 03:07
Compare
Choose a tag to compare
v6.1.0-rc.3 Pre-release
Pre-release

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
Bug Fix don't add resource sourcemap to parent compilation Closes #9980

Special Thanks

Hans Larsen, Charles Suttie, Filipe Silva, banjankri

v6.1.0-rc.2

13 Jul 19:50
Compare
Choose a tag to compare
v6.1.0-rc.2 Pre-release
Pre-release

Commits

@angular-devkit/build-angular

Commit Description Notes
Bug Fix fix webpack hostadapter return types
Bug Fix use the internal buildWebpackConfig method
Bug Fix don't add hash to lazy styles Closes #11235

@angular-devkit/core

Commit Description Notes
Bug Fix allow use of ResolverHost

@ngtools/webpack

Commit Description Notes
Bug Fix support watching file replacements
Bug Fix fix resolution fallback of paths-plugin Closes #607

Special Thanks

Charles Lyding, Hans Larsen, Filipe Silva, Alex Eagle

v6.1.0-rc.1

10 Jul 18:50
Compare
Choose a tag to compare
v6.1.0-rc.1 Pre-release
Pre-release

Commits

@angular-devkit/architect

Commit Description Notes
Bug Fix unsubscribe on timeout in runTargetSpec
Bug Fix always clear TestProjectHost on restore

@angular-devkit/build-angular

Commit Description Notes
Bug Fix update node-sass
Bug Fix add missing deploy-url to server Closes #11426
Bug Fix downgrade sass-loader to 6.0.7
Bug Fix update minimum copy-webpack-plugin version Closes #9230
Bug Fix add all current TSLint default formatters to schema
Bug Fix revert to webpack 4.9.2
Bug Fix pass in ContextElementDependency to ngtools/webpack
Bug Fix update webpack types
Bug Fix use webpack 4.11.1
Bug Fix Allow less-loader to use webpack resolver

@angular-devkit/build-optimizer

Commit Description Notes
Bug Fix support object literal methods

@angular-devkit/build-webpack

Commit Description Notes
Bug Fix support minor versions of webpack 4.x

@angular-devkit/build_angular

Commit Description Notes
Bug Fix use webpack 4 hooks for karma plugin

@angular-devkit/core

Commit Description Notes
Bug Fix propagate node host delete errors
Bug Fix ensure full path is renamed for memory host
Bug Fix detect ambiguous projects with path discover
Bug Fix remove circular dependencies
Bug Fix when two projects are the same, pick the first declared

@angular-devkit/schematics

Commit Description Notes
Bug Fix implement HostTree specific filtering
Bug Fix support VirtualTree/HostTree interop
Bug Fix ensure renamed files do not exist
Bug Fix support filtering a HostTree
Bug Fix fix declaring multiple aliases Closes #11389
Bug Fix avoid piping input multiple times when calling rules

@angular/cli

Commit Description Notes
Bug Fix add all current TSLint default formatters to schema
Bug Fix use default project when project path is ambiguous
Bug Fix Fix double setting of the path options for new Closes #11025
Bug Fix support entry component
Bug Fix Fix removal of non-schematic options
Bug Fix allow override of configuration for ng run Closes #10569
Bug Fix handle raw strings in config command
Bug Fix Fix config command setting number values Closes #10900
Bug Fix support codeFrame format with ng lint
Bug Fix Fix parsing of new options Closes #10802
Bug Fix fix PWD in cygwin Closes #10232
Bug Fix add closing single quote
Bug Fix clean up architect options Closes #10699
Bug Fix fix ng doc not working Closes #10633
Bug Fix Update in project logic Closes #10594
Bug Fix mark get/set deprecation command as hidden
Bug Fix Correct reading of camel-cased defaults [Cl...
Read more

v6.1.0-rc.0

14 Jun 13:56
Compare
Choose a tag to compare
v6.1.0-rc.0 Pre-release
Pre-release

Commits

@angular-devkit/build-angular

Commit Description Notes
Bug Fix revert to webpack 4.9.2
Bug Fix pass in ContextElementDependency to ngtools/webpack
Bug Fix update webpack types
Bug Fix use webpack 4.11.1
Bug Fix Allow less-loader to use webpack resolver

@angular-devkit/build-webpack

Commit Description Notes
Bug Fix support minor versions of webpack 4.x

@angular-devkit/core

Commit Description Notes
Bug Fix remove circular dependencies
Bug Fix when two projects are the same, pick the first declared

@angular/cli

Commit Description Notes
Bug Fix Fix double setting of the path options for new Closes #11025

@angular/pwa

Commit Description Notes
Bug Fix Fix JSON parsing

@ngtools/webpack

Commit Description Notes
Bug Fix allow passing in the right ContextElementDependency class Closes #6417

@schematics/angular

Commit Description Notes
Bug Fix use es2015 modules overall
Bug Fix allow ServiceWorker to work with baseHref Closes #8515
Bug Fix Fix JSON parsing Closes #10880
Bug Fix Fix root path for e2e projects during update

@schematics/update

Commit Description Notes
Bug Fix support npm auth bearer tokens
Bug Fix allow beta versions to be valid peer

angular_devkit

Commit Description Notes
Bug Fix stop blocking karma after compilation error

Misc

Commit Description Notes
Bug Fix 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

06 Jun 18:45
Compare
Choose a tag to compare
6.1.0-beta.2 Pre-release
Pre-release

Commits

@angular-devkit/architect

Commit Description Notes
Bug Fix use temp folder in TestProjectHost

@angular-devkit/build-angular

Commit Description Notes
Bug Fix update webpack to 4.10
Bug Fix never split polyfills in test Closes #10485

@angular-devkit/build-ng-packagr

Commit Description Notes
Bug Fix update to ng-packagr v3

@angular-devkit/build-optimizer

Commit Description Notes
Bug Fix don't exceed call stack with big files Closes #9636

@angular-devkit/build-webpack

Commit Description Notes
Bug Fix add package

@angular-devkit/core

Commit Description Notes
Bug Fix Add access to the backend of the CordHost
Bug Fix add new hosts
Bug Fix hosts should return null for ENOENT
Bug Fix invalid smart default sources are now returning undefined
Bug Fix add a recording host
Bug Fix workaround for RxJS issue 3740
Bug Fix template tags for easier path and fileBuffer
Bug Fix literal tag can return any type

@angular-devkit/schematics

Commit Description Notes
Bug Fix returning a rule chains it
Bug Fix bundle of small fixes
Bug Fix use CordHost as the backend for HostTree

@angular-devkit/schematics-cli

Commit Description Notes
Bug Fix show error stacks instead of message

@angular/cli

Commit Description Notes
Bug Fix properly detect local cli package
Bug Fix exit with error code if unknown option is present
Bug Fix ensure all architect schema errors are propagated
Bug Fix improve resiliency of local package discovery
Bug Fix avoid throwing on an empty project/target
Bug Fix transfer CLI to devkit

@schematics/angular

Commit Description Notes
Bug Fix fix invalid configuration in lint
Bug Fix Transfer baseHref when during update process Closes #10915
Bug Fix update to ng-packagr v3
Bug Fix Fix usage of sourceRoot configuration value Closes #10653
Bug Fix typo in module schema
Bug Fix revert PR 1000
Bug Fix Use branchAndMerge for ng-new
Bug Fix fix broken API usage from app-shell schematic
Bug Fix use old config root to set root and sourceRoot during update-6
Bug Fix 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

30 May 02:09
Compare
Choose a tag to compare
v6.1.0-beta.0 Pre-release
Pre-release

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)

Features

  • @angular/cli: allow override of configuration for ng run (d250874), closes #10569