Skip to content

Conversation

@novlan1
Copy link
Collaborator

@novlan1 novlan1 commented Mar 25, 2025

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #582

相关 PRs

Tencent/tdesign-common#2106
TDesignOteam/tdesign-api#584

💡 需求背景和解决方案

📝 更新日志

  • feat(Fab): 新增 draggableyBounds onDragEndonDragStart 等属性,支持组件拖拽

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@novlan1 novlan1 changed the title feat(fab): 对齐mobile-vue" feat(fab): 对齐 mobile-vue Mar 25, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Mar 25, 2025

完成

@anlyyao
Copy link
Collaborator

anlyyao commented Mar 31, 2025

@novlan1 组件拖拽和默认事件冲突了? 真机上拖不动。辛苦在看看、

https://preview-pr-594-tdesign-mobile-react.surge.sh/mobile.html#/fab

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 7, 2025

Open in StackBlitz

npm i https://pkg.pr.new/tdesign-mobile-react@594

commit: cf6c87c

@novlan1
Copy link
Collaborator Author

novlan1 commented Apr 8, 2025

@novlan1 组件拖拽和默认事件冲突了? 真机上拖不动。辛苦在看看、

https://preview-pr-594-tdesign-mobile-react.surge.sh/mobile.html#/fab

处理了 @anlyyao

