Releases: andreruffert/rangeslider.js
Releases · andreruffert/rangeslider.js
Release v2.0.3
Chore:
- UMD CommonJS environment optimization (1dacfad)
Fix:
- Firefox ignores CSS
:active
state if e.preventDefault()
is set (#184). (abc500b)
More detailed informations: #185
Release v2.0.2
Fix:
- vertical orientation touch control (9fc4ade)
Release v2.0.1
Fix:
getPositionFromValue
consider falsey values (5d4c720)
Release v2.0.0
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
(78804b4)
Chore:
- Add npm scripts (serve, livereload, build) (468b6b0)
More detailed informations: #170
Release v1.3.3
Chore:
- remove .npmignore and use
files
instead b51e8d2
- upgrade devDependencies (#164)
Fix:
- don't fire
onSlide
cb on initialization (#166)
More detailed informations: #167
Release v1.3.2
Feature:
- Makes the slider work much more smoothly on windows phones (6dd1797)
Fix:
More detailed informations: #163
Release v1.2.2
Chore:
Fix:
- Fix attributes
NaN
& falsey default value issue (#156)
More detailed informations: #158
Release v1.2.1
Fix:
- Add null check for
isHidden(el)
(#144)
More detailed informations: #147
Release v1.2.0
Feature:
- Add possibility to react to attribute changes (#139)
More detailed informations: #142
Release v1.1.0
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
(f7e30a4)
- Allow passing arguments to plugin methods (#123)
More detailed informations: #135