Skip to content

Releases: alantoa/universal-tooltip

Release 1.1.0

11 Jan 09:28
Compare
Choose a tag to compare
  • Update build.gradle for AGP 8 compatibility, now supporting Expo SDK 50 (50e7ed5). @fobos531

Release 1.0.2

16 Nov 21:24
Compare
Choose a tag to compare
  • fix: iOS crashes when opening multiple tooltips (3075783)

Release 1.0.1

16 Nov 10:39
Compare
Choose a tag to compare
  • fix: iOS crashes when opening multiple tooltips (ba708fa)
  • docs: update README.md (df3d274)

Release 1.0.0

30 Aug 14:47
Compare
Choose a tag to compare

Feat:

  • Replace EasyTipView with Popovers on iOS.
  • Support closing tooltip when scrolling or any touch.
  • Support setting <Tooltip.Arrow/> on all platforms.
CleanShot.2023-08-30.at.10.41.42.mp4

Improvements:

  • Upgrade the Balloon version to 1.5.4
  • Update README

Changes:

  • Move text props to style props

Before

<Tooltip.Text
    text={text}
    textColor="#000"
    fontWeight="bold"
 />

After

<Tooltip.Text
    text={text}
    style={{
      fontSize: 14,
      fontWeight: "bold",
      color: "#020202",
    }}
 />

Fixes:

  • Fixed the issue of hiding overflow in React subview on Android
  • Fixed duplicated open tooltip on iOS when switching apps

Release 0.7.0

13 Jul 11:36
Compare
Choose a tag to compare

Release 0.6.0

05 Jun 09:58
Compare
Choose a tag to compare
  • feat: support Portal on web(1da7e50)

Release 0.5.0

15 May 08:43
Compare
Choose a tag to compare
  • add usePopover prop to avoid automatically choose between popover/tooltip on web, will fix #3

Release 0.4.0

11 May 09:53
Compare
Choose a tag to compare
  • update balloon to 1.5.3 (3a8e1d8)
  • feat: support max width (5c74883)
  • feat: support align by anchor on Android
  • docs: update README.md

Release 0.2.0

09 Feb 19:41
Compare
Choose a tag to compare
Release 0.2.0

Release 0.1.10

09 Jan 10:56
Compare
Choose a tag to compare