twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
66 lines (37 loc) • 1.21 kB
Markdown
# History
----
### 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