diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f3e36a7..40825d06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0ace9a99f..0fa18352c 100644 --- a/package.json +++ b/package.json @@ -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",