Skip to content

Releases: angular-slider/angularjs-slider

5.4.0

13 Jul 06:49
Compare
Choose a tag to compare

5.4.0 (2016-07-13)

Features

  • Add function to customize color of ticks (#372).

5.3.0

11 Jul 19:04
Compare
Choose a tag to compare

5.3.0 (2016-07-11)

Features

  • Expose labels on scope in template (#358).

5.2.0

07 Jul 06:16
Compare
Choose a tag to compare

5.2.0 (2016-07-07)

Features

  • Add a customTemplateScope option (#354).

5.1.1

06 Jul 12:42
Compare
Choose a tag to compare

5.1.1 (2016-07-06)

Fix

  • Fix the way to check when event properties are undefined (#365).

5.1.0

02 Jul 07:59
Compare
Choose a tag to compare

5.1.0 (2016-07-02)

Features

  • Add a pushRange option (#341).

5.0.1

01 Jul 06:18
Compare
Choose a tag to compare

5.0.1 (2016-07-01)

Fix

  • Switch from using opacity to visibility to show/hide elements (#362).

5.0.0

30 Jun 20:49
Compare
Choose a tag to compare

5.0.0 (2016-06-30)

Fix

  • AMD/CommonJS exported module: export module name instead of module (#360).

Breaking change

Code that relies on the module object to be exported (accessing the name via .name for example) will break, since the name is now directly returned.

4.1.0

30 Jun 20:41
Compare
Choose a tag to compare

4.1.0 (2016-06-30)

Improvement

  • Add a bindIndexForStepsArray option that enable to use stepsArray with the same behavior as before 4.0 (#345).

Fix

  • Hide floor/ceil label when overlapped on combo label (#357).
  • Fix switching from steps array to regular steps (#361).

4.0.2

07 Jun 07:31
Compare
Choose a tag to compare

4.0.2 (2016-06-07)

Improvement

  • Add a mergeRangeLabelsIfSame option (#245).

4.0.1

04 Jun 12:26
Compare
Choose a tag to compare

4.0.1 (2016-06-04)

Improvement

  • Add a pointerType arg for the callbacks (onStart, onChange and onEnd) to identify which handle is used (#339).