Skip to content

Commit

Permalink
Merge pull request #798 from Tencent/release/0.34.2
Browse files Browse the repository at this point in the history
chore: 0.34.2
  • Loading branch information
honkinglin authored May 25, 2022
2 parents d6cfb13 + 9171184 commit e321bd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ toc: false
spline: explain
---

## 🌈 0.34.2 `2022-05-25`

### 🐞 Bug Fixes
- `Table`: 处理table过滤输入失焦问题 @uyarn ([#793](https://github.com/Tencent/tdesign-react/pull/793))
- `Form`: 修复 `FormItem` 拦截组件受控属性默认值为数组时传入 undefiend 报错问题 @HQ-Lin ([#792]
- `Form`: 修复 `FormItem` rules 失效问题 @HQ-Lin ([#794](https://github.com/Tencent/tdesign-react/pull/794))
- `Pagination`: 修复 `totalContent` jsx 渲染失败问题 @HQ-Lin ([#796](https://github.com/Tencent/tdesign-react/pull/796))


## 🌈 0.34.1 `2022-05-24`

### 🐞 Bug Fixes
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-react",
"purename": "tdesign",
"version": "0.34.1",
"version": "0.34.2",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down

0 comments on commit e321bd5

Please sign in to comment.