Releases: jasongaare/react-native-walkthrough-tooltip
Releases · jasongaare/react-native-walkthrough-tooltip
v1.6.0
What's Changed
- Updated package.json to fix peer dependency issue with react 18 by @DebasisSaikia in #185
New Contributors
- @DebasisSaikia made their first contribution in #185
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
- Fixes positioning issue #118 (add horizontalAdjustment prop) by @topherPedersen in #162
- Add children to TooltipProps by @devon-whil in #154
- Add closeOnBackgroundInteraction prop by @a-leblond in #149
New Contributors
- @topherPedersen made their first contribution in #162
- @devon-whil made their first contribution in #154
- @a-leblond made their first contribution in #149
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Version 1.3.1
Version 1.3.0
Adds modalComponent
prop from #120
Version 1.2.0
Includes changes from this PR: #114
Version 1.1.12
Version 1.1.11
Includes this PR:
Version 1.1.10
Version 1.1.9
Same as previous, but with a fix for the accessible prop for the touchable around the tooltip content due to changes introduced via another PR! (see #85)