Rangeslider.js Versions Save

🎚 HTML5 input range slider element jQuery polyfill

2.3.2

6 years ago

Fix:

  • constrain mousedown to left clicks (7d6145f)

v2.3.1

6 years ago

Fix:

  • vertical slider uses the available space for the height (2c86f2caeafb4b3040bc5fb8269f0d17ef304921)

More detailed informations: #274

v2.3.0

7 years ago

Feat:

  • Prevent text selection in Firefox & IE/Edge + prevent scrolling on touch devices while dragging (8c5474cc5dbbf8a7a843cbfae79a46a7a6938893)

v2.2.2

7 years ago

Fix:

Vertical sliders should work now again as well as touch devices.

  • getRelativePosition use clientX/clientY instead of pageX/pageY to get the right relative coordinates. (5d295c562d1c560a03ff20c520d07706404e082a)

v2.2.1

7 years ago

Fix version number in dist files

v2.2.0

7 years ago

Feature:

  • Migrate for full jQuery 3.x support (#224)

Chore:

  • Docs updates

More detailed informations: #225

v2.1.1

8 years ago

Fix:

  • jQuery package.json dependency compatibility based on >= (#202)

More detailed informations: #203

v2.1.0

8 years ago

Fix:

  • window resize triggers onSlide callback (#200)

Chore:

  • add info how to use plugin to factory for e.g. CommonJS etc. (eccda9ed370bd0deca46d5abee590f23bbdae6fe)
  • add "ui" to package.json keywords (e2d2dac4cacdaad85bab5430e416b0e4bc7d8316)
  • add jQuery as dependency to the package.json (84c66b919d5192ffd06b6562f7b39cdd3416feeb)

More detailed informations: #201

v2.0.5

8 years ago

Fix:

  • correct initialization inside a hidden container with display: none !important; (#188)

More detailed informations: #189

v2.0.4

8 years ago

Fix:

  • set initial value if no value attribute is set (caused problems in IE8 & IE9) (3f5c47517b4be80c9c1e582a7fec0e6519242d0b)

More detailed informations: #186