All Versions
43
Latest Version
Avg Release Cycle
45 days
Latest Release
335 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v15.6.0 Changes
May 01, 2022- โ Added:
smooth-steps
behaviour
flag (#627);
- โ Added:
-
v15.5.1 Changes
January 21, 2022- โ Added:
dist
to release (#1148); - ๐ Updated release tooling (#1173, #1174);
- โ Added:
-
v15.5.0 Changes
September 01, 2021- ๐ Fixed: Compositing issues in Safari (note that this updates the stylesheet!) (#987, #998, #1029, #1154);
- ๐ Changed: divisibility of
margin
,padding
andlimit
bystep
is no longer enforced (#1163);
-
v15.4.0 Changes
August 14, 2021- โ Added:
handleAttributes
option (#1019); - โ Added:
drag-all
behaviour (#756, #841, #1116); - โ Added: ESM/ES6 module distribution
dist/nouislider.mjs
(#1149); - โ Added: support for ranges where
min
=max
(#236, #359, #578, #633, #676, #790); - โ Added:
getPositions
method; - ๐ Fixed: Duplicate change/set events when using
snap
behaviour (#1106);
- โ Added:
-
v15.3.0 Changes
August 10, 2021- โ Added:
keyboardMultiplier
option (#1151);
- โ Added:
-
v15.2.0 Changes
June 15, 2021- โ Added:
unencoded
boolean argument toget
method to return raw slider values (#1145); - โ Added: support for "partial" formatters in
pips.format
,ariaFormat
andtooltips
options (#1140);
- โ Added:
-
v15.1.1 Changes
May 09, 2021- ๐ Fixed:
tooltips
option accepts oneFormatter
for all tooltips (#1101);
- ๐ Fixed:
-
v15.1.0 Changes
May 09, 2021- โ Added:
drag
event when dragging connecting elements (#887, #1135);
- โ Added:
-
v15.0.0 Changes
May 02, 2021- noUiSlider is now written and distributed as TypeScript;
- ๐ฆ Types are now provided. If you are currently using @types/nouislider, this should be replaced;
- ๐ฆ The distributed files have moved from
distribute
todist
in the NPM package, and are no longer in the repository; You may need to change the path to the noUiSlider CSS file if you are importing it using a package manager; - ๐ Fixed: Slider now properly works in multiple layers of Shadow DOM (#1121);
- โ Removed:
version
from exceptions and export; - โ Removed: Bower support;
-
v14.7.0 Changes
April 06, 2021- ๐ noUiSlider is now build with TypeScript. This release contains no further changes.