### v2.4.x
Modified a property: [`onInput`](https://github.com/n3r4zzurr0/range-slider-input#options)

### v2.3.x
Added a return value property: [`removeGlobalEventListeners()`](https://github.com/n3r4zzurr0/range-slider-input#removeglobaleventlisteners)

### v2.2.x
Added a return value property: [`currentValueIndex()`](https://github.com/n3r4zzurr0/range-slider-input#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.
