Modified a property: onInput
Added a return value property: removeGlobalEventListeners()
Added a return value property: currentValueIndex()
Added properties: onThumbDragStart
, onThumbDragEnd
, onRangeDragStart
and onRangeDragEnd
Some new features have been introduced and some of the old features have been modified.
What's new?
- Keyboard accessibility
- ARIA value attributes
- Support for negative values
- Improved vertical orientation
What's changed?
<range>
element is replaced by<div class="range-slider__range"></div>
<thumb>
elements are replaced by<div class="range-slider__thumb"></div>
data-focused
is renamed todata-active
.
Initial releases.