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.8.1

1 week ago
  • Fixed: Typescript definitions for getTooltips and getOrigins (#1273);

15.8.0

3 weeks ago
  • Added: Allow connect option to get updated (#1272);
  • Added: invert-connects behaviour (#1262, #1272);

15.7.2

1 month ago
  • Added: getPositions to Typescript definitions (#1270);
  • Added: Allow null in set Typescript definitions (#1271);

15.7.1

1 year 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);