Skip to content

Releases: ReactTooltip/react-tooltip

v3.5.1

03 May 18:14
2bb4b38
Compare
Choose a tag to compare

3.5.1 (2018-05-03)

Bug Fixes

  • examples: add SVG example (72a98d7)

v3.5.0

11 Apr 18:07
Compare
Choose a tag to compare

3.5.0 (2018-04-11)

Features

  • getContent: update Travis, trigger semantic-release (9617267)

3.4.3

11 Apr 18:31
Compare
Choose a tag to compare
  • Return tooltip to original position when possible #207
  • insert css as first to allow easy css styling without important #301

3.4.2

09 Apr 19:06
Compare
Choose a tag to compare
  • make dev works again
  • fix #328, fix #341

3.4.1

05 Apr 18:29
Compare
Choose a tag to compare

Fix travis builds.
Fix hide of dynamic tooltip with null content.

3.4.0

16 Oct 13:41
Compare
Choose a tag to compare
  • Update to compatible with react 16

3.3.1

05 Oct 05:11
Compare
Choose a tag to compare

Fixed building for 3.3.0

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