Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
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
3.0.8
- Update the position calculation for some edge case which may cause stack overflow
3.0.7
- Optimize automatically switching place #109
3.0.6
- Fix the bug when using
data-for