-
Notifications
You must be signed in to change notification settings - Fork 153
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
Template Deprecations (due to bind-attr
and classNameBindings
) with 1.13+.
#34
Comments
@rwjblue what is the best pattern for addons supporting multiple versions of Ember with respect to this kind of thing? Should we have separate versions of the templates and conditionally use the correct one? |
I can see two potential solutions (likely there are more):
Clearly 2 is not great... |
@rwjblue looking into your suggested solution "1" now, and realized that (unless I missed something) I don't know the Ember version an app is using from within the addon. |
@rwjblue Also found that ember-cli was missing the |
Working on a fix here: #41 |
The addon/templates/components/modal-dialog.hbs is triggering the following deprecations on Canary builds:
The text was updated successfully, but these errors were encountered: