Releases: andreruffert/rangeslider.js
Releases · andreruffert/rangeslider.js
Release v2.3.2
05 Jan 21:20
Compare
Sorry, something went wrong.
No results found
Fix:
constrain mousedown to left clicks (7d6145f )
Release v2.3.1
07 Jul 10:33
Compare
Sorry, something went wrong.
No results found
Fix:
vertical slider uses the available space for the height (2c86f2c )
More detailed informations: #274
Release v2.3.0
30 Nov 23:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix version number in dist files
Release v2.2.0
12 Jul 14:22
Compare
Sorry, something went wrong.
No results found
Feature:
Migrate for full jQuery 3.x support (#224 )
Chore:
More detailed informations: #225
Release v2.1.1
12 Jan 18:39
Compare
Sorry, something went wrong.
No results found
Fix:
jQuery package.json dependency compatibility based on >= (#202 )
More detailed informations: #203
Release v2.1.0
11 Jan 12:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix:
set initial value if no value attribute is set (caused problems in IE8 & IE9) (3f5c475 )
More detailed informations: #186