v1.1.0-rc.1
Pre-release
Pre-release
Bug Fixes
- @angular/cli: allow e2e tests to run if no-serve and port is provided (3f10c5a)
- @angular/cli: fix issue of folder getting generated on dry run (e4cedbb)
- @angular/cli: fix leading digit in file names from generate command (8683c3c)
- @angular/cli: fix package name fetching from package.json (169dc9e)
- @angular/cli: if user pass a full path, use the path (#6341) (6372f29)
- @angular/cli: proper generation when the target dir exists (#5929) (e619df1)
- @angular/cli: put vendor ngfactory in vendor chunk (b4abe6d)
- @angular/cli: remove broken script after eject (2b0d935)
- @angular/cli: supress module file modification when generating guard with dry-run flag (872737b)
- @angular/cli: update new project dev dependencies (#6415) (7bd4074)
- @angular/cli: update protractor API usage in the blueprints. (f6e5961), closes #6163
- @angular/cli: use realpath for project root (3ca583b), closes #2726
- @ngtools/json-schema: only values in enum should be allowed to update (7159920)
- @ngtools/webpack: fix aot builds using npm packages that have lazy loaded modules (b59bccf), closes #5594
- @ngtools/webpack: fix paths-plugin to allow '*' as alias (1484868), closes #5033