Skip to content

Releases: angular-slider/angularjs-slider

v7.1.0

26 May 09:10
Compare
Choose a tag to compare

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

06 Sep 12:16
Compare
Choose a tag to compare

7.0.1 (2021-09-06)

Bug fix

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

7.0.0

26 Feb 21:24
Compare
Choose a tag to compare

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

23 Feb 15:53
Compare
Choose a tag to compare

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

29 Jun 20:45
Compare
Choose a tag to compare

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

30 Mar 12:48
Compare
Choose a tag to compare

6.5.1 (2018-03-30)

Bug fix

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

6.5.0

06 Feb 17:23
Compare
Choose a tag to compare

6.5.0 (2018-02-06)

Feature

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

6.4.4

24 Jan 07:49
Compare
Choose a tag to compare

6.4.4 (2018-01-24)

Bug fix

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

6.4.3

01 Dec 17:48
Compare
Choose a tag to compare

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

30 Nov 19:42
Compare
Choose a tag to compare

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.