- #49: Fix ininite re-renders during tooltip positioning
- #29: Allow setting different show & hide delay
- #28: Make react-hint ARIA-compliant
- #25: Add support for tooltip autopositioning via
autoPosition
property
- #19: Fix infinite setState loop in IE11
- Add support for custom content rendering via
onRenderContent
property - Add support for
click
,focus
andhover
inevents
property - Export
ReactHintFactory
function via the default export - Depreacte templates via
#element-id
indata-rh
in favor of custom content rendering - Rename
hover
property topersist
- #12: Fix iOS mouseover
- #9: Fix production build in create-react-app
- Add missing build artefacts
- Add support for multiple
<ReactHint />
instances - Add support for
attribute
property instead of the defaultdata-rh
- Add support for
delay
property instead of the default100ms
delay - Add support for
events
property to enable/disable mouse hover events - Add support for
hover
property to enable/disable the tooltip hovering - Export
ReactHintFactory
function instead of the default export - Replace
ReactHint
withReactHintFactory
for UMD builds - Deprecate
ReactHint.instance
property - Deprecate
data-rh-cls
attribute