Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tdesign-vue-next from 1.9.3 to 1.9.9 #748

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps tdesign-vue-next from 1.9.3 to 1.9.9.

Release notes

Sourced from tdesign-vue-next's releases.

🌈 1.9.9

🚀 Features

🐞 Bug Fixes

  • Cascader:
    • 修复点击清空按钮多次触发 change 事件的问题 @​uyarn (#4478)
    • 修复在可过滤下输入值后未选中值时,点击清空按钮后错误选中选项的问题 @​uyarn (#4478)
  • Tabs:
    • 修复Tabs组件在全局替换图标下,存在替换组件 event 事件导致移除操作异常的问题 @​uyarn (#4485)
    • 修复 t-tabs__bardialog 中的尺寸问题 @​RyouSY (#4438)
  • Upload: 修复部分图标不支持全局替换的问题 @​uyarn (#4434)
  • Dialog: 修复 cancelBtnconfirmBtn 设置为null 的类型问题 @​chouchouji (#4439)
  • Tabs: 修复 t-tabs__bardialog 中的尺寸问题 @​RyouSY (#4438)
  • Input: 修复 maxlength 不准确问题 @​novlan1 (#4429)
  • TagInput: 修复tagProps 没有作用到折叠的标签上的缺陷 @​uyarn (#4465)
  • Pagination: 修复paginationpageSize改变时onChange无法获取最新pageSize的问题 @​1379255913 (#4450)
  • RangeInput: 清空图标不能正常显示 @​betavs (#4453)
  • Dropdown: 修复由于没有动态计算导致使用方修改 DropdownItem 高度后计算位置错误的问题 @​uyarn (#4484)
  • Table: 修复拖拽排序时,祖先节点内的顺序错误的问题 @​uyarn (common#1880)
  • InputNumber: 修复小数点精度计算,以 0 开头的计算边界逻辑缺失导致计算错误的问题 @​uyarn (common#1879)

🚧 Others

New Contributors

Full Changelog: Tencent/tdesign-vue-next@1.9.8...1.9.9

🌈 1.9.8

🚀 Features

  • Form: 支持通过表单的readonly属性影响TagInput组件 @​xiaojueshi (#4370)
  • Icon: 新增有序列表图标 list-numbered,优化lock-off的绘制路径 @​double-deng (#4378)
  • TreeSelect: valueDisplay 回调整个节点信息,用于输入框的回调展示 @​uyarn (#4389)
  • Dropdown: 新增panelTopContentpanelBottomContent API 的实现 @​uyarn (#4388)
  • ImageViewer: 新增 attach API,支持自定义 ImageViewer 的挂载节点 @​josonyang (#4405)
  • Tree: 使用 getTreeData 获取树结构,支持 childrentrue 的情况 @​josonyang (#4405)
  • DatePicker: 新增 needConfirm API,支持日期时间选择器不需要点击确认按钮保存选择时间 @​Cat1007 (#4411)

🐞 Bug Fixes

  • DateRangePicker: @​liweijie0812
    • 修复在Form表单处于禁用时,禁用不生效的问题 (#4380)
    • 修复 label 样式异常的问题 (common#1845)
  • TagInput: 修复 Form 组件 disabled 属性无法影响到 TagInput 组件 @​xiaojueshi (#4353)
  • Icon: 修复图标chart-column的命名错误问题 @​uyarn (#4378)
  • Input: 修复禁用状态下仍可以切换明文密文的问题 @​jby0107 (#4387)
  • Avatar: 修复max属性在多层嵌套下不生效的问题 @​1379255913 (#4326)
  • Table: 修复 thClassName 不支持函数和数组使用的缺陷 @​theBestVayne (#4406)
  • Breadcrumb: 修复_blank配置打开两次新 Tab 页的缺陷 @​uyarn (#4421)
  • Notification: 修复部分节点前缀没有跟随classPrefix变化的问题 @​uyarn (#4421)

... (truncated)

Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.9.9 2024-08-16

🚀 Features

🐞 Bug Fixes

  • Cascader:
    • 修复点击清空按钮多次触发 change 事件的问题 @​uyarn (#4478)
    • 修复在可过滤下输入值后未选中值时,点击清空按钮后错误选中选项的问题 @​uyarn (#4478)
  • Tabs:
    • 修复Tabs组件在全局替换图标下,存在替换组件 event 事件导致移除操作异常的问题 @​uyarn (#4485)
    • 修复 t-tabs__bardialog 中的尺寸问题 @​RyouSY (#4438)
  • Upload: 修复部分图标不支持全局替换的问题 @​uyarn (#4434)
  • Dialog: 修复 cancelBtnconfirmBtn 设置为null 的类型问题 @​chouchouji (#4439)
  • Tabs: 修复 t-tabs__bardialog 中的尺寸问题 @​RyouSY (#4438)
  • Input: 修复 maxlength 不准确问题 @​novlan1 (#4429)
  • TagInput: 修复tagProps 没有作用到折叠的标签上的缺陷 @​uyarn (#4465)
  • Pagination: 修复paginationpageSize改变时onChange无法获取最新pageSize的问题 @​1379255913 (#4450)
  • RangeInput: 清空图标不能正常显示 @​betavs (#4453)
  • Dropdown: 修复由于没有动态计算导致使用方修改 DropdownItem 高度后计算位置错误的问题 @​uyarn (#4484)
  • Table: 修复拖拽排序时,祖先节点内的顺序错误的问题 @​uyarn (common#1880)
  • InputNumber: 修复小数点精度计算,以 0 开头的计算边界逻辑缺失导致计算错误的问题 @​uyarn (common#1879)

🚧 Others

🌈 1.9.8 2024-07-23

🚀 Features

  • Form: 支持通过表单的readonly属性影响TagInput组件 @​xiaojueshi (#4370)
  • Icon: 新增有序列表图标 list-numbered,优化lock-off的绘制路径 @​double-deng (#4378)
  • TreeSelect: valueDisplay 回调整个节点信息,用于输入框的回调展示 @​uyarn (#4389)
  • Dropdown: 新增panelTopContentpanelBottomContent API 的实现 @​uyarn (#4388)
  • ImageViewer: 新增 attach API,支持自定义 ImageViewer 的挂载节点 @​josonyang (#4405)
  • Tree: 使用 getTreeData 获取树结构,支持 childrentrue 的情况 @​josonyang (#4405)
  • DatePicker: 新增 needConfirm API,支持日期时间选择器不需要点击确认按钮保存选择时间 @​Cat1007 (#4411)

🐞 Bug Fixes

  • DateRangePicker: @​liweijie0812
    • 修复在Form表单处于禁用时,禁用不生效的问题 (#4380)
    • 修复 label 样式异常的问题 (common#1845)
  • TagInput: 修复 Form 组件 disabled 属性无法影响到 TagInput 组件 @​xiaojueshi (#4353)
  • Icon: 修复图标chart-column的命名错误问题 @​uyarn (#4378)
  • Input: 修复禁用状态下仍可以切换明文密文的问题 @​jby0107 (#4387)
  • Avatar: 修复max属性在多层嵌套下不生效的问题 @​1379255913 (#4326)
  • Table: 修复 thClassName 不支持函数和数组使用的缺陷 @​theBestVayne (#4406)
  • Breadcrumb: 修复_blank配置打开两次新 Tab 页的缺陷 @​uyarn (#4421)
  • Notification: 修复部分节点前缀没有跟随classPrefix变化的问题 @​uyarn (#4421)

🚧 Others

  • Table: 修复文档关于footerAffixedBottom API的文案错误 @​Tsuj100 (#4384)

🌈 1.9.7 2024-06-28

🚀 Features

... (truncated)

Commits
  • f596d3f docs: update version (#4487)
  • 58cbaed refactor(image): replace typeof method with isString (#4440)
  • 677a118 fix(Dropdown): fix dropdown item calcuation height (#4484)
  • ce375a3 fix(Tabs): fix tab replace icon event bug (#4485)
  • 85efcf7 fix(cascader): fix bug when clicking close btn (#4478)
  • 6c5bab5 fix(pr-comment-ci): resolve update-common (#4482)
  • 2c2d2f0 fix(pr-comment-ci): resolve update-common (#4480)
  • 2444463 chore: upgrade pr-comment-ci (#4477)
  • ed8c9b1 fix(range-input): empty icons cannot be displayed properly (#4453)
  • 17918f1 fix(pagination): fix pageSize param when page change
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 1.9.3 to 1.9.9.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md)
- [Commits](Tencent/tdesign-vue-next@1.9.3...1.9.9)

---
updated-dependencies:
- dependency-name: tdesign-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

完成

@liweijie0812 liweijie0812 merged commit ffbc1a1 into develop Sep 2, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tdesign-vue-next-1.9.9 branch September 2, 2024 06:23
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