Releases: leongersen/noUiSlider
Releases · leongersen/noUiSlider
8.5.1
- Fix: class mixup in 8.5.0 merge
- Change: position pips markers relatively
8.5.0
- Added: ability to completely override the classes used by the slider
- Fix: removed invalid stopPropagation loop
- Fix: source properly lints
8.4.0
- Fix: don't assume
window
exists. #503, #533, #617 and #628 - Fix:
:focus
style applied to wrong element. #631 - Fix:
step
option is lost on updating. #619 - Fix: exposed
options
should be the original options, not the parsed set. #607 - Added: handle animation time configurable. #629
- Added: slider values can be updated without firing
set
. #602 - Change: internal value calculations no longer limited to 7 decimals. #614
8.3.0
- Expose several internal features, including
options
andpips
. - Add a fifth argument to all events, containing the handle offsets.
- Fixed
margin: 0
throwing an error. - Fixed
set
firing when callingslider.noUiSlider.set
with anull
value. - Fix and clarify some examples
8.2.1
8.2.0
- Added 'start', 'end' and 'hover' events
- Added better tooltip formatting options
- Bugfixes, including an issues where a mouseup would be missed
8.1.0
- Fixed Microsoft Edge support
- Merged several pull requests containing bug fixes
- Fixed an issue where a slider handle could get 'stuck' to a mouse cursor after moving out of a window.
- Combed through code using a profiler, fixed some performance issues.
- Added support for basic tooltips.
8.0.2
8.0.1
Fixed an issue with IE11 on touch devices.