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

Remove Ember.ContainerView #13195

Merged
merged 2 commits into from
Mar 31, 2016
Merged

Conversation

HeroicEric
Copy link
Sponsor Member

Continued work for #13188

Not sure if there's a way to add this to the other PR instead of creating a new one.

@HeroicEric HeroicEric changed the title Remove Ember.ContainerView [WIP] Remove Ember.ContainerView Mar 28, 2016
@@ -123,57 +120,6 @@ QUnit.test('should cleanup bound properties on rerender', function() {
equal(view.$().text(), 'wycats', 'rendered binding');
});

QUnit.test('should update bound values after view\'s parent is removed and then re-appended', function() {
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this really be removed or updated to work without using Ember.ContainerView?

@HeroicEric
Copy link
Sponsor Member Author

@rwjblue not sure why the tests are failing on CI but they're all passing locally now. I'll look into why CI is failing.

@HeroicEric
Copy link
Sponsor Member Author

Hmm seems like they're failing with optional features enabled. Looking into it...

@HeroicEric HeroicEric changed the title [WIP] Remove Ember.ContainerView Remove Ember.ContainerView Mar 28, 2016
@HeroicEric
Copy link
Sponsor Member Author

@rwjblue Going to be stuck in this airport for another few hours. Anything else to work on here?

@rwjblue
Copy link
Member

rwjblue commented Mar 31, 2016

Nope, looks good to me!

@rwjblue rwjblue merged commit 94b4ccc into emberjs:master Mar 31, 2016
@HeroicEric HeroicEric deleted the remove-container-view branch April 1, 2016 00:14
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.

2 participants