Skip to content

Bump react-intersection-observer from 9.16.0 to 10.0.3#32

Merged
johnnywrightiv merged 2 commits into
mainfrom
dependabot/npm_and_yarn/react-intersection-observer-10.0.3
May 26, 2026
Merged

Bump react-intersection-observer from 9.16.0 to 10.0.3#32
johnnywrightiv merged 2 commits into
mainfrom
dependabot/npm_and_yarn/react-intersection-observer-10.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps react-intersection-observer from 9.16.0 to 10.0.3.

Release notes

Sourced from react-intersection-observer's releases.

v10.0.3

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.2...v10.0.3

v10.0.2

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.0...v10.0.2

v10.0.0

Based on the great work in #718 by @​jantimon - This release adds the new useOnInView hook.

✨ New

  • useOnInView hook — a no-re-render alternative to useInView that delivers (inView, entry) to your callback while returning a ref you can attach to any element. Designed for tracking, analytics, and other side effect heavy workloads where state updates are unnecessary.
  • IntersectionChangeEffect / IntersectionEffectOptions types — exported helper types that describe the new hook’s callback and options surface.
  • Storybook playground + documentation — new story, README section, and JSDoc example demonstrating how to use useOnInView.

⚠️ Breaking Changes

  • useInView, useOnInView, and <InView> now ignore the browser’s initial inView === false emission for onChange events, so handlers only fire once a real visibility change occurs, while still reporting all subsequent enter/leave transitions.

🧪 Testing

  • Added a dedicated Vitest suite for useOnInView, covering thresholds, triggerOnce, skip toggling, merged refs, and multiple observers on the same node.

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v9.16.0...v10.0.0

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 25, 2026
@vercel

vercel Bot commented May 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
portfolio Ignored Ignored Preview May 26, 2026 3:29pm

@github-actions

Copy link
Copy Markdown

Major version bump for react-intersection-observer — leaving open for manual review (auto-merge intentionally skipped).

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.16.0 to 10.0.3.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  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/react-intersection-observer-10.0.3 branch from b0afb95 to 5c77f0b Compare May 25, 2026 17:02
@github-actions

Copy link
Copy Markdown

Major version bump for react-intersection-observer — leaving open for manual review (auto-merge intentionally skipped).

@johnnywrightiv johnnywrightiv merged commit 4d3b4aa into main May 26, 2026
5 checks passed
@johnnywrightiv johnnywrightiv deleted the dependabot/npm_and_yarn/react-intersection-observer-10.0.3 branch May 26, 2026 15:30
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant