Always follow the upgrade guide when upgrading to a new version. The changelog does not list breaking changes that are fixed via the update procedure.
- Admin elevation no longer required on Windows (angular#905).
- Automatically add SASS/Stylus if project is initialized with
--style={sass|scss|styl}(angular#998). - Allow any number of env files (angular#913).
- Fix adding 3rd party libs without package format (https://github.com/angular/angular-cli/pull/1028/commits/065e98f40384f8b28dcaf84028c411043697ff11).
- Fix github deploy deep links (angular#1020).
- Fix
ng e2eexit code (angular#1025). - Fix missing vendor file (angular#972).
- Fix github user pages base href (angular#965).
-
<PROJECT-NAME>AppComponentis now simplyAppComponent, and it's selector is nowapp-root(angular#1042). -
Route generation is temporarily disabled while we move to the recently announce router(angular#992). It is recommended that users manually move to this router in all new projects.
ng new -mobilefails npm install (angular#958).- Adding 3rd party libs without SystemJS package format breaks prod mode (angular#951).
- Deep links do not work on Github pages deploys (angular#995).
ng e2edoesn't return error exit code on test failures (angular#1017).ng build -prodfails on mobile projects due to missing vendor file (angular#847).- Github deploy to user pages doesn't use correct base href (angular#965).
ng teston windows hits the file discriptor limit (angular#977).ng serve/build/testneed admin elevation on Windows (angular#641).