- 24 Apr, 2016 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(ticks): Add legend support
-
Valentin Hervieu authored
This feature enables to display legend under each slider tick.
-
- 22 Apr, 2016 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(ticks): Accept numbers for showTicks/showTicksValues
-
Valentin Hervieu authored
Thanks to this feature, you can display ticks at intermediate positions without setting a fixed step
-
- 01 Apr, 2016 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Closes #273
-
Valentin Hervieu authored
fix(rz-vertical rz-tick-value): Position long labels on vertical sliders correctly
-
Daniel Bartholomae authored
305
-
Valentin Hervieu authored
-
- 30 Mar, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Feat: Allow custom translate function when slider steps are specified
-
- 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 1 commit
-
-