All Versions
43
Latest Version
Avg Release Cycle
45 days
Latest Release
399 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.