Skip to content

Releases: bsidelinger912/react-tooltip-lite

Custom Arrow content

13 May 06:04
Compare
Choose a tag to compare

This adds the "arrowContent" prop and fixes a bug where tapping on mobile fires state updates unnecessarily and calls the onToggle prop unnecessarily.

Internal scrolling

03 Jan 21:42
Compare
Choose a tag to compare

Fixes bugs for internal scrollbars, and adds prop-types/types support for valid numeric values for padding.

Fix scrolling mobile issues, add new props.

11 Dec 07:40
Compare
Choose a tag to compare

This fixes #59 and adds two new props: zIndex and onToggle. The new props are documented in the README

Add mouseOutDelay prop

28 Jul 18:30
Compare
Choose a tag to compare

This allows you to specify a delay before closing the tip when the user mouses off the target. Previously there was no delay at all unless the tipContentHover prop was true. Now if you pass a mouseOutDelay number (that is greater than 0) the tip won't be hidden until that time has passed, if the user re-enters the target before the delay is passed the tip will not be hidden.

Clear hover timeout on unmount

15 Jun 05:01
Compare
Choose a tag to compare

Fix unnecessary babel target change

18 May 22:18
Compare
Choose a tag to compare

Fix nested targets and React.Strict warnings

16 May 04:14
Compare
Choose a tag to compare

This moves to a custom Portal to remove strict mode warnings about compontWillMount usage. It also changes to using onMouseEnter and onMouseLeave vs onMouseOver and onMouseOut for hover effects, to prevent issues when moving around on targets with nested elements.

Render on show

02 Feb 04:54
Compare
Choose a tag to compare
  • Defer rendering until the first time the tip is shown
  • Add tipContentsClassName prop
  • Add forceDirection prop

Add arrowSize prop

21 Dec 02:48
Compare
Choose a tag to compare

Adds and arrowSize prop for variable size arrows.

Distance and Scrolling bug fixes

14 Sep 04:05
Compare
Choose a tag to compare

Fixes a few bugs with the distance prop and horizontal scrolling, as well as click propagation from the tip.

Closes:
#18
#17