You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-picker/CHANGELOG.md

55 lines
1010 B

# 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.