Skip to content

Releases: ReactTooltip/react-tooltip

3.3.0

14 Apr 03:36
Compare
Choose a tag to compare
  • Using prop-types package to compatible with latest react

3.2.10

28 Mar 20:52
Compare
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
Compare
Choose a tag to compare
  • escape backslash in getTargetArray method

3.2.7

17 Feb 07:26
Compare
Choose a tag to compare
  • Fix the bug for NodeList converting in Safari #256

3.2.6

08 Feb 12:36
Compare
Choose a tag to compare
  • Use className to replace class option

3.2.4

07 Feb 03:59
Compare
Choose a tag to compare
  • Dynamic wrapper #210

3.2.3

30 Jan 03:05
Compare
Choose a tag to compare
  • Fix delayHide issue #246

3.2.2

23 Nov 08:26
Compare
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
Compare
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

3.2.0

30 Sep 01:12
Compare
Choose a tag to compare
  • Fix the way how to calculate transform
  • Remove the option countTransform because it will be needless after changing transform calculation