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-cascader/CHANGELOG.md

83 lines
1.3 KiB

# History
## 0.17.0 / 2018/12/14
- should close popup on double click when changeOnSelect is set
## 0.16.0 / 2018/08/23
- Add loadingIcon.
## 0.15.0 / 2018/08/10
- Add expandIcon.
## 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.