Skip to content

Bump react-joyride from 2.9.3 to 3.1.0 - #2746

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-joyride-3.1.0
Closed

Bump react-joyride from 2.9.3 to 3.1.0#2746
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-joyride-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps react-joyride from 2.9.3 to 3.1.0.

Release notes

Sourced from react-joyride's releases.

3.1.0

Features

  • controls.replay(origin?) — re-run current step. Re-emits step:afterstep:before, re-runs before/after hooks, index unchanged. Only valid from RUNNING + TOOLTIP.
  • New 'replay' value for closeButtonAction, dismissKeyAction, overlayClickAction. Dismiss tooltip → show beacon on same step (resolves #1205).
  • New ACTIONS.REPLAY literal.

Internal

  • Floater zIndex offset reduced (+100+1). Relative stacking with overlay unchanged.

Controlled-mode note

Parent onEvent must skip index increment on STEP_AFTER + ACTIONS.REPLAY:

if (type === EVENTS.STEP_AFTER && action === ACTIONS.REPLAY) return;

Docs

  • New recipe: Conditional / Dynamic Steps — use before hooks, not useEffect-driven stepIndex.
  • Controlled mode: "use sparingly" guidance.
  • Updated ControlsTable, OptionsTable, exports reference, and architecture doc.

Full Changelog: gilbarbara/react-joyride@v3.0.2...v3.1.0

3.0.2

  • Fix React 18 aggressive batching: 79a7ef0d9e8f0e1a96631a34275c59a07ed5fcc7
  • Re-organize modules: 324b5c92c91387288c108deac0cdbcb0a98d8de9
  • Propagate origin through all UI-triggered control methods: ee6aad34a01e4b50c0608a12ec16f08132a6cc9c

3.0.1

  • Upgrade dependencies: 2199f9eebb76f128858260a9258fdeeabf08539e
  • Add support to spotlight styles (SVGPath): 40e6faae78117a65350f6823b8070ce9249d12d6

3.0.0

V3 is a complete rewrite focused on modern React patterns, smaller bundle size, and a more intuitive API.

Highlights

  • useJoyride hook — replaces getHelpers with a proper hook returning controls, state, current step, failures, and event subscriptions
  • New event system — discriminated event types (tour:start, step:before, tooltip, etc.) with onEvent(data, controls) and selective subscription via on()
  • Step hooks — async before/after callbacks for per-step logic
  • Floating UI — replaced Popper.js/react-floater with direct @floating-ui/react-dom integration
  • Flexible targetsscrollTarget and spotlightTarget for independent positioning; targets accept RefObject, callbacks, and CSS selectors
  • SVG overlay — precise spotlight rendering replacing CSS box-shadow
  • Portal rendering — tour UI renders via React portal with custom container support
  • New component propsarrowComponent, loaderComponent
  • React 16.8–19 support
  • ~30% smaller bundle through dependency replacement

Breaking changes

... (truncated)

Commits
  • 73cbf65 3.1.0
  • 6b5f7e9 docs: Update Playground button styles
  • b15b3bd website: Upgrade dependencies and refactor e2e detection
  • e64a6be demos: Add SourceCodeLink component to all pages
  • 636d1ef docs: Enhance guidance on controlled vs uncontrolled modes
  • 790910c Add controls.replay to re-run current step
  • 8d560ed Update Floater zIndex offset
  • f6a5386 Upgrade dependencies
  • 238b7e3 docs: Add recipe for restarting a tour and using the hook in Next.js
  • b3f20fc docs: update migration guide for floaterProps changes in V3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-joyride since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-joyride](https://github.com/gilbarbara/react-joyride) from 2.9.3 to 3.1.0.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.9.3...v3.1.0)

---
updated-dependencies:
- dependency-name: react-joyride
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@netlify

netlify Bot commented Jun 29, 2026

Copy link
Copy Markdown

Deploy Preview for relational-playground failed.

Name Link
🔨 Latest commit 5963466
🔍 Latest deploy log https://app.netlify.com/projects/relational-playground/deploys/6a424502983f27000872f40d

@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2754.

@dependabot dependabot Bot closed this Aug 6, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/react-joyride-3.1.0 branch August 6, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants