Releases: ReactTooltip/react-tooltip
Releases · ReactTooltip/react-tooltip
v3.5.1
3.5.1 (2018-05-03)
Bug Fixes
- examples: add SVG example (72a98d7)
v3.5.0
3.5.0 (2018-04-11)
Features
- getContent: update Travis, trigger semantic-release (9617267)
3.4.3
- Return tooltip to original position when possible #207
- insert css as first to allow easy css styling without important #301
3.4.1
Fix travis builds.
Fix hide of dynamic tooltip with null content.
3.4.0
- Update to compatible with react 16
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