Releases: leongersen/noUiSlider
Releases · leongersen/noUiSlider
14.0.0
- 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
13.1.4
13.1.3
13.1.2
13.1.1
13.1.0
13.0.0
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
.
12.1.0
12.0.0
- 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);