NoUiSlider Versions Save

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.

15.7.1

10 months ago
  • Added: module field to package.json (#1247, #1248);

15.7.0

1 year ago
  • Added: disable and enable methods to disable slider or handles (#1158, #1227);

15.6.1

1 year ago
  • Fixed: (Typescript) type for keys in range (#1218);

15.6.0

2 years ago
  • Added: smooth-steps behaviour flag (#627);

15.5.1

2 years ago
  • Added: dist to release (#1148);
  • Updated release tooling (#1173, #1174);

15.5.0

2 years ago
  • Fixed: Compositing issues in Safari [this is a Potential BC-break when using a custom stylesheet!] (#987, #998, #1029, #1154);
  • Changed: divisibility of margin, padding and limit by step is no longer enforced (#1163);

15.4.0

2 years ago
  • 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);

15.3.0

2 years ago
  • Added: keyboardMultiplier option (#1151);

15.2.0

2 years ago
  • Added: unencoded boolean argument to get method to return raw slider values (#1145);
  • Added: support for "partial" formatters in pips.format, ariaFormat and tooltips options (#1140);

15.1.1

2 years ago
  • Fixed: tooltips option accepts one Formatter for all tooltips (#1101);