Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
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
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