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

[BUGFIX beta] Fix outlet regression #10683

Merged
merged 1 commit into from
Mar 20, 2015
Merged

[BUGFIX beta] Fix outlet regression #10683

merged 1 commit into from
Mar 20, 2015

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Mar 20, 2015

Closes #10478 by changing the way we account for routes that don't do a default render().

Fixes an issue reported in the comments of #10606 to make us tolerant of multiple renders on top of each other.

Closes #10606 by applying disconnectOutlet to all active routes.

Closes #10658 by respecting a non-default template rendered into the main outlet as our own template.

Closes emberjs#10478 by changing the way we account for routes that don't do a
default `render()`.

Fixes issue in comments of emberjs#10606 to make us tolerant of multiple renders on top of each other.

Close emberjs#10658 by respecting a non-default template rendered into a
main outlet as our own template.

Close emberjs#10606 by running disconnectOutlet against all active routes, not
just the current one. (*shudder*)
rwjblue added a commit that referenced this pull request Mar 20, 2015
[BUGFIX beta] Fix outlet regression
@rwjblue rwjblue merged commit e6ed81d into emberjs:master Mar 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants