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 automatic dasherization of modifiers. #542

Merged
merged 1 commit into from Apr 11, 2020
Merged

Commits on Apr 11, 2020

  1. Remove automatic dasherization of modifiers.

    Modifiers (like helpers and components) should not get automatically
    dasherized when looked up. Using `{{fooBar}}` and `{{foo-bar}}`
    interchangably to mean a given modifier is **very** confusing behavior,
    and was never intended. Unfortunately, when user land modifiers were
    added to Ember we forgot to update this guard to prevent dasherization.
    rwjblue committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    edc8377 View commit details
    Browse the repository at this point in the history