rmc-picker
Version:
React Mobile Picker Component(web and react-native)
61 lines (31 loc) • 1.19 kB
Markdown
# History
---
## 5.0.10 / 2019-07-03
- fix: rollback 5.0.8 for https://github.com/ant-design/ant-design-mobile/issues/3259, https://github.com/react-component/m-picker/pull/125
## 5.0.9 / 2019-06-04
- fix: scrollTo function can't fire callback https://github.com/react-component/m-picker/pull/120
## 5.0.8 / 2019-04-04
- fix: componentDidCatch type error in @types/react@15 https://github.com/react-component/m-picker/pull/109
## 5.0.7 / 2019-04-04
- fix: IPopupPickerProps path error https://github.com/react-component/m-picker/pull/108
## 5.0.6 / 2019-03-18
- fix: android screenY initial-scale error https://github.com/react-component/m-picker/pull/101
## 4.0.1 / 2017-07-17
- remove unused `pickerPrefixCls`/`pickerItemStyle`/`cols`/`pure`/`disabled` props on MultiPicker
## 4.0.0 / 2017-06-27
- refactor using element api
- more props for multi-picker
## 3.5.0 / 2016-12-01
- use rc-touchable
## 3.5.0 / 2016-11-28
- rewrite picker android
## 3.4.0 / 2016-09-10
- use zscroller
## 3.0.0 / 2016-06-15
- support hammerjs and react-native
## 2.2.0 / 2016-01-05
- support defaultSelectedValue
## 2.0.0 / 2015-12-31
- refactor scroll
## 1.0.0 / 2015-12-23
- init