We started our project using EAK with ember 1.5 version. Gradually we build up the app and now its completed and available in production.
Now we are in the process of migrating to latest versions of Ember. As our app is in EAK we made the migration till ember-1.9 version gradually by removing all the deprecations.
Kindly advice on the future migration plan on how to move to latest versions of ember and Ember-Cli.
We have two plans:
Plan A - Being in EAK migrate the app till ember 1.13 by removing all the deprecations. Then migrate to Ember Cli and move to ember 2.0 version.
Plan B - First move from EAK to Ember Cli with ember 1.9 and then gradually move to latest version of ember till 1.13 by removing all the deprecations. Then finally move to ember 2.0 version.
As our app is in production we need to do the migration incrementally without breaking the existing functionalities. Kindly advice on the best plan to migrate to latest version of Ember and Ember-Cli.