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.

HISTORY.md 1.4 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # History
  2. ----
  3. ### 3.6.0
  4. - Support React 16.
  5. ### 3.5.0
  6. - Add id for ARIA.
  7. ### 3.4.4
  8. - Fix babel-runtime module not found
  9. ### 3.4.3
  10. - Fix `createClass` and `PropTypes` warning.
  11. ### 3.4.0
  12. - allow overlay prop as function type
  13. ### 3.3.0
  14. - support arrowContent prop
  15. ### 3.2.0
  16. - support destroyTooltipOnHide prop
  17. ### 3.0.0
  18. - only support react 0.14
  19. - add align prop to allow set offset and targetOffset when placement's type is String
  20. ### 2.10.0
  21. - auto adjust align if current tooltip is not visible
  22. ### 2.9.0
  23. - support 'topLeft', 'topRight', 'bottomLeft', 'bottomRight' for placement
  24. ### 2.8.0
  25. - add getTooltipContainer prop
  26. ### 2.7.0
  27. - add overlayClassName prop #16
  28. - split delay into mouseEnterDelay and mouseLeaveDelay #15
  29. ### 2.6.0
  30. remove renderOverlayToBody prop. defaults to true
  31. ### 2.5.0 / 2015-07-28
  32. use rc-animate & rc-align
  33. ### 2.4.0 / 2015-07-08
  34. revert to document click and fix focus/click conflict [#13](https://github.com/react-component/tooltip/issues/6)
  35. ### 2.3.0 / 2015-07-07
  36. `new` [#7](https://github.com/react-component/tooltip/issues/7) support delay prop
  37. ### 2.2.0 / 2015-06-30
  38. - use mask instead of document click
  39. ### 2.1.0 / 2015-06-15
  40. - support overlayStyle props
  41. - support wrapStyle props
  42. ### 2.0.0 / 2015-06-08
  43. - support click document to hide
  44. - support animation props
  45. - support renderPopupToBody props
  46. ## 1.1.1 / 2015-05-14
  47. add defaultVisible and onVisibleChange