Skip to content

Releases: bsidelinger912/react-tooltip-lite

Add Distance Prop

04 Sep 18:12
Compare
Choose a tag to compare

Adds the distance prop which overrides how far the tip is from target. Also fixed syntax errors in typings file.

Compound directions

04 Sep 18:11
Compare
Choose a tag to compare

Add direction modifiers for compound directions such as "top-start" and "left-end".

This also adds a typings file and fixes a few small bugs.

Fix tipContentHover information in README

07 Jul 15:36
Compare
Choose a tag to compare

Updates docs in README

24 Jun 19:30
Compare
Choose a tag to compare

Adds entries for README for "tipContentHover" and "hoverDelay" props.

Allow hovering and clicking tooltip content

24 Jun 19:29
Compare
Choose a tag to compare

This adds a new prop "tipContentHover" that enables hovering over the tooltip content for links and copyable content in the tooltip.

Upgrade react-minimalist-portal to support SSR

14 May 04:56
Compare
Choose a tag to compare

Add props control

18 Apr 05:30
Compare
Choose a tag to compare

If passed, this overrides any hover state and explicitly opens/closes the tip with an "isOpen" prop.

Switch to react-minimalist-portal

26 Feb 06:12
Compare
Choose a tag to compare

This switches from the custom Portal implementation to react-minimalist-portal which has support for passing context into the portal. It also switches to using yarn and confirms support for react 16 as well as 15.

prop-types package in Portal component

01 Sep 05:17
Compare
Choose a tag to compare

I had previously added the prop-types package in index.jsx, but forgot to add it in Portal.jsx, thus react still threw a warning about the deprecation. This fixes that.

Default Props

29 Jun 07:08
Compare
Choose a tag to compare

Adds a "defaultColors" prop that uses black with white text for usage without a style sheet, updates to docs and code pen demo.