-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ember >= 4.x compatibility (require ember-source 4.8+) #22
Ember >= 4.x compatibility (require ember-source 4.8+) #22
Conversation
tbh not sure it worth the churn and effort. maybe I'm missing if there is an actual issue this PR fixes? |
the short answer is I believe it to be worth the effort. |
sounds reasonable!
it means copy-pasting pasts of this addon. |
I wonder if @mixonic is ok to land this and get new major out. @void-mAlex I would say, we need to provide peerDeps on |
ok will try and get those done regarding the failing ember-try scenario for ember-beta |
@void-mAlex either should be fine IMO. Thank you! |
drop node 12 and 14
@mixonic @SergeAstapov I managed to get ci green as well this would unblock engines continuing to work through the 4.x and 5.x ember source version especially through embrodier let me know if I missed something or anything else I need to do to land this. |
motivation for this is that @ember/legacy-built-in-components is a peer dep for ember-engines for "ember-source": "^3.24.1 || 4",
in ember-source: 4 sendAction was rightly cleaned up and the named export is no longer resolvable which can cause warnings at best and errors at worst (trying to run an ember-engine while using a LinkTo component on ember source 4.x)
with this PR I propose we close that gap by releasing a new major for @ember/legacy-built-in-components to be used with ember-source >= 4.x