Skip to content

Releases: angular-slider/angularjs-slider

5.8.2

03 Nov 15:23
Compare
Choose a tag to compare

5.8.2 (2016-11-03)

Fix

  • Fix ceil label positioning (#448)

5.8.1

27 Oct 20:01
Compare
Choose a tag to compare

5.8.1 (2016-10-27)

Fix

  • Enable using with Browserify (#436)

5.8.0

22 Oct 17:34
Compare
Choose a tag to compare

5.8.0 (2016-10-22)

Features

  • Handle Date object in stepsArray (#424 )

Fixes

  • Fix style for disabled range slider and ticks (#394)
  • Fix slider goes back when moved and scaled (#346)

5.7.0

16 Oct 17:10
Compare
Choose a tag to compare

5.7.0 (2016-10-16)

Features

  • Add a logScale option to display the slider using a logarithmic scale (#280).
  • Add customValueToPosition and customPositionToValue options to display the slider using a custom scale (#280).

5.6.0

16 Oct 13:08
Compare
Choose a tag to compare

5.6.0 (2016-10-16)

Features

  • Add an ticksArray to display ticks at specific positions (#426).

To enable this new feature, the way the ticks are rendered has been changed. Now each tick is positioned absolutely using a transform: translate() instruction.

5.5.1

22 Sep 18:49
Compare
Choose a tag to compare

5.5.1 (2016-09-22)

Fix

  • Prevent losing focus when slider is rerendered (#415).

5.5.0

06 Sep 17:52
Compare
Choose a tag to compare

5.5.0 (2016-09-06)

Features

  • Add an autoHideLimitLabels to disable the auto-hiding of limit labels (#405).

5.4.3

07 Aug 17:04
Compare
Choose a tag to compare

5.4.3 (2016-08-07)

Fix

  • Fix minLimit/maxLimit bugged for draggableRange (#384).

5.4.2

02 Aug 17:54
Compare
Choose a tag to compare

5.4.2 (2016-08-02)

Fix

  • Fix minimum value goes below floor when using maxRange (#377).

5.4.1

17 Jul 10:21
Compare
Choose a tag to compare

5.4.1 (2016-07-17)

Fix

  • Fix showing limit labels when pointer labels are always hidden (#373).