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

Changelog History
Page 4

  • v13.1.0 Changes

    February 08, 2019
    • ๐Ÿ›  Fixed: Updating pips using updateOptions (#933);
    • โž• Added: Updating tooltips using updateOptions (#946);
  • v13.0.0 Changes

    February 06, 2019

    noUiSlider 13 does not include any breaking API changes. โฌ†๏ธ Keyboard support is now built-in, so any custom implementations should be removed when upgrading. ๐Ÿ‘ Alternatively, built-in keyboard support can be disabled using keyboardSupport: false.

    • โž• Added: Built-in keyboard support (#724);
    • โž• Added: .noUi-touch-area element (#924);
    • ๐Ÿ›  Fixed: Dragging a range does not check for handle disabled state (#938);
    • ๐Ÿ›  Fixed: Incorrect CSS transform in pips (#931);
  • v12.1.0 Changes

    October 25, 2018
    • โž• Added: unconstrained behaviour (#747, #815, #913);
    • โž• Added: setHandle API (#917);
    • ๐Ÿ”„ Changed: point to nouislider.js in package.json.main (#921);
  • v12.0.0 Changes

    September 14, 2018
    • ๐Ÿ”„ Change: License changed to MIT;
    • ๐Ÿ”„ Change: Build process is now based on NPM scripts, phasing out the Grunt task runner.
    • ๐Ÿ›  Fixed: Aria values are now as per spec (#889);
    • ๐Ÿ”„ Change: Pips formatting are now written as HTML (#875);
    • ๐Ÿ”„ Change: The filter option is now called for all pips (#754);
    • โž• Added: The filter option can now return -1 to hide a pip (#754);
    • โž• Added: keyboardSupport option (#867, #895);
    • โž• Added: documentElement option (#821);
  • v11.1.0 Changes

    April 02, 2018
    • ๐Ÿ”„ Change: null options are now handled consistently (#856);
    • ๐Ÿ›  Fixed: Missing transform origin in IE9 (#870);
    • ๐Ÿ›  Fixed: padding on one side of the slider could not exceed 50% (#865);
  • v11.0.3 Changes

    January 21, 2018

    ๐Ÿ”จ Refactor of source code. There are no meaningful changes in the distributed files;

  • v11.0.2 Changes

    January 20, 2018
    • ๐Ÿ›  Fixed: Slider ignores clicks on .noUi-target outside of .noUi-base (#842);
    • ๐Ÿ›  Fixed: .noUi-origin moving out of the page causes horizontal scrolling (#852);
    • ๐Ÿ›  Fixed: Relative .noUi-handle has unintended margin (#854);
  • v11.0.0 Changes

    January 12, 2018

    noUiSlider 11 does not include any breaking API changes. ๐Ÿ’… Unless major changes were made to the stylesheet or you specifically depend โฌ†๏ธ on the handle/connect order in the DOM, there should be no issues upgrading.

    • ๐ŸŽ Change: Use CSS transforms for handle movement, resulting in a massive performance improvement (#718);
    • ๐Ÿ”„ Change: Support multitouch by default;
    • ๐Ÿ”„ Change: Handle stacking is now on .noUi-origin instead of .noUi-handle;
    • โž• Added: A .noUi-connects element holding all .noUi-connect elements;
    • โž• Added: [data-value] property for .noUi-value in pips (#733);
    • โž• Added: padding option can now take an array for different padding values at both sides of a slider (#822);
    • โœ‚ Removed: useRequestAnimationFrame option. No longer needed with CSS transforms;
    • โœ‚ Removed: multitouch option. Now enabled by default;
    • ๐Ÿ›  Fixed: Slider could ignore end events it should handle (#704, #805, #834);
    • ๐Ÿ›  Fixed: Stop depending on array type (#801);
    • ๐Ÿ›  Fixed: set method might bypass margin option (#823);
    • ๐Ÿ›  Fixed: Alignment of pips for RTL sliders (#795);
    • ๐Ÿ›  Fixed: Several issues regarding pips (#812, #826, #832);
  • v10.1.0 Changes

    July 26, 2017
    • โž• Added: multitouch option (#793);
  • v10.0.0 Changes

    May 28, 2017
    • ๐Ÿ”„ Change: Change event listeners to be passive (#785);
    • ๐Ÿ›  Fixed: Pips are now updated when calling updateOptions (#669);
    • ๐Ÿ›  Fixed: Content Security Policy issue with pips;
    • โž• Added: removePips method;
    • โž• Added: aria support (#685);
    • โž• Added: ariaFormat option (controls aria-valuetext);
    • ๐Ÿ›  Fixed: throw a better error when mistakenly trying to initialize noUiSlider with null (#658);
    • ๐Ÿ›  Fixed: Made order of events consistent and documented it (#775);
    • ๐Ÿ›  Fixed: Border radius of connect bar, white space wrapping of tooltips (#773, #774);
    • ๐Ÿ›  Fixed: Slider now uses ownerDocument instead of document (#767);