From e7c2544d456d5b9fd919aac9c55db0c0714a9934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Jul 2023 03:29:50 +0000 Subject: [PATCH] chore: changelog's changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 356f42915..59d366b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ toc: false spline: explain --- + ## 🌈 1.1.15 `2023-07-19` +### 🚀 Features +- `DatePicker`: 优化关闭浮层后重置默认选中区域 @honkinglin ([#2371](https://github.com/Tencent/tdesign-react/pull/2371)) +### 🐞 Bug Fixes +- `Dialog`: 修复 `theme=danger` 无效问题,[issue#2364](https://github.com/Tencent/tdesign-react/issues/2364) @chaishi ([#2365](https://github.com/Tencent/tdesign-react/pull/2365)) +- `Popconfirm`: 当 `confirmBtn/cancelBtn` 值类型为 `Object` 时未透传 @imp2002 ([#2361](https://github.com/Tencent/tdesign-react/pull/2361)) + ## 🌈 1.1.14 `2023-07-12` ### 🚀 Features - `Tree`: 支持虚拟滚动 @uyarn ([#2359](https://github.com/Tencent/tdesign-react/pull/2359))