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

Refactor moduleForComponent rendering to use outlet system. #158

Merged
merged 8 commits into from
Jun 6, 2016

Commits on Jun 5, 2016

  1. Remove usage of context in moduleForComponent.

    Setting `context` or `controller` on an `Ember.Component` was absolutely
    not supposed to work (ever), but this library worked around that to
    serve its own needs when `Ember.View` was deprecated and removed.
    
    This PR makes `moduleForComponent` work properly against canary (soon to
    be 2.7.0), by avoiding this archaic concept and simply tracking the
    things `set` on the test context manually.
    rwjblue committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    9b75af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c7a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    965b154 View commit details
    Browse the repository at this point in the history
  4. Fix for Ember 1.x.

    rwjblue committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    fb639ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2278295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c199ef0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3131864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    696da08 View commit details
    Browse the repository at this point in the history