- allow overlay prop as function type
- support arrowContent prop
- support destroyTooltipOnHide prop
- only support react 0.14
- add align prop to allow set offset and targetOffset when placement's type is String
- auto adjust align if current tooltip is not visible
- support 'topLeft', 'topRight', 'bottomLeft', 'bottomRight' for placement
- add getTooltipContainer prop
- add overlayClassName prop #16
- split delay into mouseEnterDelay and mouseLeaveDelay #15
remove renderOverlayToBody prop. defaults to true
use rc-animate & rc-align
revert to document click and fix focus/click conflict #13
new
#7 support delay prop
- use mask instead of document click
- support overlayStyle props
- support wrapStyle props
- support click document to hide
- support animation props
- support renderPopupToBody props
add defaultVisible and onVisibleChange