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.9 #3274

Merged
merged 2 commits into from
Aug 15, 2024
Merged

chore: release 1.9.9 #3274

merged 2 commits into from
Aug 15, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Aug 15, 2024

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.9.9

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Aug 15, 2024

🌈 1.9.9 2024-08-15

🚀 Features

  • Table: 新增支持 API thClassName,用于需要在列表头自定义类名的场景 @theBestVayne (#3238)
  • Borderless: AutoComplete、ColorPicker、DatePicker、TagInput、TimePicker 、RangeInput、DateRangePicker 、TimeRangePicker 等组件新增 borderless API,支持无边框模式 @liweijie0812 (#3249)
  • Description: layout 类型定义调整为字符串多类型 @liweijie0812 (#3252)

🐞 Bug Fixes

  • Cascader: 修复多选下点击清空按钮的功能异常及多次触发 onChange 事件的问题 @uyarn (#3273)
  • Form: 修复某种情况下 scrollToFirstError 失效的问题 @morningbao (#3251)
  • InputNumber: 修复小数点精度计算,以 0 开头的计算边界逻辑缺失导致计算错误的问题 @uyarn (#3273)
  • Table: 修复拖拽排序时,祖先节点内的顺序错误的问题 @uyarn (#3273)
  • TagInput: 修复tagProps 没有作用到折叠的标签上的缺陷 @uyarn (#3260)
  • Upload: 修复部分图标不支持全局替换的问题 @uyarn (#3244)

Copy link
Contributor

完成

Copy link
Contributor

Size Change: -2 B (0%)

Total Size: 895 kB

Filename Size Change
./dist/tdesign.min.js 297 kB -2 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 52.9 kB
./dist/tdesign.js 495 kB
./dist/tdesign.min.css 48 kB

@uyarn uyarn merged commit 608af38 into develop Aug 15, 2024
@uyarn uyarn deleted the release/1.9.9 branch August 15, 2024 11:43
uyarn added a commit that referenced this pull request Aug 15, 2024
* chore: release 1.9.9

* 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 Aug 15, 2024
* chore: modify TEST_GUIDE link (#3239)

* fix(table): table.columns.thClassName doesn't work (#3198) (#3238)

* fix(table): table.columns.thClassName doesn't work (#3198)

fix #3198

* test(table): add missing test: thClassName

* fix(Upload): fix global icon replacement (#3244)

* feat(borderless): support borderless API (#3249)

* docs(Input): value type remove Number

* feat: support borderless mode

* docs(auto-complete): update doc

* feat(descriptions): make layout type to be multiple type (#3252)

* fix(TagInput): tagProps should effect minCollapseNum tag (#3260)

* fix(TagInput): tagProps should effect minCollapseNum tag

* chore: fix lint

* chore(deps-dev): bump @babel/helper-module-imports from 7.22.5 to 7.24.7 (#3259)

Bumps [@babel/helper-module-imports](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports) from 7.22.5 to 7.24.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-helper-module-imports)

---
updated-dependencies:
- dependency-name: "@babel/helper-module-imports"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Form): fix Form scrollToFirstError bug (#3251)

* fix(Form): fix form-item class name and scrollToFirstError get form-item class name

* fix(Form): fix form-item class name and scrollToFirstError get form-item class name

* fix(Form): test update

---------

Co-authored-by: v-tangchenw <v-tangchenw.gd@chinatelecom.cn>

* chore: remove ghost config from live demo (#3265)

* chore: update common (#3273)

* chore: update common

* fix(cascader): fix remove and change trigger effect

* chore: release 1.9.9 (#3274)

* chore: release 1.9.9

* chore: changelog's changes

---------

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

* chore: release 1.9.9-naruto

* chore: release 1.9.9-naruto

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: theBestVayne <32293224+theBestVayne@users.noreply.github.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MorningUei <747651423@qq.com>
Co-authored-by: v-tangchenw <v-tangchenw.gd@chinatelecom.cn>
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