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.3 #3156

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ toc: false
docClass: timeline
---

## 🌈 1.9.3 `2024-04-26`
### 🚀 Features
- `Menu`: `Submenu`透传 `Popup` 组件全部特性 @betavs ([#3145](https://github.com/Tencent/tdesign-vue/pull/3145))
### 🐞 Bug Fixes
- `Submenu`: 修复设置 `popup-props` 中 `placement` 属性无效的问题 @betavs ([#3145](https://github.com/Tencent/tdesign-vue/pull/3145))
- `Textarea`: 修复`autosize` 在 `Firefox` 中不生效的问题 @XBIsland ([#3148](https://github.com/Tencent/tdesign-vue/pull/3148))
- `Select`: 修复 `option` 插槽 value 为 `Boolean` 类型的报错问题 @uyarn ([#3154](https://github.com/Tencent/tdesign-vue/pull/3154))
- `Upload`: 修复自定义方法通过`uploadFilePercent`更新百分比无效的问题 @XBIsland ([#3149](https://github.com/Tencent/tdesign-vue/pull/3149))
- `Style`: 修复部分节点前缀无法统一替换的缺陷 @ZWkang [common#1773](https://github.com/Tencent/tdesign-common/pull/1773)

### 🚧 Others
- docs: 更新关于CDN资源用法的说明文档 @uyarn ([#3144](https://github.com/Tencent/tdesign-vue/pull/3144))


## 🌈 1.9.2 `2024-04-11`
### 🚀 Features
- `Tag`: 新增`color`API,支持自定义颜色 @maoyiluo ([#3101](https://github.com/Tencent/tdesign-vue/pull/3101))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.9.2",
"version": "1.9.3",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 49 files
+13 −0 .github/workflows/pr-spelling.template.yml
+10 −0 .github/workflows/typos-config.toml
+1 −1 docs/mobile/overview.en-US.md
+1 −1 docs/mobile/overview.md
+2 −0 docs/web/api/config-provider.en-US.md
+2 −0 docs/web/api/config-provider.md
+7 −3 docs/web/api/input.en-US.md
+8 −2 docs/web/api/input.md
+1 −1 docs/web/api/tag-input.en-US.md
+1 −1 docs/web/api/tag-input.md
+1 −1 docs/web/api/typography.md
+3 −3 js/global-config/locale/ar_KW.ts
+5 −5 js/global-config/locale/en_US.ts
+3 −3 js/global-config/locale/it_IT.ts
+3 −3 js/global-config/locale/ja_JP.ts
+3 −3 js/global-config/locale/ko_KR.ts
+3 −3 js/global-config/locale/ru_RU.ts
+3 −3 js/global-config/locale/zh_CN.ts
+4 −4 js/global-config/locale/zh_TW.ts
+4 −4 style/mobile/components/back-top/_index.less
+2 −2 style/mobile/components/back-top/_var.less
+1 −1 style/mobile/components/message/v2/_index.less
+1 −1 style/mobile/components/message/v2/_var.less
+8 −8 style/mobile/components/slider/_index.less
+2 −2 style/mobile/components/slider/_var.less
+1 −1 style/mobile/components/step-item/v2/_index.less
+1 −1 style/mobile/components/switch/_index.less
+1 −1 style/mobile/components/switch/_var.less
+46 −7 style/mobile/components/tag/v2/_index.less
+6 −0 style/mobile/components/tag/v2/_var.less
+1 −1 style/web/components/back-top/_index.less
+1 −1 style/web/components/badge/_index.less
+2 −2 style/web/components/breadcrumb/_index.less
+3 −3 style/web/components/calendar/_index.less
+3 −3 style/web/components/calendar/_var.less
+2 −2 style/web/components/collapse/_index.less
+1 −1 style/web/components/dialog/_index.less
+17 −0 style/web/components/input/_index.less
+1 −1 style/web/components/input/_var.less
+2 −2 style/web/components/link/_index.less
+5 −0 style/web/components/menu/_index.less
+1 −1 style/web/components/notification/_index.less
+1 −1 style/web/components/sticky-tool/_index.less
+3 −3 style/web/components/table/_index.less
+2 −2 style/web/components/transfer/_index.less
+14 −2 style/web/components/typography/_docs.less
+7 −0 style/web/components/typography/_index.less
+4 −0 style/web/components/typography/_var.less
+1 −1 style/web/components/upload/_docs.less
Loading