Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

3.15.13

Compare
Choose a tag to compare
@swilliamset swilliamset released this 03 May 17:59
· 282 commits to master since this release

3.15.13 (Wed May 03 2017 13:53:19 GMT-0400 (EDT))

Update to spinbox so that call setValue will trigger changed event correctly

Closed issues:

Merged pull requests:

Change log

  • e4faff2 - Make spinbox trigger changed after setValue

After programmatically setting the value of the spinbox, the previous
value would be retained in the lastValue property of the control,
causing the "changed" event not to get triggered if the user were to
enter the previous value again. To avoid this, the current setValue
method was converted into a private method with an additional parameter
to set the last value, and the public method will wrap this and pass
that parameter, while internal uses of the method will use the private
method to avoid other side effects.

Fixes #1950 (svarga)

  • 4af47e6 - update spinbox unit testing changed event for setValue to be async (Stephen Williams)
  • 2e9772f - bowered qunit >2.3.0 fails on `rendered.fu.repeater` test. pinning to 2.3.0 (Stephen Williams)
  • d28b365 - update repeater test to only assert on appropriate instance of trigger (Stephen Williams)
  • aa431db - build before 3.15.13 - includes spinbox setValue update (Stephen Williams)
  • d0ceee1 - release 3.15.13 (Stephen Williams)