Skip to content

Releases: stackbuilders/react-native-spotlight-tour

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:01
02029b0

4.0.0 (2025-06-23)

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 spotPadding prop from the SpotlightTourProvider. The padding can now be configured in the shape prop of the SpotlightTourProvider or independently on each step configuration.
  • The tooltip arrow now renders by default.
    FloatingUI-related props were refactored.
    The middleware prop 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

Choose a tag to compare

@github-actions github-actions released this 22 Sep 22:53
e64b9e9

3.0.1 (2023-09-22)

Bug Fixes

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 21:48
86b845b

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

Choose a tag to compare

@github-actions github-actions released this 14 Feb 20:12
f58645b

2.1.0 (2023-02-14)

Features

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

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 22:00
85c99d9

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

Choose a tag to compare

@JoseLion JoseLion released this 10 Jan 19:09
d3bc7c4

1.0.2 (2022-01-10)

Bug Fixes

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

v1.0.1

Choose a tag to compare

@JoseLion JoseLion released this 01 Jun 20:23
e1a7791

1.0.1 (2021-06-01)

Bug Fixes

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

v1.0.0

Choose a tag to compare

@JoseLion JoseLion released this 15 May 18:36
29a6d67

1.0.0 (2021-05-15)

Features