Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
1234567891011121314151617181920212223242526272829303132333435363738
  1. # History
  2. ----
  3. ## 2.10.2 / 2019-11-09
  4. - There should not be any lifecycle warning now!
  5. ## 2.10.0 / 2019-08-27
  6. - CSSMotionList support `component` to be `false` to render nothing
  7. ## 2.9.0 / 2019-07-09
  8. - CSSMotion support forward ref to render props
  9. ## 2.8.0 / 2019-04-29
  10. - `keys` on CSSMotionList can be an object
  11. ## 2.7.0 / 2019-04-29
  12. - add CSSMotionList component
  13. ## 2.6.0 / 2018-11-26
  14. - add CSSMotion component
  15. ## 2.3.0 / 2016-07-05
  16. - support null/undefined child: https://github.com/react-component/animate/pull/11
  17. ## 2.2.0 / 2016-06-28
  18. - support transitionName as object
  19. ## 2.1.0 / 2016-06-16
  20. - make onEnter/onLeave/onAppear async