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.10.8 #3447

Merged
merged 2 commits into from
Dec 30, 2024
Merged

chore: release 1.10.8 #3447

merged 2 commits into from
Dec 30, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Dec 30, 2024

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.10.8

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Dec 30, 2024

🌈 1.10.8 2024-12-30

🚀 Features

  • ConfigProvider: 新增attach 配置,支持全局设置PopupDialogDrawer的挂载节点 @liweijie0812 (#3437)
  • Radio: 新增themeAPI,用于配置 RadioGroup 使用options 时渲染的子组件样式 @myronliu347 (#3402)
  • Radio: 新增 readonly API,用于支持只读属性配置 @liweijie0812 (#3431)
  • Table: 支持行高亮功能及相关操作,具体使用请参考示例代码 @uyarn (#3442)

🐞 Bug Fixes

  • Cascader@betavs
    • valueTypefull 时会意外触发 change 事件 (#3435)
    • 修复valueTypefullshowAllLevels false无法正常展示的功能问题 (#3438)
  • Dialog: 修复默认挂载节点非body的异常 @liweijie0812 (#3437)
  • Dialog: 修复1.10.6版本closeOnOverlayClick的默认行为异常的问题 @uyarn (#3433)
  • Select: @RSS1102
    • 修复onInputChange 事件丢失第二个回调参数的问题 (#3427)
    • 优化reserveKeyword配合filterable在全选下的行为 (#3440)
    • 修复分组情况下标题不存在的渲染报错的问题 (#3445)

📝 Documentation

Copy link
Contributor

完成

Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 913 kB

Filename Size Change
./dist/tdesign.min.js 304 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 53 kB
./dist/tdesign.js 506 kB
./dist/tdesign.min.css 48.1 kB

@uyarn uyarn merged commit cbd32d0 into develop Dec 30, 2024
1 check passed
@uyarn uyarn deleted the release/1.10.8 branch December 30, 2024 10:41
uyarn added a commit that referenced this pull request Dec 30, 2024
* chore: release 1.10.8

* 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 Dec 30, 2024
* fix(upload): 上传组件图片展示样式优化 (#3429)

* fix(upload): 上传组件图片展示样式优化

* chore: update snapshot

---------

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

* feat: radio options support radio button (#3402)

* docs: add readonly in api

* feat(RadioGroup): 单选组使用options时 支持button 模式

* fix(Dialog): fix closeOnOverlayClick default behavior (#3433)

* fix(cascader): change event is triggered unexpectedly when value-type is full (#3435)

* fix(cascader): verify invalid value logic errors and optimize code (#3438)

* feat(radio): support readonly (#3431)

* feat(radio): support readonly

* docs: api update

* feat(Table): support rows highlight  (#3442)

* feat(Table): support row highlight

* chore: update snapshot

* chore: update snapshot

* chore: update snapshot

* fix(PR_COMMENT_CI): resolve auto conflicts (#3443)

* fix(select): `onInputChange` miss callback second parameters (#3427)

* fix(select): `onInputChange` miss callback second parameters

* chore: complete params

* chore: fix lint

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>

* fix(select): `checkAll` will check all filtered data of `reserveKeyword` (#3440)

* perf(select): `checkAll` will check all to keep the filtered data of `reserveKeyword`

* chore: remove unuse code

* chore(deps):  upgrade vitest 2.1.8 (#3424)

* chore(deps):  upgrade vitest 2.1.8

* chore: use @vitest/coverage-v8

* chore: update snapshot

* chore: fix

* chore: fix

* chore: update snapshot

* chore: update snapshot

---------

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

* perf(select): support rendering children when `group` title is not exist  (#3445)

* feat(attach): support global attach config (#3437)

* feat: support global config attach

* chore: update common

* chore: api update

* fix: test

* fix: test

* chore: update snapshot

* chore: clear typograph  code

* chore: clear typograph  code

* chore: revert irrelevant docs change

* feat: fix config

* feat: fix config

---------

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

* chore: release 1.10.8 (#3447)

* chore: release 1.10.8

* chore: changelog's changes

---------

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

* chore: release 1.10.8-naruto

---------

Co-authored-by: huangchen1031 <huangchen1031@vip.qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: myron <myronliu347@gmail.com>
Co-authored-by: betavs <34408516+betavs@users.noreply.github.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: 阿菜 Cai <1064425721@qq.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