Skip to content

Releases: AndreiCalazans/rn-tooltip

v3.0.3 Patch release removing PropTypes

05 Sep 12:11
Compare
Choose a tag to compare

Better support for height="auto"

24 Jan 11:58
b21df28
Compare
Choose a tag to compare

This release is driven by the following PR #63. It contains a fix for a misbehavior around height="auto" where it crashed.

Commits

1fc38b7 Remove height offset in coordinate calculation
b88de39 Update snapshots
fb3aba7 Set position from bottom when past middle line
4a9be23 Prevent crash on auto height not a number

Thanks

Thank you @isilher for your contribution.

Testing

The test app contains a screen now that take into account the fixed situation: https://github.com/AndreiCalazans/rnTooltipTester

Right-to-Left Text Support

22 Aug 13:38
Compare
Choose a tag to compare

This release is driven by the following PR: #55

@abhigna-shah implemented RTL support. And thanks to @ishabo who tested that it works on his app we will now have a V3.0.0 rn-tooltip that supports RTL.

New props actionType and pointerStyle

15 Nov 14:09
4801f15
Compare
Choose a tag to compare

Migration

Note there are breaking changes if you are coming from prior to v2.0.0
toggleOnPress no longer exist, its equivalent is actionType="press" which is enabled by default. See documentation for actionType for more info.

Commits

90b50a0 (origin/triangle) feat: enable tooltip pointer customization
064c110 feat: action type to toggle tooltip
4a6dc43 Merge pull request #41 from alveshelio/feat/add-action-option

Thanks

Special thanks to https://github.com/alveshelio and https://github.com/hakanozkaptan for sending PRs to improve this library.

Expand touchable props

15 Aug 19:36
Compare
Choose a tag to compare

Improve Tooltip by allowing props injection to the TouchableOpacity wrapper.

Support for percent values on tooltip's width and height.

13 Jul 18:49
Compare
Choose a tag to compare

Smaller package, TS types, and new overlayColor prop.

07 Mar 14:26
Compare
Choose a tag to compare

Package is now just package size: 123.1 kB

V1.0.1

02 Aug 00:26
ea8ac51
Compare
Choose a tag to compare

Major fixes for proper positioning inside scroll views thanks to @hegelstad.