Releases: leongersen/noUiSlider
Releases · leongersen/noUiSlider
15.3.0
- Added:
keyboardMultiplier
option (#1151);
15.2.0
- 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);
15.1.1
- Fixed:
tooltips
option accepts one Formatter
for all tooltips (#1101);
15.1.0
- Added:
drag
event when dragging connecting elements (#887, #1135);
15.0.0
- 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;
14.7.0
- noUiSlider is now build with Typescript. This release contains no further changes.
14.6.4
- Fixed: Fixed
updateOptions
with falsy value for start
(#1127);
14.6.3
- Fixed: Fixed removing namespaced event listeners, internal listeners getting removed (#1109);
14.6.2
- Fixed: Ignore erroneous mouse events on taps for iOS 13.4 (#1095);
- Added:
exactInput
argument to set
and setHandle
methods (#436, #1094);
14.6.1
- Fixed: Pips in count mode ignores pip at end of range (#1088);