Internal references to CSS files have been removed. The user has to import the CSS files by themselves.
New props: 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.