@featureRequest: fix #3964
Allows now underscore items, which add support for afterSet and beforeSet.
@example
Neo.overrides = {
Neo: {
component: {
Base: {
foo_: 1,
afterSetFoo: function(newValue, oldValue) {
let style = this.style;
style.color = 'green';
this.style = style;
}
}
}
}
};
export default Neo.overrides;
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
If adding a new feature, the PR's description includes:
Other information:
@featureRequest: fix #3964 Allows now underscore items, which add support for afterSet and beforeSet.
@example
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: