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

38
web/node_modules/rc-animate/HISTORY.md generated vendored Normal file
View File

@@ -0,0 +1,38 @@
# History
----
## 2.10.2 / 2019-11-09
- There should not be any lifecycle warning now!
## 2.10.0 / 2019-08-27
- CSSMotionList support `component` to be `false` to render nothing
## 2.9.0 / 2019-07-09
- CSSMotion support forward ref to render props
## 2.8.0 / 2019-04-29
- `keys` on CSSMotionList can be an object
## 2.7.0 / 2019-04-29
- add CSSMotionList component
## 2.6.0 / 2018-11-26
- add CSSMotion component
## 2.3.0 / 2016-07-05
- support null/undefined child: https://github.com/react-component/animate/pull/11
## 2.2.0 / 2016-06-28
- support transitionName as object
## 2.1.0 / 2016-06-16
- make onEnter/onLeave/onAppear async