Search code examples
ember.jsember-dataember-cli

How to upgrade my Ember application?


What is the recommended way to upgrade Ember from version 1.13.8 to version 2.3?

I have seen an example on this link How to upgrade the Ember version in an Ember CLI application?.

Is that the only thing that I have to change?


Solution

  • If you want to fully upgrade your application and dependencies, I recommend following the instructions on the ember-cli release post.

    If you only want to upgrade Ember.js itself, the version in bower.js is indeed the only thing you need to change.