Skip to content

Commit 3fd018f

Browse files
chore: publish v1.4.3 (#1605)
* chore: publish v1.4.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e99cbe2 commit 3fd018f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.4.3 `2024-09-26`
9+
### 🚀 Features
10+
- `Radio`: 新增 `readonly`属性 ,配置只读 @liweijie0812 ([#1593](https://github.com/Tencent/tdesign-mobile-vue/pull/1593))
11+
- `RadioGroup`: `change`事件回调添加`name`属性 @liweijie0812 ([#1593](https://github.com/Tencent/tdesign-mobile-vue/pull/1593))
12+
- `ConfigProvider`: 支持全局配置修改全部组件的 `classPrefix` @anlyyao ([#1596](https://github.com/Tencent/tdesign-mobile-vue/pull/1596))
13+
- `Input`: 支持 `format` 属性 @anlyyao ([#1602](https://github.com/Tencent/tdesign-mobile-vue/pull/1602))
14+
### 🐞 Bug Fixes
15+
- `Cell`: 修复部分 css vars 无效的问题 @anlyyao ([#1599](https://github.com/Tencent/tdesign-mobile-vue/pull/1599))
16+
- `Popup`: 修复 `destroyOnClose``true` 时动画无效的问题 @anlyyao ([#1600](https://github.com/Tencent/tdesign-mobile-vue/pull/1600))
17+
- `DropdownMenu`: 修复部分机型中向上展开样式错误 @anlyyao ([#1603](https://github.com/Tencent/tdesign-mobile-vue/pull/1603))
18+
- `Slider`: 修复在 `hidden` 元素中组件显示异常 @anlyyao ([#1604](https://github.com/Tencent/tdesign-mobile-vue/pull/1604))
19+
820
## 🌈 1.4.2 `2024-09-13`
921
### 🚀 Features
1022
- `AvatarGroup`: 新增 `shape` 属性,新增 `onCollapsedItemClick` 事件 @anlyyao ([#1571](https://github.com/Tencent/tdesign-mobile-vue/pull/1571))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",

0 commit comments

Comments
 (0)