Skip to content

chore: release 1.12.0 #3620

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

Merged
merged 2 commits into from
Jun 11, 2025
Merged

chore: release 1.12.0 #3620

merged 2 commits into from
Jun 11, 2025

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jun 11, 2025

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.12.0

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Jun 11, 2025

🌈 1.12.0 2025-06-11

🚀 Features

  • ColorPicker: 自动根据「触发器 / 最近颜色 / 预设颜色」的色值进行切换单色和渐变模式;只开启渐变模式时,过滤「预设颜色 / 当前颜色」中的非渐变色值;新增 format HEX8,移除 HSB;使用渐变模式的业务请注意此变更 ⚠️ @RylanBot (#3572)
  • Icon: 新增 logo-miniprogramlogo-cnbsealquote 图标,优化多个文件相关图标的绘制效果,修复 gesture-right-slip 的绘制问题 @taowensheng1997 @uyarn (#3577)
  • InputNumber: decimalPlaces 支持 enableRound 参数,用于控制是否启用四舍五入 @RylanBot (#3601)
  • Select: add option removal handling for multiple selection @richardji202 (#3584)
  • TagInput: 优化可拖拽时,鼠标光标显示为移动光标 @liweijie0812 (#3594)
  • Tree: expandAll API 支持响应式 @uyarn (#3619)
  • Upload: 支持 image-flow 模式支持自定义错误文本 @ngyyuusora (#3574)

🐞 Bug Fixes

  • Cascader: 修复选项存在超长文字在大小尺寸下展示异常的问题 @Shabi-x(#3593)
  • ColorPicker: 修复开启透明通道时的返回值格式化异常 @RylanBot (#3572)
  • DatePicker: 修复通过 popupProps.visible 直接打开选择面板时无法更新时间的问题 @RSS1102 (#3600)
  • Drawer: 修复 cancel-btnconfirm-btn 的类型缺失null 声明的问题 @RSS1102 (#3612)
  • Select: 修复valueTypeobjectkeys 同时设置时的绑定值错误 @morningbao (#3583)
  • Table: 优化关闭列配置弹窗时,选择列数据与所展示列数据不一致的问题 @RSS1102 (#3616)
  • Tabs: 修复选项卡 label 过长时, 滑动按钮失效的问题 @wonkzhang(#3571)
  • Tag: 修复未设置 max-width 导致无法渲染 title 属性的问题 @betavs (#3592)

Copy link
Contributor

完成

Copy link
Contributor

Size Change: 0 B

Total Size: 908 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.3 kB
./dist/tdesign.js 500 kB
./dist/tdesign.min.css 48.2 kB
./dist/tdesign.min.js 305 kB

@uyarn uyarn merged commit 028496d into develop Jun 11, 2025
1 check passed
@uyarn uyarn deleted the release/1.12.0 branch June 11, 2025 10:27
uyarn added a commit that referenced this pull request Jun 11, 2025
* chore: release 1.12.0

* 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 11, 2025
* chore: add CHANGELOG (#3569)

* chore(submodule): update _common (#3571)

* refactor(upload): missing custom fail text implemention (#3574)

* chore: update snapshots (#3575)

* chore: update snapshots

* chore: update snapshot

---------

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

* feat(Icon): upgrade tdesign-icons-vue to 0.3.5 (#3577)

* feat(select): add option removal handling for multiple selection (#3582) (#3584)

* feat(select): add option removal handling for multiple selection (#3582)

* chore: naming

* chore: naming

---------

Co-authored-by: wū yāng <[email protected]>

* fix(Select): 修复valueType:object与keys同时设置时的绑定值错误 (#3583)

* refactor(color-picker): ensure mode switches based on color value (#3572)

* refactor(color-picker): ensure mode switches based on color value

* fix(color-picker): ensure gradient and alpha values update correctly

* chore: update snapshots

* fix(color-picker): update alpha format handling

* fix(color-picker): ensure `onChange` includes `color` and `trigger`

* fix(color-picker): avoid color update failure in controlled mode

* chore: update common

* refactor(color-picker): replace logic with functions from common repo

* fix(color-picker): incorrect format mapping

* chore(color-picker): remove `onClear`

* chore: update submodule

* docs(color-picker): remove the undeveloped `clear` event

* chore: update snapshots

* refactor(color-picker): remove unnecessary logic

* chore: update snapshot

* refactor(color-picker): exclude non-gradient values in gradient-only mode

* docs(color-picker): update types and remove undeveloped props

* fix(radio-group): highlight failure

---------

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

* fix(tag): allow title rendering without max-width restriction (#3592)

* chore(submodule): update _common (#3593)

* fix(docs): add English component import for Guide (#3595)

* feat(tag-input): show move cursor when draggable (#3594)

* feat(tag-input): show move cursor when draggable

* chore: update snapshot

---------

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

* docs: update Chinese title for Dark Mode (#3596)

* feat(InputNumber): add `enableRound` support to `decimalPlaces` prop (#3601)

* chore(ci): generation vue pkg templates (#3603)

* chore(ci): generation vue pkg templates

* fix: change package manager from pnpm to npm in template generation script

* fix: update package manager to pnpm in workflow and template generation script

* 更新 pkg-pr-new.yml

* 更新 pkg-pr-new-generate-template.mjs

* 更新 pkg-pr-new-generate-template.mjs

* 更新 pkg-pr-new-generate-template.mjs

* 更新 pkg-pr-new-generate-template.mjs

* chore: update diff

---------

Co-authored-by: liweijie0812 <[email protected]>

* chore: optimize CHANGELOG.md file size (#3606)

* chore: optimize CHANGELOG.md file size

* chore: update typos config

* docs: A new contributor graph that evaluates community activities from all dimensions (#3605)

* docs: A new contributor graph that evaluates community activities from all dimensions.

* chore: update params

* chore: update params

* Update README-zh_CN.md

* Update README.md

* Update README-zh_CN.md

---------

Co-authored-by: wū yāng <[email protected]>
Co-authored-by: liweijie0812 <[email protected]>

* fix(drawer): `cancel-btn` and `confirm-btn` type supports `null` (#3612)

* chore: pin cssstyle 4.3.1 (#3618)

* fix(Table): sync columnCheckboxKeys on close (#3616)

* fix(demo-page): remove`undefined` demo path and sort demos (#3615)

refactor(demo-page): 重构 demos 页面优化路由监听及渲染逻辑

* chore: fix win run build (#3617)

* chore: fix win run build

* chore: add @types/node

---------

Co-authored-by: Uyarn <[email protected]>

* fix(date-picker): using `popupProps` to control `visible` results in not being able to select time (#3600)

* feat(tree): expand-all reactive (#3619)

* chore: release 1.12.0 (#3620)

* chore: release 1.12.0

* chore: changelog's changes

---------

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

* chore: release 1.12.0-naruto

* chore: fix lint

* chore: update snapshot

---------

Co-authored-by: TDesign bot <[email protected]>
Co-authored-by: ngyyuusora <[email protected]>
Co-authored-by: liweijie0812 <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: richardji202 <[email protected]>
Co-authored-by: MorningUei <[email protected]>
Co-authored-by: Rylan <[email protected]>
Co-authored-by: betavs <[email protected]>
Co-authored-by: 阿菜 Cai <[email protected]>
Co-authored-by: Shinji-Li <[email protected]>
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