Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 973 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 973 Bytes

v2.4.x

Modified a property: onInput

v2.3.x

Added a return value property: removeGlobalEventListeners()

v2.2.x

Added a return value property: currentValueIndex()

v2.1.x

Added properties: 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.