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

Fix deprecations with Ember 3.27+ #1012

Merged
merged 5 commits into from
Mar 19, 2021
Merged

Fix deprecations with Ember 3.27+ #1012

merged 5 commits into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    a7d7e3e View commit details
    Browse the repository at this point in the history
  2. Use ember-cli-htmlbars@5.7.1

    rwjblue committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    43a63ab View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Fix deprecations introduced by run.backburner usage.

    Ember 3.27+ deprecates directly calling methods on `run` like this
    (we should be using the imports!!!!).
    rwjblue committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7ee6a1c View commit details
    Browse the repository at this point in the history
  2. Improve deprecation testing support.

    Add `?disabledDeprecations` and `?debugDeprecations` query params to
    make it easier to track down the source of specific deprecations.
    rwjblue committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    9c14278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737eb8b View commit details
    Browse the repository at this point in the history