Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Changelog
## 2.4.3
`2020-11-26`
- fix: Calendar should not trigger `onChange` when date is `disabled`. [#183](https://github.com/react-component/picker/pull/183)
## 2.4.2
`2020-11-24`
- fix: week range disabled rule. [#177](https://github.com/react-component/picker/pull/177)
## 2.4.1
`2020-11-20`
- feat: add year start & end. [#176](https://github.com/react-component/picker/pull/176)
## 2.4.0
`2020-11-19`
- feat: add start end. [#175](https://github.com/react-component/picker/pull/175)
> It has not been updated for a long time and will be maintained from now on. More in [releases](https://github.com/react-component/picker/releases).
---
## 0.6.0
- support `maxColumnsPerRow`.
## 0.5.0
- support `theme="dark|light"`.
## 0.4.0
- support `columnLayout`.
- support `backgroundColor`.
## 0.3.0
- support `style` and `className` for footer column and footer item.
- support `LinkComponent` for footer item.
## 0.2.0
- Fix `lib` and `es` folders missing.
## 0.1.0
- First release.