|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- # History
- ----
-
- ### 3.6.0
-
- - Support React 16.
-
- ### 3.5.0
-
- - Add id for ARIA.
-
- ### 3.4.4
-
- - Fix babel-runtime module not found
-
- ### 3.4.3
-
- - Fix `createClass` and `PropTypes` warning.
-
- ### 3.4.0
-
- - allow overlay prop as function type
-
- ### 3.3.0
-
- - support arrowContent prop
-
- ### 3.2.0
-
- - support destroyTooltipOnHide prop
-
- ### 3.0.0
-
- - only support react 0.14
- - add align prop to allow set offset and targetOffset when placement's type is String
-
- ### 2.10.0
-
- - auto adjust align if current tooltip is not visible
-
- ### 2.9.0
-
- - support 'topLeft', 'topRight', 'bottomLeft', 'bottomRight' for placement
-
- ### 2.8.0
-
- - add getTooltipContainer prop
-
- ### 2.7.0
-
- - add overlayClassName prop #16
- - split delay into mouseEnterDelay and mouseLeaveDelay #15
-
- ### 2.6.0
-
- remove renderOverlayToBody prop. defaults to true
-
- ### 2.5.0 / 2015-07-28
-
- use rc-animate & rc-align
-
- ### 2.4.0 / 2015-07-08
-
- revert to document click and fix focus/click conflict [#13](https://github.com/react-component/tooltip/issues/6)
-
- ### 2.3.0 / 2015-07-07
-
- `new` [#7](https://github.com/react-component/tooltip/issues/7) support delay prop
-
- ### 2.2.0 / 2015-06-30
-
- - use mask instead of document click
-
- ### 2.1.0 / 2015-06-15
-
- - support overlayStyle props
- - support wrapStyle props
-
- ### 2.0.0 / 2015-06-08
-
- - support click document to hide
- - support animation props
- - support renderPopupToBody props
-
- ## 1.1.1 / 2015-05-14
-
- add defaultVisible and onVisibleChange
|