Skip to content

v4.0.0

Latest
Compare
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.