All Versions
43
Latest Version
Avg Release Cycle
45 days
Latest Release
399 days ago

Changelog History
Page 1

  • v15.6.0 Changes

    May 01, 2022
    • ➕ Added: smooth-steps behaviour flag (#627);
  • v15.5.1 Changes

    January 21, 2022
    • ➕ Added: dist to release (#1148);
    • 🚀 Updated release tooling (#1173, #1174);
  • 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 and limit by step 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);
  • v15.3.0 Changes

    August 10, 2021
    • ➕ Added: keyboardMultiplier option (#1151);
  • v15.2.0 Changes

    June 15, 2021
    • ➕ 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);
  • v15.1.1 Changes

    May 09, 2021
    • 🛠 Fixed: tooltips option accepts one Formatter for all tooltips (#1101);
  • v15.1.0 Changes

    May 09, 2021
    • ➕ Added: drag event when dragging connecting elements (#887, #1135);
  • 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 to dist 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.