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

[DEPRECATION]Deprecate send action (RFC #335) #16744

Merged
merged 1 commit into from Jun 22, 2018

Commits on Jun 19, 2018

  1. [DEPRECATION] Deprecate Component#sendAction (RFC emberjs#335)

    This also implicitly deprecated passing actions to the built-in inputs like `{{input enter="foo"}},
    instead users must do `{{input enter=(action "foo")}}`.
    There is a build-time deprecation that uses AST visitors to output precise information of file
    and line the offending code is.
    There is also a runtime-deprecation for cases that the AST deprecation can't catch.
    Miguel Camba committed Jun 19, 2018
    Copy the full SHA
    10f876d View commit details
    Browse the repository at this point in the history