Skip to content

Commit 679de66

Browse files
anlyyaogithub-actions[bot]LeeJim
authored
chore: publish v0.23.0 (#748)
* chore: publish v0.23.0 * chore: changelog's changes * chore: changelog's changes * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: leejimchill <leejimqiu@gmail.com>
1 parent 23ba3b1 commit 679de66

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 0.23.0 `2023-05-30`
9+
### ❗ BREAKING CHANGES
10+
- `ActionSheet`: 移除 `type` 属性 @brianzhang ([#637](https://github.com/Tencent/tdesign-mobile-vue/pull/637))
11+
- `ActionSheet`: `close` 事件参数变更 @brianzhang ([#637](https://github.com/Tencent/tdesign-mobile-vue/pull/637))
12+
- `Indexes`: 调整 DOM 结构 @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
13+
- `Indexes`: 移除 `IndexesCell` @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
14+
- `Indexes`: 移除 `height` 属性 @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
15+
- `Indexes`: `list` 属性更名为 `indexList` 属性 @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
16+
- `DropdownMenu`: 调整 DOM @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
17+
- `DropdownMenu`: 移除 `activeColor` 属性 @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
18+
- `DropdownMenu`: 属性 `overlay` 更名为 `showOverlay` @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
19+
20+
### 🚀 Features
21+
- `Table`: 新增表格组件 @anlyyao ([#740](https://github.com/Tencent/tdesign-mobile-vue/pull/740))
22+
- `ActionSheet`: 新增 `align``description` 属性 @brianzhang ([#637](https://github.com/Tencent/tdesign-mobile-vue/pull/637))
23+
- `Indexes`: 新增 `change` 事件 @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
24+
- `Indexes`: 新增 `IndexesAnchor` @yaogengzhu ([#680](https://github.com/Tencent/tdesign-mobile-vue/pull/680))
25+
- `DropdownMenu`: 新增 `confirm``reset` 事件 @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
26+
- `DropdownMenu`: 新增 `footer` 插槽 @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
27+
- `DropdownMenuItem`: 新增 `keys` 属性 @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
28+
- `Checkbox`: `icon` 新增 `boolean` 类型 @ccccpj ([#695](https://github.com/Tencent/tdesign-mobile-vue/pull/695))
29+
30+
### 🐞 Bug Fixes
31+
- `SwipeCell`: 修复别名引用问题 @anlyyao ([#690](https://github.com/Tencent/tdesign-mobile-vue/pull/690))
32+
- `Image`: 修复 `Image` 默认宽度样式缺失的问题 @xiaosansiji ([#1354](https://github.com/Tencent/tdesign-common/pull/1354))
33+
- `Picker`: 修复样式错误 @ccccpj ([#1358](https://github.com/Tencent/tdesign-common/pull/1358))
34+
35+
### 🚧 Others
36+
- `Progress`: 补充测试用例 @anlyyao ([#741](https://github.com/Tencent/tdesign-mobile-vue/pull/741))
37+
838
## 🌈 0.22.0 `2023-05-23`
939
### ❗ BREAKING CHANGES
1040
- `Rate`: 调整 DOM 结构 @fengchunqi ([#642](https://github.com/Tencent/tdesign-mobile-vue/pull/642))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "0.22.0-beta",
4+
"version": "0.23.0",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",

0 commit comments

Comments
 (0)