Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Releases: andreruffert/rangeslider.js

Release v0.3.0

13 Jun 12:39
Compare
Choose a tag to compare
  • Swaps the order onInit is executed before update method (#66)
  • Trigger change event only on value changes (#67)

More detailed informations: #68

Release v0.2.9

23 May 21:05
Compare
Choose a tag to compare
  • Adds CommonJS support (#44)
  • Adds a focus-state (#48)
  • Fixes a issue setting max and value attributes to 0 (#59)

More detailed informations: #62

Release v0.2.8

13 Jun 12:43
Compare
Choose a tag to compare
  • Events without touchscreen determination (#36)
  • Default value calculation (#37)
  • Fixes snapping behavior (#41)

More detailed informations: #42

Release v0.2.7

22 Apr 11:10
Compare
Choose a tag to compare
  • Changed snapping steps behaviour

Release v0.2.6

17 Apr 18:13
Compare
Choose a tag to compare
  • 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

07 Apr 18:17
Compare
Choose a tag to compare
  • 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