Skip to content

Releases: ReactTooltip/react-tooltip

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

3.1.8

14 Sep 13:40
Compare
Choose a tag to compare
  • 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

07 Sep 00:47
Compare
Choose a tag to compare
  • Remove react-dom from Bower dependencies
  • Add new option disable for disable the behavior of the tooltip

3.1.6

19 Aug 02:11
Compare
Choose a tag to compare
  • Fix #180 , judge mount status before get content with interval
  • Add bower.json