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

refactor(connectTo): Call the change handler after value is set #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

refactor(connectTo): Call the change handler after value is set #82

wants to merge 1 commit into from

Commits on Nov 4, 2018

  1. refactor(connectTo): Call the change handler after value is set

    Change this logic to align with Aurelia's change handling method invocation for
    view model properties. @bindable and @observable both call the property
    change method after the value is set.
    
    closes #69
    BREAKING CHANGE: the property value being changed will be set and equal to the
    newVal parameter when its change handler is invoked. To migrate from old
    code, get the old value from the oldValue parameter in the method call
    instead of getting a value from the view model property
    jmzagorski committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    5ee70fe View commit details
    Browse the repository at this point in the history