Releases: angular/angular-cli
Releases · angular/angular-cli
v1.5.2
v1.6.0-beta.1
v1.5.1
Bug Fixes
- @angular/cli: add PurifyPlugin to eject (bf503eb)
- @angular/cli: allow reading UTF8 files with BOM when linting (dc93dd2)
- @angular/cli: use explicit error when linting non-program file (3ea8f06)
- @ngtools/webpack: elide imports for all removed identifiers (9ad6948)
- @ngtools/webpack: remove app decorators on AOT (13b3f76), closes #8457
- @ngtools/webpack: remove default type checker memory limit (79ea2fe)
1.5 – Turing
This is a minor release which is tied to Angular 5.0. For more details about this release, see our blog post about Angular 5.0.
A lot of bug fixes and new features in this release (from 1.4). For a complete list, please go back to previous 1.5 RCs and Betas.
Bug Fixes
- @angular/cli: don't show chunk parents on stats (dfc18f5), closes #8144
- @angular/cli: Show detailed help for ng new --help (aff5257)
- @angular/cli: Show non-schematic options with help (b06f840)
- @angular/cli: use JIT by default with ng5 (f9d2515), closes #8259
- @ngtools/webpack: do not stringify JSON sourcemaps (90c03f5)
Special Thanks
A big thank you to everyone who participated in this release:
Filipe Silva, Hans Larsen, Charles Lyding, Mike Brocchi, Olivier Combe, Ahsan Ayaz, vsavkin, Sarun Intaralawan, Mark Pieszak, Daniel Edwards, Alex Rickabaugh, y-kurami, Vikram Subramanian, Suguru Inatomi, Suguru, Joshua Wiens, Hans, Garo Yeriazarian, Fabian Wiles, Amit Moryossef, Aditya Parab, Adam Plumer, Abdellatif Ait boudad,
1.5.0-rc.6
1.5.0-rc.5
1.5.0-rc.4
Bug Fixes
- @angular/cli: fix broken vendor chunk default (0eb25be), closes #8169
- @angular/cli: remove typescript dependency (a28a967)
- @ngtools/webpack: always process lazy routes (15cf37e)
- @ngtools/webpack: enforce typescript dep without peerDep (fd1fefe)
- @ngtools/webpack: fix bootstrapping code (450383c)
- @ngtools/webpack: fix module detection with reexports (9f02eef), closes #7925
Features
- @angular/cli: aot by default (cde0219)
1.5.0-rc.3
Bug Fixes
- @angular/cli: disable node global (774219c), closes #5804
- @angular/cli: improve rebundling speed (8949ecc)
- @angular/cli: ng test should include test.ts and spec files (26ef974)
- @angular/cli: update uglifyjs-webpack-plugin to 1.0.0 (7e7d75d)
- @angular/cli: update webpack to 3.8.1 (8bbbfcd)
- @angular/cli: use the new compiler API for listLazyRoutes (466dfb6)
- @ngtools/webpack: Handle factory files for the LAZY_MODULE_MAP (3ec0629)
- @ngtools/webpack: ngfactory can be .js too (97368d8)