Skip to content

v1.5.0

Compare
Choose a tag to compare
@soundar24 soundar24 released this 17 Apr 17:55
· 47 commits to master since this release
  • New events are added (#25, #26 )

    • update - this event is the combination of 'drag' and 'change' events. Simply, whenever the slider value gets updated through the user interaction at that time it will be triggered.

    • valueChange - this event is similar to 'update' event, in addition it will trigger even the value was changed through programmatically also.

    • beforeValueChange - this event will be triggered before the value change happens. And this event can be cancellable. So whenever you want to restrict the slider for particular values at that time this will be useful.