Releases: stackbuilders/react-native-spotlight-tour
Releases · stackbuilders/react-native-spotlight-tour
v3.0.1
v3.0.0
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)
-
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
andposition
props of the SpotlightTourProvider and TourStep withfloatingProps
. The new prop lets you configure the behavior of FloatingUI for your tooltips
v2.1.0
v2.0.0
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.