React Native Spotlight Tour Versions Save

A highly customizable tour feature with an awesome spotlight effect

v3.0.1

8 months ago

3.0.1 (2023-09-22)

Bug Fixes

v3.0.0

8 months ago

3.0.0 (2023-09-22)

Bug Fixes

  • compat: Changing tsconfig jsx option back to react (19f58cd)

  • core: Add goTo helper function to TourStep component (#91) (2004a57)

  • core: Tooltip issues (#111) (3e0a5b8)

  • feat(core)!: Implement floating UI for tooltip positioning and styling (#108) (9d6ff7b), closes #108

Features

  • core: Add onStop callback to SpotLightTourProvider props (#90) (adbc23f)
  • core: Support rectangular shape (#112) (0ef8846)
  • deps: Update dependencies 2023.09.18 (#114) (6410ca0)
  • example: Adding react-native-web config (#99) (361be6b)
  • package: Rename package to react-native-spotlight-tour (#115) (6a1d0cd)
  • svg: Update react-native-svg and fix peer deps (#119) (229fb1a)
  • ui: Custom shape padding (#100) (8f36af1)

BREAKING CHANGES

  • package: This package has been renamed react-native-spotlight-tour to make its usage more straightforward and explicit. This change also helps build tools and exclusion patterns, making it easier to be part of regular expressions that aim to exclude or transform all react-native packages (e.g., working with react-native-web).
  • Refactored how tooltips can be positioned relative to the spot using FloatingUI. This change replaces the alignTo and position props of the SpotlightTourProvider and TourStep with floatingProps. The new prop lets you configure the behavior of FloatingUI for your tooltips

v2.1.0

1 year ago

2.1.0 (2023-02-14)

Features

  • animation: Configurable animation motions (#78) (37efcbe)
  • core: Touchable backdrop with customizable behavior (#75) (cde7169)

v2.0.0

1 year ago

2.0.0 (2022-11-10)

Bug Fixes

  • attach-step: Remove broken disabled prop and allow wrapping functional components (#67) (de8bb4d)
  • core: AttachStep issues (#61) (dce0948)

Performance Improvements

BREAKING CHANGES

  • core: The core animation flow was refactored. Additionally, some performace improvements were added, plus a prop that allows to opt-in/out of using the native driver for the animation.

v1.0.2

2 years ago

1.0.2 (2022-01-10)

Bug Fixes

  • attach-step: Fix attach to function components (#49) (d3bc7c4)

v1.0.1

2 years ago

1.0.1 (2021-06-01)

Bug Fixes

  • release: NPM issue with whitelist format (#39) (9bd305c)

v1.0.0

3 years ago

1.0.0 (2021-05-15)

Features