Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 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.15.5

🌈 1.15.5 2025-08-18

🐞 Bug Fixes

  • DatePicker: 修复 1.15.3 版本中日期范围选择面板年份错误的问题 @​uyarn (#5901)
  • InputNumber: 修复 1.15.3 版本后设置allowInputOverLimit 为 false 但未设置最小值的展示异常问题 @​YuShengHou (#5898)
Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.15.5 2025-08-18

🐞 Bug Fixes

  • DatePicker: 修复 1.15.3 版本中日期范围选择面板年份错误的问题 @​uyarn (#5901)
  • InputNumber: 修复 1.15.3 版本后设置allowInputOverLimit 为 false 但未设置最小值的展示异常问题 @​YuShengHou (#5898)

🌈 1.15.4 2025-08-15

🐞 Bug Fixes

  • Textarea: 修复 allowInputOverMax 无法在 maxcharacter 配置下生效的问题 @​RSS1102 (#5888)

🌈 1.15.3 2025-08-14

🚀 Features

  • Card: 新增 headerClassNameheaderStylebodyClassNamebodyStylefooterClassNamefooterStyle,方便用于定制卡片组件的各部分样式 @​An0510 (#5867)
  • InputNumber: 当值为 undefined 或 null,且allowInputOverLimit为 false 时,需重置为最小值 @​dhj-l (#5881)

🐞 Bug Fixes

  • Cascader: 修复可过滤场景下,鼠标移入下拉面板后展现异常的缺陷 @​byrdkm17 (#5866)
  • ColorPicker: 修复 popupProps.onVisibleChange 回调函数不执行的问题 @​RylanBot (#5839)
  • DatePicker: 优化年份选择模式下选择同面板年份后面板内容的展示效果 @​uyarn (#5882)
  • Input: 修复中文输入法激活时回车触发 onEnter 事件的问题 @​dhj-l (#5862)
  • QRCode: 修复 type='svg'value 值变化而二维码未刷新的问题 @​RSS1102 (#5864)
  • Select: 修复 1.15.2 版本中控制台关于 size 属性的告警问题 @​RSS1102 (#5844)
  • SelectInput: 修复删除标签时组件闪烁的问题 @​novlan1 (#5868)
  • Typography: 修复 Title 组件无法使用 class 的问题 @​Wesley-0808 (#5842)
  • Checkbox: 修复点击之后 onClick 事件触发两次的问题 @​RSS1102 (#5825)

📈 Performance

📝 Documentation

🌈 1.15.2 2025-07-31

🚀 Features

🐞 Bug Fixes

  • ColorPicker
    • 修复设置 swatch-colors 值为 null 时功能异常的问题 @​betavs (#5793)
    • 减少颜色跨色彩空间的多次转换,降低误差 @​RylanBot (#5814)
  • Menu: 修复顶部菜单在expandType=popup模式下子组件存在多层封装后无法正常高亮的问题 @​uyarn (#5821)
  • PopConfirm: 修复当初始 visible 为 true 时,点击外部区域时弹窗不关闭的问题 @​RSS1102 (#5790)
  • Popup: 修复当初始 visible 为 true 时,点击外部区域时弹窗不关闭的问题 @​RSS1102 (#5790)
  • Select: 修复 Form 设置为 disabled 或 readonly 时,多选选项仍可删除的错误 @​An0510 (#5775)

... (truncated)

Commits
  • ea792a3 chore: release 1.15.5 (#5902)
  • a64d04b fix(DatePicker): fix date range picker end panel bug (#5901)
  • 09fce1e fix(inputNumber): minimum value automatically modified to -Infinity (#5898)
  • 1a20e56 chore: release 1.15.4 (#5889)
  • 6f3af8b fix(textarea): allow input beyond maxcharacter when allowInputOverMax=true ...
  • 8546500 release: tdesign-vue-next 1.15.3 (#5884)
  • 00381d0 fix(input-number): reset to minimum when value is undefined/null and allowInp...
  • 3cf1933 test(qrcode): fix error not implemented without installing the canvas npm pac...
  • 68791b6 fix(DatePicker): fix year mode panel selection (#5882)
  • c1751df fix(Typography): attrs transmission invalid (#5842)
  • 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.15.5/packages/tdesign-vue-next)

---
updated-dependencies:
- dependency-name: tdesign-vue-next
  dependency-version: 1.15.5
  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 Aug 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2025

Superseded by #28.

@dependabot dependabot bot closed this Aug 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tdesign-vue-next-tw-1.15.5 branch August 28, 2025 19:24
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