-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove Ember.View support when not using ember-legacy-views addon. #11775
Comments
I believe that @martndemus was interested in this one... |
CONFIRM |
Hiding |
This was all fixed by @martndemus a few days. |
I came across this when I finally got around to upgrading my app to 2.0. I was surprised to find that the deprecation is listed as If someone is filtering out only 2.0 deprecations to make the jump, they could easily miss View-based deprecations. Even worse if they missed the blog post and didn't know about the addon. Sorry to comment on an old issue, but didn't know if this should be a new issue or added here. Happy to open an issue and/or PR if you think it worthwhile. Despite a little confusion with this one, feature-flag deprecations FTW!!! ;) |
Ember.ENV._ENABLE_LEGACY_VIEW_SUPPORT
is set:Ember.CoreView
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember.View
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember.Select
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember._Metamorph
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember._MetamorphView
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember._LegacyEachView
here removed in [CLEANUP beta] Remove deprecated Ember.View support from Ember global #11794Ember.ENV._ENABLE_LEGACY_VIEW_SUPPORT
is set:TransformEachIntoCollection
hereDeprecateViewAndControllerPaths
hereDeprecateViewHelper
here{{view}}
herelegacyEachWithControllerHelper
herelegacyEachWithKeywordHelper
hereThe text was updated successfully, but these errors were encountered: