Skip to content

Releases: angular-slider/angularjs-slider

v7.1.0

Choose a tag to compare

@ValentinH ValentinH released this 26 May 09:10

What's Changed

  • Fix path to angularjs-slider by @AGCarvalho in #675
  • Multiple restrictedRange feature and the feature that to skip restrictedRanges with arrow keys added. by @mehmetxbozkurt in #681

New Contributors

Full Changelog: v7.0.1...v7.1.0

v7.0.1

Choose a tag to compare

@ValentinH ValentinH released this 06 Sep 12:16

7.0.1 (2021-09-06)

Bug fix

  • chore(styles): add parentheses around division-like expr's (#679)

7.0.0

Choose a tag to compare

@ValentinH ValentinH released this 26 Feb 21:24

7.0.0 (2019-02-23)

Feature

  • feat(transition): slider moves are now animated. (this can be disabled via the disableAnimation option)

Bug fix

  • fix(vertical): Support switching between horizontal and vertical

Breaking change

The module name was renamed from rzModule to rzSlider.

6.7.0

Choose a tag to compare

@ValentinH ValentinH released this 23 Feb 15:53

6.7.0 (2019-02-23)

Feature

  • feat(ticks): add the option to use ticksArray as array of objects (#662, thanks @vdiez)

6.6.0

Choose a tag to compare

@ValentinH ValentinH released this 29 Jun 20:45

6.6.0 (2018-06-29)

Feature

⚠️ Unwanted breaking change ⚠️

Sorry for this, but this version is breaking if you are using the rz-slider-tpl-url attribute. You need to update your template to have the correct number of elements.

6.5.1

Choose a tag to compare

@ValentinH ValentinH released this 30 Mar 12:48

6.5.1 (2018-03-30)

Bug fix

  • revert: onStart: Remove stop propagation call so events will bubble up (#612)

6.5.0

Choose a tag to compare

@ValentinH ValentinH released this 06 Feb 17:23

6.5.0 (2018-02-06)

Feature

  • feat($compile): adds labelOverlapSeparator as an option (#616)

6.4.4

Choose a tag to compare

@ValentinH ValentinH released this 24 Jan 07:49

6.4.4 (2018-01-24)

Bug fix

  • onStart: Remove stop propagation call so events will bubble up (#612)

6.4.3

Choose a tag to compare

@ValentinH ValentinH released this 01 Dec 17:48

6.4.3 (2017-12-01)

Bug fix

  • Remove the semicolon at the end of the dist/rzslider.css file. It was introduced by previous release.

6.4.2

Choose a tag to compare

@ValentinH ValentinH released this 30 Nov 19:42

6.4.2 (2017-11-30)

Bug fix

  • Add a semicolon at the end of the dist/rzslider.js file. It avoids errors when people concat this file with other libs without using the minified version.