- Add a
verticaloptions to display vertical sliders (#185). - Pass the options.id to the onStart, onChange and onEnd callbacks (#182).
- Force labels to stay contained within element containing slider (#175).
- add vendor-prefix to
display: flexused by ticks (#160).
- All attributes except
rzSliderModelandrzSliderHighare moved torzSliderOptions. (See the new documentation in ReadMe)
- Add a
rzSliderOptionsattribute to pass options to the slider. - Add a
RzSliderOptions.options()method to set global options. - Add a
scaleoption to fix sliders displayed in an element that usestransform: scale(0.5). - Add a
stepsArrayoption (#163) - Add an
idoption that is passed to the translate function as second arg (#161) - Add a
ticksValuesTooltipoption that is used to display a tooltip on the ticks values (requires angular-ui bootstrap).
- Configurable update interval (#153)
- Update floor label so that it hides correctly when using single slider. (#155)
- Fix ticks values when step is a float.
- Remove the delta checking in updateLowHandle because it leads to hard-to-debug bugs.
- Rename the NPM package from jusas-angularjs-slider to angularjs-slider because jusas was added by mistake during a PR.- Start to use semantic versioning.
- Separate the LESS variables from the main file to ease versioning of local customisations.
- Add enabled/disabled option for slider:
rz-slider-disabled="boolean"
- Support ticks for range sliders and slider with always visible bars.
- Add a
rzSliderShowTicksto show a tick on each step. - Add a
rzSliderShowTicksValueto show a tick and its value on each step.