You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component-tester: fix bug where @containerless components wouldn't be initialized properly, this breaks the ability to manually call detached() lifecycle methods on the component for the time-being however (#12) (7a8b69e), closes #11
component-tester: remove incorrect behaviour where lifecycle methods "bind" and "attached" were called twice by the bootstrap (#10) (ab24fe9), closes #9#9
event-listener-fixes: fix an issue where "click.delegate" events don't fire because the listener is on the test spec iframe and not the app iframe (#7) (3f68b5a)