3.0.0
3.0.0 (2016-06-02)
Features
- Add IE8 support (#314).
- Consolidate onStart, onChange and onEnd for keyboard (#319).
- Added
rz-floor
andrz-ceil
classes to floor and ceil label to allow styling (#337).
Breaking changes
- From now on, to allow the IE8 support, the directive is configured with
replace: true
. Thus, you need to update your custom CSS rules like in the following example:
/* before 3.0 version */
rzslider {
color: red;
}
/* from 3.0 version */
.rzslider {
color: red;
}