Angularjs Slider Versions Save

Slider directive for AngularJS 1.X. No dependencies and mobile friendly.

v7.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/angular-slider/angularjs-slider/compare/v7.0.1...v7.1.0

v7.0.1

2 years ago

7.0.1 (2021-09-06)

Bug fix

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

7.0.0

5 years ago

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

5 years ago

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

5 years ago

6.6.0 (2018-06-29)

Feature

  • feat(range): adds the restrictedRange option (#638, thanks @DanielReid)

⚠️ 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

6 years ago

6.5.1 (2018-03-30)

Bug fix

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

6.5.0

6 years ago

6.5.0 (2018-02-06)

Feature

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

6.4.4

6 years ago

6.4.4 (2018-01-24)

Bug fix

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

6.4.3

6 years ago

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

6 years ago

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.