1
0
Эх сурвалжийг харах

docs(changelog): v2.23.7 update

zhangyumei.0319 2 жил өмнө
parent
commit
ea2288a211

+ 2 - 2
content/navigation/pagination/index-en-US.md

@@ -18,7 +18,7 @@ import { Pagination } from '@douyinfe/semi-ui';
 ```
 ### Basic Usage
 
-Set the total number of pages via `Total`, Set capacity per page via `pageSize`.
+Set the total number via `Total`, Set capacity per page via `pageSize`.
 
 ```jsx live=true width=55%
 import React from 'react';
@@ -196,7 +196,7 @@ import { Pagination } from '@douyinfe/semi-ui';
 | showSizeChanger    | Whether to show a selector to switch the capacity of each page                                              | boolean                                         | false               |              |
 | showQuickJumper    | Whether to show a input to type the page number, supported after v1.31                                      | boolean                                         | false               |   1.31.0     |
 | showTotal          | Whether to show total page number                                                                           | boolean                                         | 3                   |              |
-| total              | Total number of entries                                                                                     | number                                          | 1                   |              |
+| total              | Total number                                                                                     | number                                          | 1                   |              |
 | onChange           | The callback function when page number or capacity per page changes                                         | function(currentPage: number, pageSize: number) |                     |              |
 | onPageChange       | A callback function for page number changes                                                                 | function(currentPage: number)                   |                     |              |
 | onPageSize Change  | Callback function when capacity changes per page                                                            | function(pageSize: number)                      |                     |              |

+ 2 - 1
content/navigation/pagination/index.md

@@ -15,9 +15,10 @@ brief: 分页器帮助用户在多个页之间进行导航
 ```jsx import
 import { Pagination } from '@douyinfe/semi-ui';
 ```
+
 ### 基本
 
-基础分页,通过 `total` 设置总数,`pageSize` 设置每页容量
+基础分页,通过 `total` 设置总数,`pageSize` 设置每页容量
 
 ```jsx live=true width=60%
 import React from 'react';

+ 4 - 0
content/start/changelog/index-en-US.md

@@ -15,6 +15,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.23.7 (2022-11-23)
+- 【Fix】
+    - Fix the problem that the custom Header cannot be displayed when previewing a single image
+
 #### 🎉 2.23.6 (2022-11-23)
 - 【Fix】
     - Fix the problem when trigger be blocked the wrapper did not offset in Tooltip

+ 4 - 0
content/start/changelog/index.md

@@ -15,6 +15,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.23.7 (2022-11-23)
+- 【Fix】
+    - 修复单张图片在预览时无法显示自定义 Header 问题
+
 #### 🎉 2.23.6 (2022-11-23)
 - 【Fix】
     - 修复 Tooltip trigger 被遮挡时弹层也被遮挡问题