Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
3.1.8
- Add resizeHide option which can hide existent tooltip when resizing window
- Add scroll hide option which can hide existent tooltip when scrolling
- Able to hide specific tooltip from ReactTooltip.hide
3.1.7
- Remove react-dom from Bower dependencies
- Add new option
disable
for disable the behavior of the tooltip
3.1.6
- Fix #180 , judge mount status before get content with interval
- Add bower.json
3.1.5
- Add new global static method
ReactTooltip.show
- Take transform attribute from css into position calculation
3.1.4
- Add new option
afterShow
which will be called after tooltip show
- Add new option
afterHide
which will be called after tooltip hide
- Supporting for
aria-
and role
- Fix getContent with interval
3.1.1
- Fix for tooltips that abut against each other
3.1.0
- #142 add new attribute
countTransform
- #143 eliminate float effect when switching under
solid
- Set effect to solid when using focus as custom event
- Update the position calculation so that it won't flicker
3.0.13
- Update the README to introduce how to use tooltip in modal
- Add support to those elements whose parent elements or itself has been applied with transform
3.0.10
- New attribute
getContent
which can generate tooltip content dynamically, see more detail in example page