Rangeslider.js Versions Save

🎚 HTML5 input range slider element jQuery polyfill

v2.0.3

8 years ago

Chore:

  • UMD CommonJS environment optimization (1dacfad880b61731b361d8fdbb83246875955eaf)

Fix:

  • Firefox ignores CSS :active state if e.preventDefault() is set (#184). (abc500b)

More detailed informations: #185

v2.0.2

8 years ago

Fix:

  • vertical orientation touch control (9fc4ade3ccedabcc21f5735dfb1a6af992d18268)

v2.0.1

8 years ago

Fix:

  • getPositionFromValue consider falsey values (5d4c72014ab1a2c3c2858feb502f699d6032a230)

v2.0.0

8 years ago

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

Feature:

  • add orientation support for vertical range (#165)

Fix:

  • Prevent getPositionFromValue method from returning NaN (78804b49f25a66090da5ab6f51df37319131a190)

Chore:

  • Add npm scripts (serve, livereload, build) (468b6b00ff4e0c5d92e6e80a8dd3438247439844)

More detailed informations: #170

v1.3.3

8 years ago

Chore:

  • remove .npmignore and use files instead b51e8d2083772221ec79d64b7740d27a07966740
  • upgrade devDependencies (#164)

Fix:

  • don't fire onSlide cb on initialization (#166)

More detailed informations: #167

v1.3.2

8 years ago

Feature:

  • Makes the slider work much more smoothly on windows phones (6dd1797c63090a63897102958d56a5abf949ecb9)

Fix:

  • grammar/typo (#159)

More detailed informations: #163

v1.2.2

8 years ago

Chore:

  • Update bower.json (#153)

Fix:

  • Fix attributes NaN & falsey default value issue (#156)

More detailed informations: #158

v1.2.1

9 years ago

Fix:

  • Add null check for isHidden(el) (#144)

More detailed informations: #147

v1.2.0

9 years ago

Feature:

  • Add possibility to react to attribute changes (#139)

More detailed informations: #142

v1.1.0

9 years ago

Feature:

  • Patch getDimensions() and restore original inline styles after we got the dimensions of the element. Previously we just restored the display property. (#132)
  • Add html5shiv.js to /example for legacy browsers lt IE 9 (f7e30a41f586f46d09d05acca3303ab1a32776f4)
  • Allow passing arguments to plugin methods (#123)

More detailed informations: #135