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] Partially revert #12229 and add a test for #13432 #13438

Merged
merged 1 commit into from
May 2, 2016

Commits on May 2, 2016

  1. [BUGFIX beta] Partially revert emberjs#12229 and add a test for ember…

    …js#13432
    
    This PR partially reverts emberjs#12229 given that it made the inline form of
    components extending from `LinkTo` impossible.
    
    Beware that matching the exact behaviour is not there yet (as it wasn't
    before emberjs#12229) given that {{{link-to title route}}} would unescape title
    while {{{my-link-to title route}}} would not. This behaviour was not working
    before and therefore is not working after this revert.
    
    This PR does not address whether the inline form for link-to should be
    deprecated or not.
    Serabe committed May 2, 2016
    Configuration menu
    Copy the full SHA
    04390f1 View commit details
    Browse the repository at this point in the history