Skip to content

build(deps): bump react-joyride from 2.9.2 to 3.1.0 in /frontend#3754

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/develop/react-joyride-3.1.0
Open

build(deps): bump react-joyride from 2.9.2 to 3.1.0 in /frontend#3754
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/develop/react-joyride-3.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-joyride from 2.9.2 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2026
Bumps [react-joyride](https://github.com/gilbarbara/react-joyride) from 2.9.2 to 3.1.0.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.9.2...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 force-pushed the dependabot/npm_and_yarn/frontend/develop/react-joyride-3.1.0 branch from 9a4a4e3 to 05d2f81 Compare June 12, 2026 16:05
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