v0.1.1
Pre-release
Pre-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 ofcomma
, when specified, within the same initialization- If
value
is changed to more thanmax
or less thanmin
withnewValues()
, they are now set to min and max accordingly - Fixed the width not computing anew when changing values with
newValues()
- Fixed new
min
,max
andcomma
values being ignored when they are changed to 0 innewValues()