rc-cascader
Version:
cascade select ui component for react
73 lines (39 loc) • 1.19 kB
Markdown
# History
---
## 0.14.0 / 2018/07/03
- Fix typo `filedNames` to `fieldNames`. [ant-design/ant-design#10896](https://github.com/ant-design/ant-design/issues/10896)
## 0.13.0 / 2018/04/27
- Allow to custom the field name of options. [#23](https://github.com/react-component/cascader/pull/23)
## 0.12.0
- Add es build
- support React 16
## 0.11.0 / 2017-01-17
- Add Keyboard support
## 0.10.0 / 2016-08-20
- Add `dropdownMenuColumnStyle`
- Fix `changeOnSelect` when load data dynamicly
## 0.9.0 / 2016-02-19
- support `popupPlacement`
## 0.8.0 / 2016-01-26
- Add prop `changeOnSelect`
## 0.7.0 / 2016-01-25
- Support disabled item
## 0.6.1 / 2016-01-18
- Hide popup menu when there is no options, fix #4
## 0.6.0 / 2016-01-05
- Add prop `disabled`.
## 0.5.1 / 2015-12-31
- Always scroll to show active menu item
## 0.5.0 / 2015-12-30
- Remove `onSelect`
- Add `loadData` for dynamicly changing options
## 0.4.0 / 2015-12-29
- Add prop `popupVisible`.
- `onVisibleChange` => `onPopupVisibleChange`.
## 0.3.0 / 2015-12-28
- Fix value and defaultValue.
- Add Test Cases.
## 0.2.0 / 2015-12-25
- Add prop `expandTrigger`.
## 0.1.0 / 2015-12-25
First release.