Skip to content

Latest commit

 

History

History
35 lines (27 loc) Β· 2.47 KB

File metadata and controls

35 lines (27 loc) Β· 2.47 KB

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.

1.0.0-beta.6 (2016-06-13)

Features

  • 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).

Bug Fixes

BREAKING CHANGES

  • <PROJECT-NAME>AppComponent is now simply AppComponent, and it's selector is now app-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.

1.0.0-beta.5 (2016-05-19)

Known Issues

  • ng new -mobile fails 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 e2e doesn't return error exit code on test failures (angular#1017).
  • ng build -prod fails on mobile projects due to missing vendor file (angular#847).
  • Github deploy to user pages doesn't use correct base href (angular#965).
  • ng test on windows hits the file discriptor limit (angular#977).
  • ng serve/build/test need admin elevation on Windows (angular#641).