-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 release] Fix an issue with bindings inside of a yielded template when the yield helper is nested inside of another view #10489
Conversation
…ate when the yield helper is nested inside of another view
This will likely fix #10402 |
And perhaps #10401 as well |
[BUGFIX release] Fix an issue with bindings inside of a yielded template when the yield helper is nested inside of another view
Cherry-picked into beta and release channels. |
It does not appear this fixes #10401 |
I know it's a long shot ... but is there any work around for this? It's sadly keeping me from upgrading to 1.10. |
You can use the #stable branch. It has been pulled in. |
OH I didn't even know you guys maintained that. Sounds like it's the last release + any regression fixes? |
@workmanw - If you are using bower you can add the following for Ember to get the latest build of the release channel (which is the stable branch):
|
You can also download it from: |
Man that's so awesome. Thanks a lot! ❤️ Totally worked. Viva la HTMLBars. 🍹 |
Yay ❤️ Please report any other upgrade problems! |
@mmun Will do! Virtually all of our issues with 1.10 and HTMLBars were around us forgetting to close tags in our templates. |
@mmun @rwjblue
JSBin showing working 1.9 behavior: http://emberjs.jsbin.com/kejicegowi/1/edit
JSBin showing broken 1.10 behavior: http://emberjs.jsbin.com/pugeweloke/1/edit