All Versions
43
Latest Version
Avg Release Cycle
45 days
Latest Release
279 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v9.2.0 Changes
January 17, 2017- โ Added: Version number to exceptions;
- โ Added:
noUiSlider.version
holds current version number; - โ Added: Throw exception on invalid
pips
configuration (#721); - โ Added: Merged pull request that uses less preprocessor to generate CSS (#735);
-
v9.1.0 Changes
December 10, 2016- ๐ Fixed: Slider not properly handling multitouch (#700, #704);
- ๐ Fixed: Removed a querySelector for the currently active handle (#720);
- ๐ Fixed: Removed iOS/webkit flashes on tap;
- ๐ Fixed: Incorrect error when using margin/limit with a step smaller than 0 (#736);
- ๐ Fixed: Drag option using incorrect cursor arrows (#681);
- โ Added: New
padding
option (#711); - โ Added: Re-introduced
.noUi-handle-lower
and.noUi-handle-upper
classes removed in 9.0.0; - โ Added: Compatibility for legacy
connect
options removed in 9.0.0;
-
v9.0.0 Changes
September 26, 2016- Added: Support for more than 2 handles;
- โ Added:
format
option can be updated (#641); - โ Added:
reset
method the return slider to start values (#673); - ๐ Change:
connect
option is now implemented as a separate node; - ๐ Change: all event arguments, including the handle number, are now in slider order;
- Change:
updateOptions
now modifies the original options object. The reference inslider.noUiSlider.options
remains up to date (#678); - ๐ Change: more events fire when using various
behaviour
options (#664); - ๐ Change: on
rtl
sliders, handles are now visually positioned from the slidersright
/bottom
edge; - ๐ Change: events for
rtl
sliders now fire in the same order as forltr
sliders (with incremental handleNumbers); - ๐ Change: internal
Spectrum
component is no longerdirection
aware; - ๐ Change:
limit
andmargin
must be divisible bystep
(if set); - โ Removed:
.noUi-stacking
class. Handles now stack themselves; - ๐
Removed(returned in 9.1.0):.noUi-handle-lower
and.noUi-handle-upper
classes; - โ Removed:
.noUi-background
. Use.noUi-target
instead; - ๐
Removed(backward compatibility in 9.1.0):connect: 'lower'
andconnect: 'upper'
. These settings are replaced byconnect: [true, false]
; - ๐ Fixed: default tooltip color (#687);
- ๐ Fixed:
margin
andlimit
calculated improperly after callingupdateOptions
with a newrange
option; - ๐ Fixed:
range
option was required in update, even when not updating it (#682); - ๐ Fixed: Cursor styling is now consistent for disabled handles and sliders (#644);
- ๐ Fixed: Sliders now ignore touches when the screen is touched multiple times (#649, #663, #668);