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

docs: release 1.10.3 #4679

Merged
merged 2 commits into from
Oct 27, 2024
Merged

docs: release 1.10.3 #4679

merged 2 commits into from
Oct 27, 2024

Conversation

PengYYYYY
Copy link
Collaborator

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 1.10.3 2024-10-26

🚀 Features

  • TimePicker: 新增 autoSwap API,支持1.10.2 版本之后仍支持保持选定的左右侧时间大小顺序 @uyarn (#4662)
  • Select: valudeDisplay 增加label参数 @uyarn (#4645)

🐞 Bug Fixes

  • Select: loading 配合触底事件 onScrollToBottom 一起使用的问题 @lllllllqw (#4625)
  • tree: custom icons cannot be clicked without child nodes @RSS1102 (#4638)
  • Space: 修复使用v-if的情况下存在冗余空格的问题 @Luffy-developer (#4663)
  • InputNumber: 禁用时焦点事件仍然会触发的问题 @betavs (#4661)
  • DatePicker: panel top arrow doesn't work when using week mode @RSS1102 (#4673)
  • Table: 多级表头下的通过colspan合并表头 @wangyang0210 (#4669)
  • Descriptions: 修复 layoutvertical 下的设置 span的展示问题 @zhangpaopao0609 (#4656)
  • Descriptions: 修复 span 大于 column 配置的渲染问题 @zhangpaopao0609 (#4656)
  • Input: 修复 Input type="number" 时,无法输入小数位末尾 0 的问题 @wilonjiang (#4660)

📝 Documentation

  • Tree: 修复valueMode API 的拼写错误问题 @Simon-He95 (#4622)
  • docs: 修复Codesandbox示例启动失败或需要打开 devbox 才可以运行的问题 @RSS1102 (#4610)

Copy link
Contributor

github-actions bot commented Oct 26, 2024

完成

Copy link
Contributor

Size Change: 0 B

Total Size: 896 kB

ℹ️ View Unchanged
Filename Size
./dist/plugin.css 3.07 kB
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.5 kB
./dist/tdesign.js 495 kB
./dist/tdesign.min.css 48.7 kB
./dist/tdesign.min.js 294 kB

Copy link
Contributor

github-actions bot commented Oct 27, 2024

🌈 1.10.3 2024-10-27

🚀 Features

  • TimePicker: 新增 autoSwap API,支持1.10.2 版本之后仍支持保持选定的左右侧时间大小顺序 @uyarn (#4662)
  • Select: valudeDisplay 增加label参数 @uyarn (#4645)

🐞 Bug Fixes

  • Select:
    • 修复使用虚拟滚动配合过滤加自定义渲染内容时渲染异常的问题 @uyarn (#4677)
    • 修复可过滤场景下回车键会清空输入框的错误交互行为 @uyarn (#4677)
    • 部分节点事件增加容错判断 @uyarn (#4677)
    • 修复 loading 配合触底事件 onScrollToBottom 一起使用的问题 @lllllllqw (#4625)
  • Descriptions:
  • Tree: 修复没有子节点时,自定义图标无法点击 @RSS1102 (#4638)
  • Space: 修复使用v-if的情况下存在冗余空格的问题 @Luffy-developer (#4663)
  • InputNumber: 禁用时焦点事件仍然会触发的问题 @betavs (#4661)
  • DatePicker: panel top arrow doesn't work when using week mode @RSS1102 (#4673)
  • Table: 多级表头下的通过colspan合并表头 @wangyang0210 (#4669)
  • Input: 修复 Input type="number" 时,无法输入小数位末尾 0 的问题 @wilonjiang (#4660)
  • Drawer: 修复打开 drawer 时页面抖动的问题 @uyarn (#4671)
  • Dialog: 修复打开 dialog 时页面抖动的问题 @RSS1102 @uyarn (#4671)

📝 Documentation

  • Tree: 修复valueMode API 的拼写错误问题 @Simon-He95 (#4622)
  • Docs: 修复Codesandbox示例启动失败或需要打开 devbox 才可以运行的问题 @RSS1102 (#4610)

🚧 Others

Copy link
Contributor

Size Change: 0 B

Total Size: 896 kB

ℹ️ View Unchanged
Filename Size
./dist/plugin.css 3.07 kB
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.5 kB
./dist/tdesign.js 495 kB
./dist/tdesign.min.css 48.7 kB
./dist/tdesign.min.js 294 kB

@PengYYYYY PengYYYYY merged commit d3abf1c into develop Oct 27, 2024
1 check passed
@PengYYYYY PengYYYYY deleted the release/1.10.3 branch October 27, 2024 03:39
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