- 28 Mar, 2016 1 commit
-
-
Parrish, Nathaniel authored
-
- 25 Mar, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 16 Mar, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Closes #293
-
- 14 Mar, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Prefix all classes with rz- #272
-
- 13 Mar, 2016 1 commit
-
-
Vincent D'amour authored
Prefix all classes with rz- to avoid conflicts with other CSS classes (e.g. from an other library) Prefix all classes with rz- #272
-
- 01 Mar, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 29 Feb, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
This has been broken by previous commit that adds the RTL support.
-
Valentin Hervieu authored
feat(RzSlider): Add RTL support
-
- 28 Feb, 2016 1 commit
-
-
Liam Ryan authored
Added rightToLeft option which will reflow slider from right to left ( or switch vertical if vertical: true)
-
- 25 Feb, 2016 1 commit
-
-
Valentin Hervieu authored
Fixed number precision when draggableRange=true
-
- 24 Feb, 2016 1 commit
-
-
Dariusz Mikołajczuk authored
When there was set options.precision>0 (non-zero fraction part) and moved a range there was a issue with number rounding on both ends of selected range. Sometimes numbers had small value at far fraction. It can be reproduced with live demo by setting, for example: minValue: 3.6, maxValue: 5.8 floor: 0, ceil: 10 step: 0.1, precision: 1, draggableRange: true It's possible to produce value, e.g: 6.2999999999... but used precision expects to see rounded value: 6.3.
-
- 18 Feb, 2016 2 commits
-
-
Valentin Hervieu authored
2.9.0 Release
-
Patrick Fiedler authored
-
- 17 Feb, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(rzSliderOptions): Change rzSliderOptions to use expression binding
-
- 16 Feb, 2016 1 commit
-
-
Patrick Fiedler authored
Switch from using two-way binding for rzSliderOptions to using expression binding. Using expression binding enables more complex use cases such as using the return value of a function as an options object. Closes #265.
-
- 09 Feb, 2016 3 commits
-
-
Valentin Hervieu authored
Simplified expression that was potentially unsafe for minification
-
Alex Andrienko authored
-
Valentin Hervieu authored
-
- 08 Feb, 2016 4 commits
-
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 07 Feb, 2016 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
The final goal is to split tests in several files
-
Valentin Hervieu authored
feat(pointerColor): Adding feature for dynamic pointer color.
-
Steffen Wickham authored
Changing the color of the pointer of a slider based on the value. Just pass a function to the 'pointerColor' option which returns a valid CSS color definition (either hex or named) and let the pointer shine in the brightest colors
-
- 06 Feb, 2016 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(translate): Pass a label string as third arg to the translate function to differentiate the lab Closes #252
-