Skip to content

Releases: leongersen/noUiSlider

15.3.0

10 Aug 17:14
Compare
Choose a tag to compare
  • Added: keyboardMultiplier option (#1151);

15.2.0

15 Jun 19:45
Compare
Choose a tag to compare
  • 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

20 May 06:30
Compare
Choose a tag to compare
  • Fixed: tooltips option accepts one Formatter for all tooltips (#1101);

15.1.0

09 May 08:10
Compare
Choose a tag to compare
  • Added: drag event when dragging connecting elements (#887, #1135);

15.0.0

02 May 11:35
Compare
Choose a tag to compare
  • 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

06 Apr 15:31
Compare
Choose a tag to compare
  • noUiSlider is now build with Typescript. This release contains no further changes.

14.6.4

18 Mar 08:39
Compare
Choose a tag to compare
  • Fixed: Fixed updateOptions with falsy value for start (#1127);

14.6.3

19 Nov 07:27
Compare
Choose a tag to compare
  • Fixed: Fixed removing namespaced event listeners, internal listeners getting removed (#1109);

14.6.2

16 Sep 13:28
Compare
Choose a tag to compare
  • 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

17 Aug 11:34
Compare
Choose a tag to compare
  • Fixed: Pips in count mode ignores pip at end of range (#1088);