From 8b34bdfa5efcb748eef03046eeb5704b0df34dc3 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 23 May 2022 09:26:07 +0800 Subject: [PATCH] doc: add 3.3.0 changelog --- CHANGELOG.en-US.md | 34 +++++++++++++++++++++++++++++++++ CHANGELOG.zh-CN.md | 34 +++++++++++++++++++++++++++++++++ components/table/index.en-US.md | 2 +- components/table/index.zh-CN.md | 2 +- 4 files changed, 70 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 7c9426cc7..11b172c2a 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,40 @@ --- +## 3.3.0-beta.1 + +`2022-05-22` + +- 💄 优化部分组件箭头样式。 + + + +- Input + - 🆕 新增 `clearIcon` 属性,支持自定义清除按钮。 +- Table + - 🆕 `column.filterSearch` 属性现在支持返回一个函数用于自定义搜索条件。 + - ⌨️ 增加 `aria-sort` 属性以优化屏幕阅读器的使用体验。 + - 🆕 列筛选条件重置时,支持重置为默认值而非空值。 +- 🆕 表单组件新增 `status` 属性以支持自定义状态。 + + 包含:Transfer、AutoComplete、TreeSelect、Cascader、Select、DatePicker、Mentions、InputNumber、Input + + + +- 🆕 InputNumber 组件支持 upIcon、downIcon 插槽用于自定义上下图标。 +- 🆕 Notification 组件弹窗位置新增支持 `top` / `bottom`。 +- 🆕 Select、Cascader、DatePicker、TimePicker 等组件新增 `placement` 用于自定义弹层方向。 +- 🆕 Skeleton.Input 添加 `block` 属性。 +- 🆕 合并 TimePicker `disabledHours`、`disabledMinutes`、`disabledSeconds` 至 `disabledTime` 以保持与 DatePicker 接口一致性。 +- 🆕 Grid 支持 `justify="space-evenly"`。 +- 💄 修改部分边框颜色和进度条的背景色为透明色以适应有色背景。 +- 🐞 修复 Typography.Title 进入编辑模式时大小不一致的问题。 +- Upload + - 🆕 Upload `picture-card` 模式支持配置图片的 `crossorigin` 属性。 + - 🐞 修复 Upload `prefixCls` 对列表不生效的问题。 + - 💄 优化 Upload 操作按钮的样式细节。 +- 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。 + ## 3.2.3 `2022-05-05` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index c28c08cf7..12855a6d5 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,40 @@ --- +## 3.3.0-beta.1 + +`2022-05-22` + +- 💄 优化部分组件箭头样式。 + + + +- Input + - 🆕 新增 `clearIcon` 属性,支持自定义清除按钮。 +- Table + - 🆕 `column.filterSearch` 属性现在支持返回一个函数用于自定义搜索条件。 + - ⌨️ 增加 `aria-sort` 属性以优化屏幕阅读器的使用体验。 + - 🆕 列筛选条件重置时,支持重置为默认值而非空值。 +- 🆕 表单组件新增 `status` 属性以支持自定义状态。 + + 包含:Transfer、AutoComplete、TreeSelect、Cascader、Select、DatePicker、Mentions、InputNumber、Input + + + +- 🆕 InputNumber 组件支持 upIcon、downIcon 插槽用于自定义上下图标。 +- 🆕 Notification 组件弹窗位置新增支持 `top` / `bottom`。 +- 🆕 Select、Cascader、DatePicker、TimePicker 等组件新增 `placement` 用于自定义弹层方向。 +- 🆕 Skeleton.Input 添加 `block` 属性。 +- 🆕 合并 TimePicker `disabledHours`、`disabledMinutes`、`disabledSeconds` 至 `disabledTime` 以保持与 DatePicker 接口一致性。 +- 🆕 Grid 支持 `justify="space-evenly"`。 +- 💄 修改部分边框颜色和进度条的背景色为透明色以适应有色背景。 +- 🐞 修复 Typography.Title 进入编辑模式时大小不一致的问题。 +- Upload + - 🆕 Upload `picture-card` 模式支持配置图片的 `crossorigin` 属性。 + - 🐞 修复 Upload `prefixCls` 对列表不生效的问题。 + - 💄 优化 Upload 操作按钮的样式细节。 +- 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。 + ## 3.2.3 `2022-05-05` diff --git a/components/table/index.en-US.md b/components/table/index.en-US.md index 42ab462d0..ecf8b8ddb 100644 --- a/components/table/index.en-US.md +++ b/components/table/index.en-US.md @@ -161,7 +161,7 @@ One of the Table `columns` prop for describing the table's columns, Column has t | defaultSortOrder | Default order of sorted values: `'ascend'` `'descend'` `null` | string | - | | | ellipsis | ellipsize cell content, not working with sorter and filters for now.
tableLayout would be `fixed` when `ellipsis` is true. | boolean | false | 1.5.0 | | ellipsis | The ellipsis cell content, not working with sorter and filters for now.
tableLayout would be `fixed` when `ellipsis` is `true` or `{ showTitle?: boolean }` | boolean \| {showTitle?: boolean } | false | 3.0 | -| filterDropdown | Customized filter overlay | VNode | - | | +| filterDropdown | Customized filter overlay | VNode \| (props: FilterDropdownProps) => VNode | - | | | filterDropdownVisible | Whether `filterDropdown` is visible | boolean | - | | | filtered | Whether the `dataSource` is filtered | boolean | `false` | | | filteredValue | Controlled filtered value, filter icon will highlight | string\[] | - | | diff --git a/components/table/index.zh-CN.md b/components/table/index.zh-CN.md index c946bb793..2f12a61a7 100644 --- a/components/table/index.zh-CN.md +++ b/components/table/index.zh-CN.md @@ -165,7 +165,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg | filterResetToDefaultFilteredValue | 点击重置按钮的时候,是否恢复默认筛选值 | boolean | false | 3.3.0 | | defaultSortOrder | 默认排序顺序 | `ascend` \| `descend` | - | | | ellipsis | 超过宽度将自动省略,暂不支持和排序筛选一起使用。
设置为 `true` 或 `{ showTitle?: boolean }` 时,表格布局将变成 `tableLayout="fixed"`。 | boolean \| { showTitle?: boolean } | false | 3.0 | -| filterDropdown | 可以自定义筛选菜单,此函数只负责渲染图层,需要自行编写各种交互 | VNode | - | | +| filterDropdown | 可以自定义筛选菜单,此函数只负责渲染图层,需要自行编写各种交互 | VNode \| (props: FilterDropdownProps) => VNode | - | | | filterDropdownVisible | 用于控制自定义筛选菜单是否可见 | boolean | - | | | filtered | 标识数据是否经过过滤,筛选图标会高亮 | boolean | false | | | filteredValue | 筛选的受控属性,外界可用此控制列的筛选状态,值为已筛选的 value 数组 | string\[] | - | |