Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Releases: andreruffert/rangeslider.js

Release v1.0.0

16 Mar 09:49
Compare
Choose a tag to compare

MAJOR update
Make sure to check this if you update from an earlier version.

Spec:

  • implement input event
  • trigger change event only on handle release

More detailed informations: #128

Release v0.3.9

30 Jan 15:05
Compare
Choose a tag to compare

Fix:

  • Each instance has its own event namespace #109

Docs:

  • add gitter.im badge and mention it in the usage section 9809754

Chore:

  • add webhook notifications for gitter.im 1007c70

More detailed informations: #120

Release v0.3.8

23 Jan 18:03
Compare
Choose a tag to compare

Chore:

  • remove jquery-plugin registry stuff (it is in read-only mode) #107

Feature:

  • consider range inside <details> #111

More detailed informations: #117

Release v0.3.7

13 Nov 14:14
Compare
Choose a tag to compare

Fix:

  • Bugfix for value rounding issue in some cases (b4cc640)

Feature:

  • Available on npm

Docs:

  • update readme file

More detailed informations: #105

Release v0.3.6

18 Oct 16:42
Compare
Choose a tag to compare

Fix:

  • consider 0 value for pageX (#90)

Refactor:

  • remove invisible white box-shadow from .rangeslider and
    .rangeslider__fill (ae0ee48)

More detailed informations

Release v0.3.5

18 Oct 16:44
Compare
Choose a tag to compare

Fix:

  • floating point rounding issue (#95)

Feature:

  • consider hidden elements (#93)

More detailed informations

Release v0.3.4

25 Sep 15:23
Compare
Choose a tag to compare

Refactor:

  • instance identifier is now a simple counting up number (#89)

Chore:

  • introduce grunt release task (e8f927c)

More detailed informations

Release v0.3.3

27 Aug 13:44
Compare
Choose a tag to compare
  • Calculates .rangeslider position relative to the viewport (#83)
  • Rename LICENSE-MIT.txt to LICENSE.md
  • Adds a jQuery Plugin Package Manifest

More detailed informations

Release v0.3.2

04 Aug 14:52
Compare
Choose a tag to compare
  • Fixes an JS error on touch devices on slide end when lifting the finger (#79)
  • Fires onSlideEnd callback also on touch devices (#79)
  • Wraps 'use strict' (#72)

More detailed informations

Release v0.3.1

26 Jun 18:08
Compare
Choose a tag to compare
  • Consider disabled attribute and adds a disabled state (#70)

More detailed informations: #71