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: publish 0.45.3 #1877

Merged
merged 2 commits into from
Jan 11, 2023
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ toc: false
spline: explain
---

## 🌈 0.45.3 `2023-01-11`
### 🚀 Features
- `Radio`:
- 新增键盘事件支持,tab 键切换选项,enter 键选中 @chaishi ([#1865](https://github.com/Tencent/tdesign-react/pull/1865))
- Radio.Group 新增 `allowUncheck`,支持取消选中(Radio. allowUncheck 本身已支持) @chaishi ([#1865](https://github.com/Tencent/tdesign-react/pull/1865))
- `onClick` 参数由 `(e: MouseEvent)` 调整为 `({ e: MouseEvent })` @chaishi ([#1865](https://github.com/Tencent/tdesign-react/pull/1865))

### 🐞 Bug Fixes
- `Radio`: 修复 Radio.Group 不支持 `name` 属性问题 @chaishi ([#1865](https://github.com/Tencent/tdesign-react/pull/1865))
- `Form`: 修复 `FormList` `add` `remove` 未触发 `onValuesChange` 事件 @honkinglin ([#1871](https://github.com/Tencent/tdesign-react/pull/1871))
- `TreeSelect`:
- 修复选项文案过程样式的异常 @uyarn ([#1875](https://github.com/Tencent/tdesign-react/pull/1875))
- 修复 value 为 0 无法选中问题 @honkinglin ([#1869](https://github.com/Tencent/tdesign-react/pull/1869))
- `Popup`: 修复滚动事件执行时机问题 @honkinglin ([#1870](https://github.com/Tencent/tdesign-react/pull/1870))


## 🌈 0.45.2 `2023-01-05`
### 🚀 Features
- `语言包`: 新增阿拉伯语的语言包 @Ylushen ([common #1097](https://github.com/Tencent/tdesign-common/pull/1097))
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.45.2",
"version": "0.45.3",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down