From e941569f514cffcfa563fc598d5d7ca56167c8af Mon Sep 17 00:00:00 2001 From: HQ-Lin Date: Wed, 11 Jan 2023 14:20:21 +0800 Subject: [PATCH 1/2] chore: publish 0.45.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fb7b8e41e..6a0b327d47 100644 --- a/package.json +++ b/package.json @@ -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", From e80c96d116e46c02527494f939f05eba99fe720d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Jan 2023 06:24:33 +0000 Subject: [PATCH 2/2] chore: changelog's changes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb83a4f52..c1c2553a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))