Skip to content
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

Use destroyables implementation in Ember 3.20+ #70

Merged
merged 4 commits into from
Jul 26, 2020
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jul 26, 2020

This PR updates the polyfill to use the real (hopefully) final API that landed in Ember 3.20. Even though the actual API was implemented in 3.20 the public API (to be importable from @ember/destroyables) will not be published for another couple versions (likely 3.22). In the meantime, this PR uses the internal implementation directly.

We may want to revert this back to 3.16 later, but making 3.20 the
default makes it much easier to test / iterate on the 3.20 fixes.
@rwjblue rwjblue added the enhancement New feature or request label Jul 26, 2020
Will need to stay disabled until
emberjs/ember.js#19056 lands and is backported.
@rwjblue rwjblue merged commit 49d0b9f into master Jul 26, 2020
@rwjblue rwjblue deleted the fix-ember-3-20 branch July 26, 2020 22:37
@rwjblue rwjblue changed the title Update to use internal destroyables implementation in Ember 3.20+ Use destroyables implementation in Ember 3.20+ Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant