Latest updates from IceHrmPro

This commit is contained in:
Thilina Pituwala
2020-05-20 18:47:29 +02:00
parent 60c92d7935
commit 7453a58aad
18012 changed files with 2089245 additions and 10173 deletions

84
web/node_modules/rc-cascader/HISTORY.md generated vendored Normal file
View File

@@ -0,0 +1,84 @@
# 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.