Skip to content

chore(deps): update tdesign-vue-next requirement from ^1.13.2 to ^1.14.2#18

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tdesign-vue-next-tw-1.14.2
Closed

chore(deps): update tdesign-vue-next requirement from ^1.13.2 to ^1.14.2#18
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tdesign-vue-next-tw-1.14.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Updates the requirements on tdesign-vue-next to permit the latest version.

Release notes

Sourced from tdesign-vue-next's releases.

tdesign-vue-next@1.14.2

🌈 1.14.2 2025-06-30

🐞 Bug Fixes

  • Alert: 优化 max-line 开启后,未过滤注释节点导致折叠按钮误判的问题 @​baozjj (#5650)
  • Form: 修复 form 属性不生效的问题 @​uyarn (#5676)
  • Message: 修复1.14.0 后由于 createVNode 替代 createApp 导致 message 实例重复创建,closeAll 功能异常的问题 @​baozjj (#5669)

📝 Documentation

  • 主题生成器: 修复站点受主题生成器影响深色模式下box-shadow展示异常的问题 @​liweijie0812
Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.14.2 2025-06-30

🐞 Bug Fixes

  • Alert: 优化 max-line 开启后,未过滤注释节点导致折叠按钮误判的问题 @​baozjj (#5650)
  • Form: 修复 form 属性不生效的问题 @​uyarn (#5676)
  • Message: 修复1.14.0 后由于 createVNode 替代 createApp 导致 message 实例重复创建,closeAll 功能异常的问题 @​baozjj (#5669)

📝 Documentation

  • 主题生成器: 修复站点受主题生成器影响深色模式下box-shadow展示异常的问题 @​liweijie0812

🌈 1.14.1 2025-06-27

🐞 Bug Fixes

  • Select:
    • 修复多选远程搜索场景下, 当前选中项不存在 options 内时,placeholder 展示异常的问题 @​uyarn (#5660)
    • 修复多选远程搜索场景下,当前选中项不存在 options 内时,删除选项功能异常的问题 @​uyarn (#5660)

🌈 1.14.0 2025-06-26

🚀 Features

  • Alert: 新增 closeBtn API,与其他组件保持一致,close 将在未来版本废弃,请尽快调整为closeBtn 使用 @​ngyyuusora (#5621)
  • Dialog: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @​Cat1007 (#5559)
  • Drawer: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @​Cat1007 (#5559)
  • Loading: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @​Cat1007 (#5559)
  • Message: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @​Cat1007 (#5559)
  • Notification: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @​Cat1007 (#5559)
  • Popup: 优化浮层箭头在空间不足场景下没有跟随浮层进行偏移,导致箭头位置不准确的问题 @​Cat1007 (#5038)
  • Select: 远程搜索场景中,支持直接使用 valueType= value 的场景保留已选中 option 的数据进行展示,具体可参考示例代码 @​RSS1102 (#5638)
  • Tree: 多选场景下每个节点新增 hover 提示,与单选场景保持一致 @​RSS1102 (#5632)
  • Tree: 修复点击选项的展开按钮错误触发onClick 事件的问题,此前有基于此异常逻辑实现相关功能的业务请注意此变更⚠️ @​Soya-xy (#5512)

🐞 Bug Fixes

  • Cascader: 修复 valueType="full" ,value 为 undefined 时组件内部报错的问题 @​liweijie0812 (#5581)
  • ColorPicker: 修复渐变模式下点击滑块添加色点时定位错误的问题 @​betavs (#5565)
  • Dialog: 修复插件用法 destroyOnClose 表现不正常的问题 @​Cat1007 (#5559)
  • Drawer: 修复插件用法 destroyOnClose 表现不正常的问题 @​Cat1007 (#5559)
  • Form: 修复 id 属性不生效的问题 @​zhangpaopao0609 (#5640)
  • Popup: 修复当 triggerElement 为字符串类型时,不能正常用于元素选择器的异常 @​uyarn (#5651)
  • Select: 添加 selectInputProps 透传多选属性到 valueDisplay @​RSS1102 (#5594)
  • Textarea: 优化滚动条的样式问题 @​RSS1102 (#5647)
  • TimeRangePicker: 修复点击面板确定按钮未重置非法格式输入的问题 @​QuentinHsu (#5622)

📝 Documentation

  • Alert: 优化 Alert 演示交互,在关闭后显示“显示 Alert”按钮以恢复显示 @​baozjj (#5646)

🌈 1.13.2 2025-06-04

... (truncated)

Commits
  • 4a0f60d chore: release 1.14.2 (#5673)
  • e91511f fix(Button): fix form props of button (#5676)
  • bad6090 chore: update site components version to fix check (#5668)
  • 61d0987 fix(alert): fix expand/collapse issue caused by comment nodes in max-line ren...
  • 95f50d9 chore: release 1.14.1 (#5663)
  • aa1ec40 fix(Select): when value not in option, value tag cannot backspace delete (#5660)
  • eeb50ec chore: release 1.14.0 (#5656)
  • 5aa07d0 fix(select): remote search retains the data of the selected option (#5638)
  • 3835a10 feat(Plugin): Plugin usage supports appContext content (#5559)
  • 0f54c71 fix(Popup): fix trigger element string type (#5651)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) to permit the latest version.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/packages/tdesign-vue-next/CHANGELOG.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/commits/tdesign-vue-next@1.14.2/packages/tdesign-vue-next)

---
updated-dependencies:
- dependency-name: tdesign-vue-next
  dependency-version: 1.14.2
  dependency-type: direct:production
...

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 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #19.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tdesign-vue-next-tw-1.14.2 branch July 17, 2025 20:00
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.

1 participant