Skip to content

Releases: andreruffert/rangeslider.js

Release v2.3.2

05 Jan 21:20
Compare
Choose a tag to compare

Fix:

  • constrain mousedown to left clicks (7d6145f)

Release v2.3.1

07 Jul 10:33
Compare
Choose a tag to compare

Fix:

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

More detailed informations: #274

Release v2.3.0

30 Nov 23:56
Compare
Choose a tag to compare

Feat:

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

Release v2.2.2

30 Nov 23:19
Compare
Choose a tag to compare

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. (5d295c5)

Release v2.2.1

12 Jul 14:28
Compare
Choose a tag to compare

Fix version number in dist files

Release v2.2.0

12 Jul 14:22
Compare
Choose a tag to compare

Feature:

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

Chore:

  • Docs updates

More detailed informations: #225

Release v2.1.1

12 Jan 18:39
Compare
Choose a tag to compare

Fix:

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

More detailed informations: #203

Release v2.1.0

11 Jan 12:57
Compare
Choose a tag to compare

Fix:

  • window resize triggers onSlide callback (#200)

Chore:

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

More detailed informations: #201

Release v2.0.5

30 Nov 12:04
Compare
Choose a tag to compare

Fix:

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

More detailed informations: #189

Release v2.0.4

15 Nov 20:45
Compare
Choose a tag to compare

Fix:

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

More detailed informations: #186