Releases: andreruffert/rangeslider.js
Releases · andreruffert/rangeslider.js
Release v2.3.2
Fix:
- constrain
mousedown
to left clicks (7d6145f)
Release v2.3.1
Fix:
- vertical slider uses the available space for the height (2c86f2c)
More detailed informations: #274
Release v2.3.0
Feat:
- Prevent text selection in Firefox & IE/Edge + prevent scrolling on touch devices while dragging (8c5474c)
Release v2.2.2
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
Fix version number in dist files
Release v2.2.0
Feature:
- Migrate for full jQuery 3.x support (#224)
Chore:
More detailed informations: #225
Release v2.1.1
Fix:
- jQuery package.json dependency compatibility based on >= (#202)
More detailed informations: #203
Release v2.1.0
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
Fix:
- correct initialization inside a hidden container with
display: none !important;
(#188)
More detailed informations: #189
Release v2.0.4
Fix:
- set initial value if no
value
attribute is set (caused problems in IE8 & IE9) (3f5c475)
More detailed informations: #186