SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 169 forks source link

Feaure/update angular version #1078

Closed DanielaValero closed 7 years ago

DanielaValero commented 7 years ago

Update the dependencies of the app, to their latest version. Within this, updates angular to 1.6.x.

In #1072 I suggested this roadmap to update the angular version:

  • Have a branch to handle the updates of angular, which could be published to npm with a @next or beta label or so. This way it would be available for people that need it
  • Add deprecation warnings about breaking changes, so the users have time to fix whatever needs to be fixed
  • Add a note about the update in the readme

However, after having worked in the update, I realized that the proposed workflow is not required, because there are no breaking changes that might affect users of the project.

The only change relevant is in this commit: https://github.com/DanielaValero/sc5-styleguide/commit/3fa0c39d6d134d5fd71f415a94678459a7ef836f

Which will not affect users, as is in a function that is encapsulated in the project.

Closes #1072