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

Adds attributeShouldChangeProperty(name, oldValue, value) protected… #893

Closed
wants to merge 2 commits into from

Commits on Feb 6, 2020

  1. Adds attributeShouldChangeProperty(name, oldValue, value) protected…

    … method.
    
    This method allows for customizing the dirty check applied when attribute values change. The default is to avoid setting a corresponding property when an attribute changes and the old and new values are exactly the same. This is being done to address #699. It's done as an opt-in to avoid a breaking change.
    Steven Orvell committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    1928951 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Lint fixes.

    Steven Orvell committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f914cd8 View commit details
    Browse the repository at this point in the history