|
@@ -16,6 +16,16 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
|
|
|
|
|
|
---
|
|
|
|
|
|
+#### 🎉 2.63.0 (2024-07-26)
|
|
|
+- 【Fix】
|
|
|
+ - fix the issue that when TimePicker selects a later time first, the invalid time value will be caused when onChangeWithDateFirst is false [#2376](https://github.com/DouyinFE/semi-design/pull/2376)
|
|
|
+- 【Style】
|
|
|
+ - Fixed the problem that when Cascader has no options and the emptyContent is hovering, the background color will exceed the popup layer area.
|
|
|
+ - fixed the problem that the use of declarations after nested rules is currently deprecated in Sass(version >= 1.77.7) [#2366](https://github.com/DouyinFE/semi-design/issues/2366)
|
|
|
+ - Increase the priority of the font-size settings of uploaded wrong icons in the Upload component to prevent font-size inconsistencies in effect due to the order of compiled css files.
|
|
|
+- 【Chore】
|
|
|
+ - Fix the problem of missing getFormProps type definition in formAPI in Form[#2367](https://github.com/DouyinFE/semi-design/pull/2367)
|
|
|
+
|
|
|
#### 🎉 2.63.0-beta.0 (2024-07-22)
|
|
|
- 【New Component】
|
|
|
- Added `Chat` component for rendering conversation list [#2248](https://github.com/DouyinFE/semi-design/pull/2248)
|