UNPKG

3.06 kBMarkdownView Raw
1# Changelog
2
3## 9.7.1
4
5`2020-12-15`
6
7- feat: add dragableTrack. [#722](https://github.com/react-component/slider/pull/722)
8
9## 9.6.5
10
11`2020-12-01`
12
13- chore: export slider、range and handle props interface. [#718](https://github.com/react-component/slider/pull/718)
14
15## 9.6.4
16
17`2020-11-21`
18
19- fix: slider cannot drag to max value. [#714](https://github.com/react-component/slider/pull/714)
20
21## 9.6.3
22
23`2020-11-17`
24
25- fix: forcePopupAlign null. [930ad6d](https://github.com/react-component/slider/commit/930ad6d117850505775956f26e025487073615dc) [69dc592](https://github.com/react-component/slider/commit/69dc59270ca46ae2d3c4b5aa073d2bc75dfc5b16)
26
27## 9.6.2
28
29`2020-11-10`
30
31- fix: extra onChange when value out of range. [#711](https://github.com/react-component/slider/pull/711)
32
33## 9.6.1
34
35`2020-10-31`
36
37- fix: update getLowerBound and getUpperBound to check startPoint prop. [#683](https://github.com/react-component/slider/pull/683)
38
39## 9.6.0
40
41`2020-10-30`
42
43- fix: keep tooltip align with handle when dragging. [#696](https://github.com/react-component/slider/pull/696)
44
45---
46
47Middle check in [releases](https://github.com/react-component/slider/releases).
48
49---
50
51## 9.2.0
52
53[Feature] createSliderWithTooltip support getTooltipContainer
54
55## 9.1.0
56
57[Feature] Support `startPoint` prop.
58
59## 8.7.0
60
61[Feature] Supprot `reverse` prop.
62
63## 8.6.0
64
65[Feature] Allow tabIndex to be set explicitly on Handle. [#381](https://github.com/react-component/slider/pull/381)
66
67## 8.5.0
68
69[Feature] Add focus() blur() and autoFocus.
70
71## 8.4.0 / 2017-11-09
72
73Support React 16.
74
75## 8.3.0 / 2017-07-28
76
77[Feature] Support keyboard accessibility.[#282](https://github.com/react-component/slider/pull/282)
78
79## 8.2.0 / 2017-07-04
80
81[Feature] Support custom dot style with `dotStyle` & `activeDotStyle` api.[#292](https://github.com/react-component/slider/pull/292)
82
83## 8.1.0 / 2017-06-09
84
85[Feature] rc-slider support custom style. [#281](https://github.com/react-component/slider/pull/281)
86
87## 8.0.0 / 2017-05-31
88
89[Feature] rc-slider support aria. [#260](https://github.com/react-component/slider/pull/260/)
90
91## 6.0.0 / 2017-01-25
92
93[Breaking Change] Re-design and refactor, almost a new UI component.
94
95## 5.0.0 / 2016-09-12
96
97[#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui)
98[#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma)
99
100## 4.0.0 / 2016-08-12
101
102[#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz))
103
104## 3.6.0 / 2016-04-01
105
106[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
107
108...
109
110## 1.2.5 / 2015-07-13
111
112[#8](https://github.com/react-component/slider/issues/8) add `isIncluded` props ([@simaQ](https://github.com/simaQ))
113
114[#7](https://github.com/react-component/slider/issues/7) add tooltip for handler when slider has no `marks` props ([@simaQ](https://github.com/simaQ))