This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: andreruffert/rangeslider.js
Releases · andreruffert/rangeslider.js
Release v0.3.0
Release v0.2.9
Release v0.2.8
Release v0.2.7
- Changed snapping steps behaviour
Release v0.2.6
- Implemented a destroy method
- Don't wrap the input element in the generated $range element (Less DOM manipulation)
- Make it possible to access private methods from public
- Some small optimizations and comment updates
Release v0.2.5
- Support for floating point boundaries
- Listen to programmatic value changes on input element
- If we click on the handle don't set the new position
- Removed unnecessary element div.rangeslider__range
- Some fixes and optimizations