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

Support ES6 getters and setters for data binding #4815

Closed

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    4443c6f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Since the PropertyAccessors version of invalidateProperties is overri…

    …dden by PropertyEffects to be synchronous, we do not need to be concerned about a getter value changing between the time when a notification is triggered and processed.
    ChadKillingsworth committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    1b17b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e0367 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Rename the internal property in the getters/setters test to make it v…

    …ery clear that we are changing the internal version and bypassing automatic change notification.
    ChadKillingsworth committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    2d9b751 View commit details
    Browse the repository at this point in the history