User Story
As a developer I want to be using the latest Ember version while working on the Ember API Docs so that I can use the latest Ember features and not introduce deprecations.
As a user I want a good example of an Ember app with the latest Ember version so that I can learn how to build good Ember apps.
Description
Type:
Summary: ...
I will update Ember to v3.0.0
Expected behavior
App will be using Ember v3.0.0
Actual behavior
Currently App is using Ember v2.17.0
Reproduction
- Run Ember -v
- Look at Ember Version
Additional Information
Currently there is an issue with the project.nodeModulesPath deprecation that is problematic because a few addons that are used by this project throw this deprecation. We can't update to v3.0.0 until these addons are fixed.
User Story
As a developer I want to be using the latest Ember version while working on the Ember API Docs so that I can use the latest Ember features and not introduce deprecations.
As a user I want a good example of an Ember app with the latest Ember version so that I can learn how to build good Ember apps.
Description
Type:
Summary: ...
I will update Ember to v3.0.0
Expected behavior
App will be using Ember v3.0.0
Actual behavior
Currently App is using Ember v2.17.0
Reproduction
Additional Information
Currently there is an issue with the
project.nodeModulesPathdeprecation that is problematic because a few addons that are used by this project throw this deprecation. We can't update to v3.0.0 until these addons are fixed.