|
|
@@ -16,6 +16,13 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
|
|
|
|
|
|
---
|
|
|
|
|
|
+#### 🎉 2.21.0 (2022-10-12)
|
|
|
+- 【Fix】
|
|
|
+ - ix the problem that the timer is not updated when carousel switches the index through the left and right buttons or methods
|
|
|
+
|
|
|
+- 【Docs】
|
|
|
+ - Update docsite homepage, add showcase
|
|
|
+
|
|
|
#### 🎉 2.21.0-beta.1 (2022-10-10)
|
|
|
- 【Fix】
|
|
|
- fix AutoComplete e.target is null in onBlur callback
|
|
|
@@ -32,17 +39,32 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
|
|
|
- fix Select when the filter is true and the input box is empty, after closing panel trigger onSearch function issue
|
|
|
- 【Style】
|
|
|
- add rounded corners to square avatars
|
|
|
+#### 🎉 2.20.8 (2022-10-11)
|
|
|
+- 【Fix】
|
|
|
+ - Fixed the problem that the position of the first Option option is offset when the Select is virtualized [#1178](https://github.com/DouyinFE/semi-design/pull/1178)
|
|
|
+- 【Style】
|
|
|
+ - The default maxHeight value of Select (the max height of the Option floating layer), the default height of virtualization is `300px` -> `270px`
|
|
|
+ - Select Design Token changed, abandoned `$spacing-select_option_first-marginTop`、`$spacing-select_option_last-marginBottom` ;
|
|
|
+Change :`$spacing-select_option_list-paddingTop` 、`$spacing-select_option_list-paddingBottom` , from 0 to `$spacing-extra-tight` (4px)
|
|
|
+- 【Chore】
|
|
|
+ - Form export RuleItem Interface
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+#### 🎉 2.20.7 (2022-10-10)
|
|
|
+- 【Fix】
|
|
|
+ - Fix the problem that the style is lost when only ImagePreview is introduced and used alone, and the Image component is not introduced[#1175](https://github.com/DouyinFE/semi-design/pull/1175)
|
|
|
|
|
|
#### 🎉 2.20.3 (2022-09-28)
|
|
|
- 【Fix】
|
|
|
- - Fix the ButtonGroup key warning problem
|
|
|
- - Fix SSR setting withField、Form Field related problem with useLayoutEffect warning [#1140](https://github.com/DouyinFE/semi-design/pull/1140)
|
|
|
- - Fix the problem of some type errors under typescript 4.8.3
|
|
|
- - Modify the modal focus logic to automatically focus on the first focusable element in the pop-up window
|
|
|
+ - Fix the ButtonGroup key warning problem
|
|
|
+ - Fix SSR setting withField、Form Field related problem with useLayoutEffect warning [#1140](https://github.com/DouyinFE/semi-design/pull/1140)
|
|
|
+ - Fix the problem of some type errors under typescript 4.8.3
|
|
|
+ - Modify the modal focus logic to automatically focus on the first focusable element in the pop-up window
|
|
|
|
|
|
#### 🎉 2.20.2 (2022-09-27)
|
|
|
- 【Fix】
|
|
|
- - Fix warning about corejs in @douyinfe/semi-icons
|
|
|
+ - Fix warning about corejs in @douyinfe/semi-icons
|
|
|
|
|
|
#### 🎉 2.20.1 (2022-09-27)
|
|
|
- 【Style】
|