Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Maluscat Maluscat released this 11 Dec 16:02
· 14 commits to master since this release
  • New property: taskMouseUp, taking a function to be executed every time the mouse is released after engaging with a slider possessing this property
  • value is now trimmed to the value of comma, when specified, within the same initialization
  • If value is changed to more than max or less than min with newValues(), they are now set to min and max accordingly
  • Fixed the width not computing anew when changing values with newValues()
  • Fixed new min, max and comma values being ignored when they are changed to 0 in newValues()