Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
3.3.0
- Using prop-types package to compatible with latest react
3.2.10
- Fix wrapper tag type
- Hide tooltip when its target is removed from DOM (implemented via
MutationObserver
)
3.2.9
- escape backslash in getTargetArray method
3.2.7
- Fix the bug for NodeList converting in Safari #256
3.2.6
- Use className to replace class option
3.2.2
- Fix removing capture listener
- Fix/security csp style
- Fix fire of global show event for IE
3.2.1
- Hide tooltip when data-tip is empty string
- Hide tooltip when getContent return null or undefined
- Hide tooltip when ReactTooltip's children is empty
3.2.0
- Fix the way how to calculate transform
- Remove the option
countTransform
because it will be needless after changing transform calculation