-
Notifications
You must be signed in to change notification settings - Fork 95
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
Latest ember depreciations with helpers #18
Comments
@Kilowhisky - Yep, we are on it. PR swapping to |
@jmurphyau - Yep. #12 will solve this (and #19 is required to allow #12 to pass the test suite). |
@Kilowhisky check out version 1.1.0 - should resolve the deprecation warnings |
Confirmed, 1.1.0 solves all the deprecation notices. Thanks! |
Awesome, thanks for confirming! |
@rwjblue Ember 1.3.18 still complains |
the deprecated code is found in |
@fadeojo Did you upgrade ember-truth-helpers to 1.1.0? |
Ember Data 1.13.8 also had an issue when published, and accidentally contained deprecated register helper calls. Make sure you have 1.13.9 of Ember data. |
@mike-post @rwjblue Thanks. It was ember data with the issue. It's all fixed now. |
Also make sure to have the latest version of ember-resolver (0.1.19) in your |
@rwjblue @jmurphyau @Kilowhisky can this be closed? |
Ya, I believe so. Happy to reopen if needed. |
FYI latest version of ember yet again screwed with things.
https://github.com/emberjs/ember.js/releases/tag/v1.13.6
DEPRECATION: Using Ember.HTMLBars._registerHelper is deprecated. Helpers (even dashless ones) are automatically resolved. [deprecation id: ember-htmlbars.register-helper]
DEPRECATION: Using
Ember.HTMLBars.makeBoundHelperis deprecated. Please refactor to using
Ember.Helperor
Ember.Helper.helper. [deprecation id: ember-htmlbars.make-bound-helper]
The text was updated successfully, but these errors were encountered: