Skip to content

Releases: ReactTooltip/react-tooltip

3.1.7

07 Sep 00:47

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

Choose a tag to compare

  • Fix #180 , judge mount status before get content with interval
  • Add bower.json

3.1.5

04 Aug 11:13

Choose a tag to compare

  • Add new global static method ReactTooltip.show
  • Take transform attribute from css into position calculation

3.1.4

03 Aug 14:03

Choose a tag to compare

  • Add new option afterShow which will be called after tooltip show
  • Add new option afterHide which will be called after tooltip hide
  • Supporting for aria- and role
  • Fix getContent with interval

3.1.3

01 Aug 23:57

Choose a tag to compare

  • Fix for delayShow #163

3.1.1

27 Jul 13:37

Choose a tag to compare

  • Fix for tooltips that abut against each other

3.1.0

27 Jul 09:16

Choose a tag to compare

  • #142 add new attribute countTransform
  • #143 eliminate float effect when switching under solid
  • Set effect to solid when using focus as custom event
  • Update the position calculation so that it won't flicker

3.0.13

14 Jul 14:54

Choose a tag to compare

  • Update the README to introduce how to use tooltip in modal
  • Add support to those elements whose parent elements or itself has been applied with transform

3.0.10

12 Jul 07:17

Choose a tag to compare

  • New attribute getContent which can generate tooltip content dynamically, see more detail in example page

3.0.8

01 Jul 09:38

Choose a tag to compare

  • Update the position calculation for some edge case which may cause stack overflow