Skip to content

Releases: leongersen/noUiSlider

8.5.1

24 Apr 14:03
Compare
Choose a tag to compare
  • Fix: class mixup in 8.5.0 merge
  • Change: position pips markers relatively

8.5.0

24 Apr 12:56
Compare
Choose a tag to compare
  • Added: ability to completely override the classes used by the slider
  • Fix: removed invalid stopPropagation loop
  • Fix: source properly lints

8.4.0

16 Apr 14:49
Compare
Choose a tag to compare
  • Fix: don't assume window exists. #503, #533, #617 and #628
  • Fix: :focus style applied to wrong element. #631
  • Fix: step option is lost on updating. #619
  • Fix: exposed options should be the original options, not the parsed set. #607
  • Added: handle animation time configurable. #629
  • Added: slider values can be updated without firing set. #602
  • Change: internal value calculations no longer limited to 7 decimals. #614

8.3.0

14 Feb 16:40
Compare
Choose a tag to compare
  • Expose several internal features, including options and pips.
  • Add a fifth argument to all events, containing the handle offsets.
  • Fixed margin: 0 throwing an error.
  • Fixed set firing when calling slider.noUiSlider.set with a null value.
  • Fix and clarify some examples

8.2.1

02 Dec 20:44
Compare
Choose a tag to compare

8.2.0

29 Nov 14:36
Compare
Choose a tag to compare
  • Added 'start', 'end' and 'hover' events
  • Added better tooltip formatting options
  • Bugfixes, including an issues where a mouseup would be missed

8.1.0

25 Oct 15:06
Compare
Choose a tag to compare
  • Fixed Microsoft Edge support
  • Merged several pull requests containing bug fixes
  • Fixed an issue where a slider handle could get 'stuck' to a mouse cursor after moving out of a window.
  • Combed through code using a profiler, fixed some performance issues.
  • Added support for basic tooltips.

8.0.2

06 Jul 11:23
Compare
Choose a tag to compare

Fix #464, added NPM information.

8.0.1

29 Jun 17:14
Compare
Choose a tag to compare

Fixed an issue with IE11 on touch devices.

8.0.0

29 Jun 15:29
Compare
Choose a tag to compare

Removed jQuery dependency. Fixed #454, #440, #404, #371, #344, #328. Documentation is now included and runnable.