Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feaure/update angular version #1078

Merged
merged 2 commits into from
May 4, 2017
Merged

Feaure/update angular version #1078

merged 2 commits into from
May 4, 2017

Conversation

DanielaValero
Copy link
Contributor

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

All the dependencies of the app have been updated
to their latest stable versions.
Angular has ben updated to 1.6.x.

No breaking change is expected.
The .success method was deprecated in the version
1.6.x of angular, now standard .thens are
recommended.
@varya varya merged commit 0530857 into SC5:master May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Angular version
2 participants