Releases: angular/angular-cli
Releases · angular/angular-cli
v1.3.0-rc.2
v1.2.5
v1.3.0-rc.1
Bug Fixes
- @ngtools/webpack: pin enhanced-resolve (97c7cfb)
v1.2.4
v1.3.0-rc.0
Bug Fixes
- @angular/cli: adjust blueprint tslint.json rule member-ordering (f25ce49)
- @angular/cli: adjust blueprint tslint.json rule semicolon (1c6179a)
- @angular/cli: always ignore node_modules for lint (6ad27c5), closes #6626
- @angular/cli: check package manager existance before installing packages (b0576d6)
- @angular/cli: don't set baseUrl in editor tsconfig (ac2fec4)
- @angular/cli: fix directory issue (64e6b94), closes #6444
- @angular/cli: fix doc command to work with new angular.io (6ca6a5e)
- @angular/cli: fix ng test report sourcemaps (455d56e), closes #6583
- @angular/cli: Prevent re-reading config file if project & global are the same (f735760)
- @angular/cli: use a single exclamation mark for blueprint (55b9d5c)
- @angular/cli: use build defaults in test (5e8aadc)
- @angular/cli: use inline sourcemaps in test (2780c3d), closes #6737
- @angular/cli: wait for install to finish before exiting (aebf4c8)
- @ngtools/webpack: allow Angular 5.0.0 (7d8f54a)
- @ngtools/webpack: better AoTPlugin instance error (6ca34c6)
- @ngtools/webpack: if the router is not found ignore lazy routes (962b028), closes #5967
- @ngtools/webpack: show exception message when cannot find compiler-cli (#6984) (e481bcb)
Features
- @angular/cli: add ability to build bundle for node and export lazy route map (6f23636)
- @angular/cli: add build defaults to config (7f28049)
- @angular/cli: add build-optimizer support (9ec5b4e)
- @angular/cli: add flag to control chunk naming (826c634)
- @angular/cli: add scope hoisting via webpack 3 (fe85750)
- @angular/cli: allow chunk names for imports (fd52246)
- @angular/cli: make the common chunk optional (26e9433), closes #7021
- @angular/cli: name lazy chunks (5a0e80f), closes #6700
- @angular/cli: read proxyConfig from angular-cli.json (36e4d7b)
- @angular/cli: rewrite stats output to properly show the asset size (61b4e22)
- @angular/cli: support TypeScript 2.4 (7b9fc28), closes #6827
- @angular/cli: update standard library to es2017 (d5d0b07)
v1.2.3
v1.2.2
Bug Fixes
- @angular/cli: always ignore node_modules for lint (052ccbb), closes #6626
- @angular/cli: fix doc command to work with new angular.io (7c6c6ea)
- @angular/cli: fix ng test report sourcemaps (19f04af), closes #6583
- @angular/cli: Prevent re-reading config file if project & global are the same (b54d850)
- @angular/cli: use build defaults in test (09f33f8)
- @angular/cli: wait for install to finish before exiting (3ce685b)
- @ngtools/webpack: allow Angular 5.0.0 (d12ff23)
- @ngtools/webpack: if the router is not found ignore lazy routes (a2048ec), closes #5967
- @ngtools/webpack: show exception message when cannot find compiler-cli (#6984) (adc69f0)
1.3.0-beta.1
Bug Fixes
- @angular/cli: adjust blueprint tslint.json rule member-ordering (f47b050)
- @angular/cli: adjust blueprint tslint.json rule semicolon (27f5d35)
- @angular/cli: check package manager existance before installing packages (e75ff56)
- @angular/cli: don't set baseUrl in editor tsconfig (9370c3d)
- @angular/cli: fix directory issue (79b32ec), closes #6444
- @angular/cli: use a single exclamation mark for blueprint (02c7d89)
- @angular/cli: use inline sourcemaps in test (418c3c2), closes #6737
- @ngtools/webpack: better AoTPlugin instance error (e0f2406)
Features
1.2.1
Bug Fixes
- @angular/cli: adjust blueprint tslint.json rule member-ordering (137d15a)
- @angular/cli: adjust blueprint tslint.json rule semicolon (26fe5cf)
- @angular/cli: check package manager existance before installing packages (44eb5fc)
- @angular/cli: don't set baseUrl in editor tsconfig (ef0e08e)
- @angular/cli: fix directory issue (cb4e1ab), closes #6444
- @angular/cli: use a single exclamation mark for blueprint (529a023)
- @ngtools/webpack: better AoTPlugin instance error (0f771f1)
1.3.0-beta.0
Bug Fixes
- @angular/cli: allow public host option to accept only hostname (d437afb)
- @angular/cli: bump jasmine and add jasminewd2 types (054b203)
- @angular/cli: Changed init order to make sure all files gets committed (0c6a9c5)
- @angular/cli: check for existing SW manifest should look in project dir (220e59d), closes #6654
- @angular/cli: check package manager only when using one (6e8944e)
- @angular/cli: correct sourcemap source paths (bd0dac1)
- @angular/cli: fix delete path check (2be0bf2)
- @angular/cli: fix empty style urls (18d1130)
- @angular/cli: fix env path (0e153cb)
- @angular/cli: fix travis deployment (27ab620)
- @angular/cli: fix travis deployment added missing script check (3983565)
- @angular/cli: Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266) (0e05e51)
- @angular/cli: glob copy plugin config (a8e4beb)
- @angular/cli: Improve comment in sample html (c9cbf59)
- @angular/cli: Make generated inline template conform to test case (b8acc48)
- @angular/cli: package sort (477a8e5)
- @angular/cli: provide file path with config parse errors (10ec556)
- @angular/cli: remove slash in the end of open tag (8bad46e)
- @angular/cli: restore e2e blueprint (b6bf8ae)
- @angular/cli: URL for tour of heroes tutorial (#6672) (ca9414b)
- @ngtools/webpack: allow webpack 3 peer dependency (ff61ebb)
- @ngtools/webpack: fix error in compiler CLI when i18nFormat is undefined. (#6617) (a0db191)
- @ngtools/webpack: support webpack loaders in the webpack plugin (b2ade63)
Features
- @angular/cli: add barebones option to ng new (a7668e0)
- @angular/cli: add baseHref property to appConfig (692b378)
- @angular/cli: add circular dependency detection (1f3738b), closes #6309 #6739
- @angular/cli: add flag to specify environment for ng test command (70713bf)
- @angular/cli: add n as
new
alias (#6494) (d1cac32) - @angular/cli: add option to preserve symlinks for module resolution (af3e6b2)
- @angular/cli: add support for minifying HTML (75311c2), closes #1861
- @angular/cli: adding git builds script (93424b1)
- @angular/cli: allow disabling warning when --hmr flag is enabled (b989e80)
- @angular/cli: bump blueprint dependencies (7e00859)
- @angular/cli: followup changes to circular dependency detection (28e4114)
- @angular/cli: improve common bundling performance (f75b5a7)
- @angular/cli: remove deduped licenses (e72693a)
- @angular/cli: support loading webp images (#6594) (407625c), closes #6526
- @angular/cli: update e2e blueprint files (aabad93)
- @ngtools/webpack: add support for render module api (9bd6d43)