Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 691 Bytes

v3.0.x

Internal references to CSS files have been removed. The user has to import the CSS files by themselves.

v2.1.x

New props: onThumbDragStart, onThumbDragEnd, onRangeDragStart and onRangeDragEnd

v2.0.x

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 to data-active.

v1.0.x

Initial releases.