Skip to content

Releases: ReactTooltip/react-tooltip

3.3.1

05 Oct 05:11

Choose a tag to compare

Fixed building for 3.3.0

3.3.0

14 Apr 03:36

Choose a tag to compare

  • Using prop-types package to compatible with latest react

3.2.10

28 Mar 20:52

Choose a tag to compare

  • Fix wrapper tag type
  • Hide tooltip when its target is removed from DOM (implemented via MutationObserver)

3.2.9

20 Mar 15:42

Choose a tag to compare

  • escape backslash in getTargetArray method

3.2.7

17 Feb 07:26

Choose a tag to compare

  • Fix the bug for NodeList converting in Safari #256

3.2.6

08 Feb 12:36

Choose a tag to compare

  • Use className to replace class option

3.2.4

07 Feb 03:59

Choose a tag to compare

  • Dynamic wrapper #210

3.2.3

30 Jan 03:05

Choose a tag to compare

  • Fix delayHide issue #246

3.2.2

23 Nov 08:26

Choose a tag to compare

  • Fix removing capture listener
  • Fix/security csp style
  • Fix fire of global show event for IE

3.2.1

30 Sep 09:53

Choose a tag to compare

  • Hide tooltip when data-tip is empty string
  • Hide tooltip when getContent return null or undefined
  • Hide tooltip when ReactTooltip's children is empty