Rangeslider.js Versions Save

🎚 HTML5 input range slider element jQuery polyfill

v1.0.0

9 years ago

MAJOR update Make sure to check this if you update from an earlier version.

Spec:

  • implement input event
  • trigger change event only on handle release

More detailed informations: #128

v0.3.9

9 years ago

Fix:

  • Each instance has its own event namespace #109

Docs:

  • add gitter.im badge and mention it in the usage section 9809754b65236f19aec67f8a6d800a6281e07f41

Chore:

  • add webhook notifications for gitter.im 1007c70bd99b17c76bf186351d3c0e401310f043

More detailed informations: #120

v0.3.8

9 years ago

Chore:

  • remove jquery-plugin registry stuff (it is in read-only mode) #107

Feature:

  • consider range inside <details> #111

More detailed informations: #117

v0.3.7

9 years ago

Fix:

  • Bugfix for value rounding issue in some cases (b4cc6400bc8ddb174da265ec3d829554be01ecad)

Feature:

  • Available on npm

Docs:

  • update readme file

More detailed informations: #105

v0.3.5

9 years ago

Fix:

  • floating point rounding issue (#95)

Feature:

  • consider hidden elements (#93)

More detailed informations

v0.3.6

9 years ago

Fix:

  • consider 0 value for pageX (#90)

Refactor:

  • remove invisible white box-shadow from .rangeslider and .rangeslider__fill (ae0ee48df6b2386cc7fab8357d7dbfb950be2e6f)

More detailed informations

v0.3.4

9 years ago

Refactor:

  • instance identifier is now a simple counting up number (#89)

Chore:

  • introduce grunt release task (e8f927c50d7ade3bd96399fb46182f34447b3e2a)

More detailed informations

v0.3.3

9 years ago
  • Calculates .rangeslider position relative to the viewport (#83)
  • Rename LICENSE-MIT.txt to LICENSE.md
  • Adds a jQuery Plugin Package Manifest

More detailed informations

v0.3.2

9 years ago
  • Fixes an JS error on touch devices on slide end when lifting the finger (#79)
  • Fires onSlideEnd callback also on touch devices (#79)
  • Wraps 'use strict' (#72)

More detailed informations

v0.3.1

9 years ago
  • Consider disabled attribute and adds a disabled state (#70)

More detailed informations: #71