@anlyyao anlyyao merged commit fe575de into Tencent:develop Apr 9, 2025
9 checks passed
@github-actions github-actions bot mentioned this pull request Apr 18, 2025
anlyyao added a commit that referenced this pull request Apr 18, 2025
* feat(site): support theme generator (#604)

* style(site): add CSS variables to support dark mode

* chore: remove useless log

* feat(site): support theme generator

* chore: remove react-spring (#608)

* chore: remove react-spring

* test: update snapshots

* feat(fab): 对齐 mobile-vue (#594)

* feat(fab): 对齐mobile-vue"

* feat(fab): prevent default when touchmove

* feat(fab): prevent default

* chore: update demo file name

* chore: update test case

* chore: remove forwardRef

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(list): add list component (#463)

* feat(list): add list component

re #394

* feat(list): fix list review qa

fix #463

* style(list): fix code review comment

fix #463

* fix: fix cr

* docs: sync api

---------

Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(action-sheet): 新增 ActionSheet组件 (#471)

* feat(action-sheet): 新增 ActionSheet组件

* fix: 修复comment 问题

* fix: 修复同步develop后的问题

* fix: action-sheet 使用 useDefault

* fix: 规范变量命名

* fix(action-sheet): 修复同步develop 后的问题(action-sheet badge 位置)

* fix(grid): grid 补充 children 属性

* fix(action-sheet): 规范文档和类型定义

* fix: 优化类型和默认值

* fix: 优化类型和默认值

* fix: actionSheet适配Badge样式

* fix(action-sheet): 优化css结构

* fix: resolve conflicts

* fix: fix cr and sync api docs

* chore: update snapshot

---------

Co-authored-by: anlyyao <anly_yaw@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix/demo/style (#610)

* fix(Demo): fixed demo page background color error

* test: update snapshots

* feat(Progress): support size props (#609)

* feat(Progress): support size props

* test: update snapshots

* chore: tool functions moved to the tdesign-common repo

* feat(Collapse): optimize panel animation (#611)

* feat(Collapse): optimize panel animation

* test: update snapshots

* chore: update _common (#612)

* chore: publish v0.13.0 (#613)

* chore: publish v0.13.0

* chore: changelog's changes

* chore: using relative paths inside components

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: Mike <1576271227@qq.com>
Co-authored-by: feaswcy <happyfizza@gmail.com>
Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: Jelly <29860491+TianlunXiong@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
anlyyao added a commit that referenced this pull request Apr 21, 2025
* feat(site): support theme generator (#604)

* style(site): add CSS variables to support dark mode

* chore: remove useless log

* feat(site): support theme generator

* chore: remove react-spring (#608)

* chore: remove react-spring

* test: update snapshots

* feat(fab): 对齐 mobile-vue (#594)

* feat(fab): 对齐mobile-vue"

* feat(fab): prevent default when touchmove

* feat(fab): prevent default

* chore: update demo file name

* chore: update test case

* chore: remove forwardRef

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(list): add list component (#463)

* feat(list): add list component

re #394

* feat(list): fix list review qa

fix #463

* style(list): fix code review comment

fix #463

* fix: fix cr

* docs: sync api

---------

Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(action-sheet): 新增 ActionSheet组件 (#471)

* feat(action-sheet): 新增 ActionSheet组件

* fix: 修复comment 问题

* fix: 修复同步develop后的问题

* fix: action-sheet 使用 useDefault

* fix: 规范变量命名

* fix(action-sheet): 修复同步develop 后的问题(action-sheet badge 位置)

* fix(grid): grid 补充 children 属性

* fix(action-sheet): 规范文档和类型定义

* fix: 优化类型和默认值

* fix: 优化类型和默认值

* fix: actionSheet适配Badge样式

* fix(action-sheet): 优化css结构

* fix: resolve conflicts

* fix: fix cr and sync api docs

* chore: update snapshot

---------

Co-authored-by: anlyyao <anly_yaw@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix/demo/style (#610)

* fix(Demo): fixed demo page background color error

* test: update snapshots

* feat(Progress): support size props (#609)

* feat(Progress): support size props

* test: update snapshots

* chore: tool functions moved to the tdesign-common repo

* feat(Collapse): optimize panel animation (#611)

* feat(Collapse): optimize panel animation

* test: update snapshots

* chore: update _common (#612)

* chore: publish v0.13.0 (#613)

* chore: publish v0.13.0

* chore: changelog's changes

* chore: using relative paths inside components

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(SideBar): fix component not exported (#616)

* fix(SideBar): fix component not exported

* fix: update example import method

* chore: publish v0.13.1 (#618)

* chore: publish v0.13.1

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: Mike <1576271227@qq.com>
Co-authored-by: feaswcy <happyfizza@gmail.com>
Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: Jelly <29860491+TianlunXiong@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
anlyyao added a commit that referenced this pull request Apr 25, 2025
* 0.3.1 (#330)

* fix(checkbox): enable user to click content (#328)

* build: resolve ts problems

* chore: publish v0.3.1 (#329)

* chore: publish v0.3.1

* chore: changelog's changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(site): fix version number parsing error (#586) (#587)

* feat(site): support theme generator (#604) (#605)

* style(site): add CSS variables to support dark mode

* chore: remove useless log

* feat(site): support theme generator

Co-authored-by: Rylan <rylanbot@qq.com>

* Chore/main (#614)

* feat(site): support theme generator (#604)

* style(site): add CSS variables to support dark mode

* chore: remove useless log

* feat(site): support theme generator

* chore: remove react-spring (#608)

* chore: remove react-spring

* test: update snapshots

* feat(fab): 对齐 mobile-vue (#594)

* feat(fab): 对齐mobile-vue"

* feat(fab): prevent default when touchmove

* feat(fab): prevent default

* chore: update demo file name

* chore: update test case

* chore: remove forwardRef

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(list): add list component (#463)

* feat(list): add list component

re #394

* feat(list): fix list review qa

fix #463

* style(list): fix code review comment

fix #463

* fix: fix cr

* docs: sync api

---------

Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(action-sheet): 新增 ActionSheet组件 (#471)

* feat(action-sheet): 新增 ActionSheet组件

* fix: 修复comment 问题

* fix: 修复同步develop后的问题

* fix: action-sheet 使用 useDefault

* fix: 规范变量命名

* fix(action-sheet): 修复同步develop 后的问题(action-sheet badge 位置)

* fix(grid): grid 补充 children 属性

* fix(action-sheet): 规范文档和类型定义

* fix: 优化类型和默认值

* fix: 优化类型和默认值

* fix: actionSheet适配Badge样式

* fix(action-sheet): 优化css结构

* fix: resolve conflicts

* fix: fix cr and sync api docs

* chore: update snapshot

---------

Co-authored-by: anlyyao <anly_yaw@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix/demo/style (#610)

* fix(Demo): fixed demo page background color error

* test: update snapshots

* feat(Progress): support size props (#609)

* feat(Progress): support size props

* test: update snapshots

* chore: tool functions moved to the tdesign-common repo

* feat(Collapse): optimize panel animation (#611)

* feat(Collapse): optimize panel animation

* test: update snapshots

* chore: update _common (#612)

* chore: publish v0.13.0 (#613)

* chore: publish v0.13.0

* chore: changelog's changes

* chore: using relative paths inside components

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: Mike <1576271227@qq.com>
Co-authored-by: feaswcy <happyfizza@gmail.com>
Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: Jelly <29860491+TianlunXiong@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(site): update (#619)

* feat(site): support theme generator (#604)

* style(site): add CSS variables to support dark mode

* chore: remove useless log

* feat(site): support theme generator

* chore: remove react-spring (#608)

* chore: remove react-spring

* test: update snapshots

* feat(fab): 对齐 mobile-vue (#594)

* feat(fab): 对齐mobile-vue"

* feat(fab): prevent default when touchmove

* feat(fab): prevent default

* chore: update demo file name

* chore: update test case

* chore: remove forwardRef

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(list): add list component (#463)

* feat(list): add list component

re #394

* feat(list): fix list review qa

fix #463

* style(list): fix code review comment

fix #463

* fix: fix cr

* docs: sync api

---------

Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(action-sheet): 新增 ActionSheet组件 (#471)

* feat(action-sheet): 新增 ActionSheet组件

* fix: 修复comment 问题

* fix: 修复同步develop后的问题

* fix: action-sheet 使用 useDefault

* fix: 规范变量命名

* fix(action-sheet): 修复同步develop 后的问题(action-sheet badge 位置)

* fix(grid): grid 补充 children 属性

* fix(action-sheet): 规范文档和类型定义

* fix: 优化类型和默认值

* fix: 优化类型和默认值

* fix: actionSheet适配Badge样式

* fix(action-sheet): 优化css结构

* fix: resolve conflicts

* fix: fix cr and sync api docs

* chore: update snapshot

---------

Co-authored-by: anlyyao <anly_yaw@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix/demo/style (#610)

* fix(Demo): fixed demo page background color error

* test: update snapshots

* feat(Progress): support size props (#609)

* feat(Progress): support size props

* test: update snapshots

* chore: tool functions moved to the tdesign-common repo

* feat(Collapse): optimize panel animation (#611)

* feat(Collapse): optimize panel animation

* test: update snapshots

* chore: update _common (#612)

* chore: publish v0.13.0 (#613)

* chore: publish v0.13.0

* chore: changelog's changes

* chore: using relative paths inside components

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(SideBar): fix component not exported (#616)

* fix(SideBar): fix component not exported

* fix: update example import method

* chore: publish v0.13.1 (#618)

* chore: publish v0.13.1

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: Mike <1576271227@qq.com>
Co-authored-by: feaswcy <happyfizza@gmail.com>
Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: Jelly <29860491+TianlunXiong@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: upgrade vite to v6, typescript to v5

* fix(site): fix the preview path error in the development env

---------

Co-authored-by: leejimqiu <leejimqiu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: anlyyao <anlyyao@tencent.com>
Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: Mike <1576271227@qq.com>
Co-authored-by: feaswcy <happyfizza@gmail.com>
Co-authored-by: realcwang <realcwang@tencent.com>
Co-authored-by: Jelly <29860491+TianlunXiong@users.noreply.github.com>
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.

【Fab组件升级】任务单

3 participants