2020-12-15
- feat: add dragableTrack. #722
2020-12-01
- chore: export slider、range and handle props interface. #718
2020-11-21
- fix: slider cannot drag to max value. #714
2020-11-17
2020-11-10
- fix: extra onChange when value out of range. #711
2020-10-31
- fix: update getLowerBound and getUpperBound to check startPoint prop. #683
2020-10-30
- fix: keep tooltip align with handle when dragging. #696
Middle check in releases.
[Feature] createSliderWithTooltip support getTooltipContainer
[Feature] Support startPoint
prop.
[Feature] Supprot reverse
prop.
[Feature] Allow tabIndex to be set explicitly on Handle. #381
[Feature] Add focus() blur() and autoFocus.
Support React 16.
[Feature] Support keyboard accessibility.#282
[Feature] Support custom dot style with dotStyle
& activeDotStyle
api.#292
[Feature] rc-slider support custom style. #281
[Feature] rc-slider support aria. #260
[Breaking Change] Re-design and refactor, almost a new UI component.
#147 fix style conflicts with rc-tooltip @benjycui
#145 fix onChange
will be triggered while mousemove @Fuzzyma
#133 support multi-range (@sosz)
#18 add vertical
props (@wnlee)
...
#8 add isIncluded
props (@simaQ)
#7 add tooltip for handler when slider has no marks
props (@simaQ)