1
ValueChange Change History
2
==========================
19
* Focus is now used (in addition to keyboard and mouse events) as a sign that
20
we should begin polling for value changes. [Ticket #2529294]
22
* If the value changes while an element is not focused, that change will no
23
longer be reported the next time polling is started (since it couldn't have
30
* Module renamed to `event-valuechange` and refactored to be a true synthetic
33
* The `value` and `oldValue` event facade properties were renamed to `newVal`
34
and `prevVal` respectively, for consistency with other change event facades
35
throughout the library.
37
* Performance improvements.
55
* Initial release as `value-change`.