Skip to content

feat: 支持悬停暂停时滚轮手动滚动 - #4

Merged
yeyunwen merged 1 commit into
mainfrom
codex/fix-issue-1-wheel-scroll
May 19, 2026
Merged

feat: 支持悬停暂停时滚轮手动滚动#4
yeyunwen merged 1 commit into
mainfrom
codex/fix-issue-1-wheel-scroll

Conversation

@yeyunwen

Copy link
Copy Markdown
Owner

Fixes #1

变更内容

  • 新增 wheelScroll 配置,默认开启
  • hoverPause 触发悬停暂停时,支持通过鼠标滚轮手动滚动内容
  • 支持垂直和水平滚动方向
  • 修复 Vue 组件漏传 wheelScrollforceScrolling 的问题
  • 更新 core、React、Vue 文档
  • 增加 changeset

验证

  • pnpm --filter @seamless-scroll/core exec vitest run
  • pnpm --filter @seamless-scroll/core build
  • pnpm --filter @seamless-scroll/vue build
  • pnpm build

@pkg-pr-new

pkg-pr-new Bot commented May 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@seamless-scroll/core@4
npm i https://pkg.pr.new/@seamless-scroll/react@4
npm i https://pkg.pr.new/@seamless-scroll/shared@4
npm i https://pkg.pr.new/@seamless-scroll/vue@4

commit: 88dceae

@yeyunwen
yeyunwen merged commit 64351a7 into main May 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

在开启鼠标悬停的情况下是否开启滚轮滚动

1 participant