Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 21:48
· 11 commits to main since this release
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