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

ref(ember): Update addon to support Ember 4.0.0 (beta) #3915

Merged
merged 2 commits into from
Aug 23, 2021

Commits on Aug 23, 2021

  1. ref(ember): Update addon to support Ember 4.0.0 (beta)

    This should make the addon compatible with the upcoming 4.0 versions of Ember. Primarily a couple packages needed to be updated, but also in functionality the private '_backburner' moved (looking briefly I think it was this commit emberjs/ember.js@aece1dc). There are likely other improvements that can be made once 4.0 is release, and other deprecations, such as the Ember global usage that we should remove, but this should unblock the version functionally for now and hopefully get our beta channel tests to pass.
    k-fish committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c5f8401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af938a3 View commit details
    Browse the repository at this point in the history