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

chore: release 1.9.5 #3208

Merged
merged 2 commits into from
Jun 20, 2024
Merged

chore: release 1.9.5 #3208

merged 2 commits into from
Jun 20, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jun 20, 2024

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.9.5

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Jun 20, 2024

🌈 1.9.5 2024-06-20

🚀 Features

  • Transfer: 修复通过 Function 方法使用 Tree 属性的能力 @sinbadmaster (#3185)
  • Tabs
    • 支持通过滚轮或者触摸板进行滚动的操作 @oljc (#3187)
    • 新增 scrollPosition API, 支持自定义选中滑块滚动最终停留的位置 @oljc (#3196)
  • DatePicker: 优化日期区间选择器头部区间的变化逻辑,选择后左侧区间大于右侧区间,则默认调整为左侧区间始终比右侧区间小 1 @uyarn (#3207)

🐞 Bug Fixes

  • Tree: 新增 allowDrop API,支持拖放限制的能力,具体参考相关示例 @TabSpace (#3206)
  • Cascader: 修复无children选项点击时仍然显示之前列表的问题 @1379255913 (#3201)
  • InputNumber: 修复 allowInputOverLimit=false 大小值判断时,valueundefined 时,会出现显示 Infinity 的问题 @HaixingOoO
  • SelectInput: 修复多选情况下设置 allowInput 为 true 无法输入的问题 @hy212 (#3195)

Copy link
Contributor

完成

Copy link
Contributor

Size Change: +1 B (0%)

Total Size: 892 kB

Filename Size Change
./dist/tdesign.js 493 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 52.7 kB
./dist/tdesign.min.css 47.8 kB
./dist/tdesign.min.js 296 kB

@chaishi chaishi merged commit a77df35 into develop Jun 20, 2024
@chaishi chaishi deleted the release/1.9.5 branch June 20, 2024 09:22
uyarn added a commit that referenced this pull request Jun 20, 2024
* chore: release 1.9.5

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn added a commit that referenced this pull request Jun 20, 2024
* chore: upgrade site component version (#3182)

* fix(transfer): 添加tree属性支持 (#3185)

* fix(transfer): 添加tree属性支持

添加tree属性对function的支持

#3123

* chore: fix composition demo

* chore: fix demo

---------

Co-authored-by: wū yāng <uyarnchen@gmail.com>

* ci: tdesign-changelog-action (#3193)

* ci(auto-release): fix merge_tag not working (#3194)

* feat(tabs): supports scrolling operations via wheel or touchpad (#3187)

* fix(select-input): allowInput is true and cannot be entered in multiple selection cases(#2336) (#3195)

* feat(tabs): add scrollPosition API (#3196)

* feat(tabs): add scrollPosition API

* chore: update ssr snapshots

* fix(cascader): 无children选项点击时不会显示之前列表 (#3201)

* fix(tree): add allowDrop API to limit drop action (#3206)

* fix(tree): tree 组件添加 allowDrop 属性方法

* chore(tree): tree 组件,提供 allowDrop 属性的示例

* fix(tree): tree 组件,规范 allowDrop 属性的 api 配置

* fix(tree): 解决 src/common.ts 中丢失 LayoutEnum 定义的问题

* test(tree): tree update snapshot

* feat(DatePicker): optimize range picker panel header click logic (#3207)

* feat(DatePicker): optimize range picker panel header click logic

* feat(DatePicker): optimize range picker panel header click logic

* chore: release 1.9.5 (#3208)

* chore: release 1.9.5

* chore: changelog's changes

---------

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

---------

Co-authored-by: sinbadmaster <40019023+sinbadmaster@users.noreply.github.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: 李江辰 <SpaceCode@foxmail.com>
Co-authored-by: hy212 <1101824575@qq.com>
Co-authored-by: Zhang Yiyao <1379255913@qq.com>
Co-authored-by: TabSpace <pillar0514@163.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@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.

2 participants