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

Make ember-application package tests pass without jQuery. #16023

Merged
merged 7 commits into from
Dec 27, 2017

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    aaafab2 View commit details
    Browse the repository at this point in the history
  2. Implement native DOM event dispatcher.

    Leverages work done by ember-native-dom-event-dispatcher addon, and
    switches implementation based on jQuery presence.
    rwjblue committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    99a7c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78514e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff9117a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef04a33 View commit details
    Browse the repository at this point in the history
  6. Run tests without jQuery (package by package).

    Adds support for running tests per-package without jQuery so that jQuery
    requirements do not creep into the rest of the framework.
    rwjblue committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    f71bbd0 View commit details
    Browse the repository at this point in the history
  7. Fix stray # in change to getElementById

    wycats authored and rwjblue committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    49e6727 View commit details
    Browse the repository at this point in the history