All Versions
10
Latest Version
Avg Release Cycle
156 days
Latest Release
1664 days ago

Changelog History

  • v2.3.3

    October 06, 2019
  • v2.3.2 Changes

    January 05, 2018

    Fix:

    • constrain mousedown to left clicks (7d6145f)
  • v2.3.1 Changes

    July 07, 2017

    Fix:

    • vertical slider uses the available space for the height (2c86f2c)

    More detailed informations: #274

  • v2.3.0 Changes

    November 30, 2016

    Feat:

    • Prevent text selection in Firefox & IE/Edge + prevent scrolling on touch devices while dragging (8c5474c)
  • v2.2.2 Changes

    November 30, 2016

    Fix:

    Vertical sliders should work now again as well as touch devices.

    • getRelativePosition use clientX/clientY instead of pageX/pageY to get the right relative coordinates. (5d295c5)
  • v2.2.1 Changes

    July 12, 2016

    ๐Ÿ›  Fix version number in dist files

  • v2.2.0 Changes

    July 12, 2016

    Feature:

    • ๐Ÿ‘ Migrate for full jQuery 3.x support (#224)

    Chore:

    • ๐Ÿ“„ Docs updates

    More detailed informations: #225

  • v2.1.1 Changes

    January 12, 2016

    Fix:

    • ๐Ÿ“ฆ jQuery package.json dependency compatibility based on >= (#202)

    More detailed informations: #203

  • v2.1.0 Changes

    January 11, 2016

    Fix:

    • window resize triggers onSlide callback (#200)

    Chore:

    • โž• add info how to use plugin to factory for e.g. CommonJS etc. (eccda9e)
    • โž• add "ui" to package.json keywords (e2d2dac)
    • โž• add jQuery as dependency to the package.json (84c66b9)

    More detailed informations: #201

  • v2.0.5 Changes

    November 30, 2015

    Fix:

    • correct initialization inside a hidden container with display: none !important; (#188)

    More detailed informations: #189