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 getDOM for Ember 2.6/2.7 in integration tests #95

Merged
merged 1 commit into from
Jun 12, 2017

Conversation

simonihmig
Copy link
Contributor

This addresses #77. The exception mentioned there came up in integration tests. As there were no integration tests here, this was not catched. Added a simple one, and indeed that was failing for Ember 2.6/2.7 with the mentioned exception!

The change here reverts the getDOM function to use the same code that was used in 0.4.1 (the last working version that was not affected by #77) for pre Glimmer2 versions of Ember, while using the newer code path introduced in 0.5.x for Glimmer2 apps (using the -document service).

This PR includes #94, so merge that first!

@lukemelia
Copy link
Contributor

OK, @simonihmig #94 is merged. This is ready for a rebase. Thanks!

@simonihmig simonihmig force-pushed the fix-dom-service branch 3 times, most recently from c392490 to 1651fda Compare June 11, 2017 19:05
@simonihmig
Copy link
Contributor Author

simonihmig commented Jun 11, 2017

Ok, finally got the rebase right! 😬

@lukemelia lukemelia merged commit 4afd41d into yapplabs:master Jun 12, 2017
@lukemelia
Copy link
Contributor

Thanks for your work @simonihmig. Published as 0.5.2

@simonihmig simonihmig deleted the fix-dom-service branch June 12, 2017 08:01
@simonihmig
Copy link
Contributor Author

@lukemelia great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants