-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compatibility with ember-cli 3.4 #7
Conversation
40cc698
to
c53e56f
Compare
Hey, thanks for the fix! It seems like the tests should be passing on |
Since it seems like it could be flakey tests, I don't necessarily want to block this PR from being merged until that's solved... but I would like some assurance that the behavior actually does work both pre- and post- Do you have any ideas on how we can do that? AFAIK |
Hoping that #10 fixes the issues with the flakey test |
Has anyone had a chance to investigate this further? It'd be great to be able to use this addon with newer versions of Ember! |
I’m planning to check this out soon!
Likely what I’ll do is both get it working with the latest `ember-cli` *and* the latest Stencil compiler, since I’m sure there’s been changes on that end, too. At that point I’ll cut a new major version bump.
I’m not actively using this addon these days, but am between jobs and would love to devote some time to open source in the interim! I plan to check this out sometime in the next week or so. Thanks for the bump!
… On Aug 6, 2019, at 5:20 PM, Matt Wright ***@***.***> wrote:
Has anyone had a chance to investigate this further? It'd be great to be able to use this addon with newer versions of Ember!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
c53e56f
to
3f06969
Compare
Okay, so I was able to determine why the tests were flakey and fixed that up. Rebasing this PR to get the tests passing again... |
This PR doesn't have tests for the new behavior, but I'm going to update the add-on itself to use the latest version of the CLI and, hopefully, can validate that all still works with the changes that way. Thanks for your patience here! |
Thank you for getting this merged! Looking forward to the new version! |
This was just released to Note: I removed the Ember component wrapper behavior in favor of just using them as "real" WebComponents, as more modern versions of Ember support WCs well. I also removed the custom action stuff in favor of the new I also made the add-on support |
Sorry for the delayed response, but thanks so much for this update! We're using it in our Ember app and things seem to Just Work. Thank you! |
Not a problem! I love to hear that it's helping you out! |
This PR removes the usage of AddonDiscovery in favour of the PackageInfo, introduced in Ember-cli 3.4