Releases: stackbuilders/react-native-spotlight-tour
Releases · stackbuilders/react-native-spotlight-tour
v4.0.0
4.0.0 (2025-06-23)
- feat!(shape): Make shape configurable (#155) (ddf7919)
- feat!(tooltip): Add tooltip arrow (#148) (0d9b40d)
Bug Fixes
- attach-step: Composed components being wrapped (#161) (7a51fe3)
- core: Device rotations and screen responsiveness (#172) (45495f5)
- core: Update spot on layout changes (#153) (9115aa8)
- tests: Prevent Node.js experimental flag issues (#160) (a14906f)
- tooltip: Arrow not rendered in Android (#152) (d7bdd12)
Features
- Allow pause and resume the tour (#158) (7e78740)
- core: Allow multiple indexes in a single AttachStep (#143) (887a4b2)
- core: Remove styled-components as a package dependency (#171) (5cf2da1)
- deps: Update dependencies 2024.03.10 (#141) (095ee88)
- deps: Update dependencies 2024.07.13 (#150) (7ec8b02)
- deps: Update dependencies 2025.06.17 (#180) (61f395f)
BREAKING CHANGES
- Making the shape configurable also removes the
spotPaddingprop from the SpotlightTourProvider. The padding can now be configured in theshapeprop of the SpotlightTourProvider or independently on each step configuration. - The tooltip arrow now renders by default.
FloatingUI-related props were refactored.
Themiddlewareprop was removed, now you can either pass each supported middleware options or a boolean to enable/disable the feature controlled by each middleware.
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-tourto 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
alignToandpositionprops 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
disabledprop 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.