-
Notifications
You must be signed in to change notification settings - Fork 10
Become a "real" polyfill. #5
Comments
/cc @nathanhammond |
Does this mean you would prefer for addons to wait on PRs until after this addon is 2.x? I just submitted a PR to |
@workmanw - No, I think we need to let things settle a bit before I release 2.0.0. Sadly, this will be some churn for addons but the bump from 1.1.0 to 2.0.0 will not introduce deprecations, so it should be a simple package.json bump when the time comes. |
Looks like still a few addons needing to be updated https://emberobserver.com/code-search?codeQuery=import.*ember-getowner-polyfill®ex=true |
Done and published. |
Basic steps:
Ember.getOwner
when Ember version is too oldimport getOwner from 'ember-getowner-polyfill';
, in favor of just usingEmber.getOwner
import
support.The text was updated successfully, but these errors were encountered: