Skip to content

Releases: leongersen/noUiSlider

14.0.0

20 Jun 11:33
Compare
Choose a tag to compare
  • Fixed: change & slide events should fire on keyboard control (#994);
  • Fixed: .noUi-origin overflows document on vertical sliders (#987);
  • Fixed: Clicking to right of handle doesn't move it when it's at the same point as another (#965);
  • Added: Additional documentation on number formatting (#978, #985);

13.1.5

24 Apr 14:05
Compare
Choose a tag to compare
  • Fixed: Full-range padding (#880);

13.1.4

20 Mar 08:30
Compare
Choose a tag to compare
  • Fixed: Keyboard interaction does not work with snap option (#961);

13.1.3

15 Mar 07:16
Compare
Choose a tag to compare
  • Fixed: Keyboard interaction allows handles to "push" other handles (#960);
  • Fixed: Update event fires for all handles during keyboard interaction (#960);

13.1.2

13 Mar 12:42
Compare
Choose a tag to compare
  • Fixed: Handle disappears in Safari on tap (#927);
  • Fixed: Disabled slider still accepts keyboard interaction (#953);

13.1.1

14 Feb 10:15
Compare
Choose a tag to compare
  • Fixed: Slider hang when using a zero-length range (#948);

13.1.0

08 Feb 09:43
Compare
Choose a tag to compare
  • Fixed: Updating pips using updateOptions (#933);
  • Added: Updating tooltips using updateOptions (#946);

13.0.0

06 Feb 12:30
Compare
Choose a tag to compare

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)

12.1.0

25 Oct 13:06
Compare
Choose a tag to compare
  • Added: unconstrained behaviour (#747, #815, #913)
  • Added: setHandle API (#917)
  • Changed: point to nouislider.js in package.json.main (#921)

12.0.0

14 Sep 07:31
Compare
Choose a tag to compare
  • 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);