dojo / widget-core

:rocket: Dojo 2 - widget authoring system.
http://dojo.io
Other
34 stars 39 forks source link

Diff Property should have access to the full previous and current properties #936

Closed agubler closed 6 years ago

agubler commented 6 years ago

Enhancement

At the moment only the changed property that has triggered a diff property reaction is passed to the function when it is executed. This is pretty restrictive so it would be much more flexible if all the previous and current properties were passed to each reaction.