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 release] Add more info to the Ember.Binding deprecation. #13920

Merged
merged 1 commit into from
Jul 28, 2016

Commits on Jul 27, 2016

  1. [BUGFIX release] Add more info to the Ember.Binding deprecation.

    The deprecation before:
    
    ```
    `Ember.Binding` is deprecated. Consider using an `alias` computed property instead.
    ```
    
    The deprecation after:
    
    ```
    The `twoWayTest` property of `<(subclass of Ember.Component):ember483>`
    is an `Ember.Binding` connected to `direction`, but `Ember.Binding` is
    deprecated. Consider using an `alias` computed property instead.
    ```
    Robert Jackson committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    8601462 View commit details
    Browse the repository at this point in the history