Releases: Maluscat/Slider89
Releases · Maluscat/Slider89
v0.2.0: The structure system
- New property:
structure
. It takes a string similar to an XML structure to assemble a customized HTML structure element
has been changed in favor of the new structure system: It is now a JavaScript object containing every part of the slider as opposed to only the root elementtipDuration
can now be set tofalse
to prevent it from disappearing altogether- The HTML classing has been changed to improve stylability: non crucial CSS suited for altering, has been moved into a new, independent class to be spoken to without nesting in the selector,
slider89_{slider-part}
; crucial CSS is still selected with a (more difficult to override).slider89 .slider_{slider-part}
v0.1.1
- 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()
Initial release: v0.1.0
Slider89's initial release - more updates will come in the future.