mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
doc: add 3.3.0 changelog
This commit is contained in:
parent
3b1d48b4b4
commit
8b34bdfa5e
@ -10,6 +10,40 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.3.0-beta.1
|
||||
|
||||
`2022-05-22`
|
||||
|
||||
- 💄 优化部分组件箭头样式。
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/27722486/157088587-ca49cc29-bf25-42d1-8c14-020b5501c62e.png" width="500" />
|
||||
|
||||
- Input
|
||||
- 🆕 新增 `clearIcon` 属性,支持自定义清除按钮。
|
||||
- Table
|
||||
- 🆕 `column.filterSearch` 属性现在支持返回一个函数用于自定义搜索条件。
|
||||
- ⌨️ 增加 `aria-sort` 属性以优化屏幕阅读器的使用体验。
|
||||
- 🆕 列筛选条件重置时,支持重置为默认值而非空值。
|
||||
- 🆕 表单组件新增 `status` 属性以支持自定义状态。
|
||||
|
||||
包含:Transfer、AutoComplete、TreeSelect、Cascader、Select、DatePicker、Mentions、InputNumber、Input
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/27722486/157089015-f96b0153-2cc4-4e04-94d6-e0e4b195d5d1.png" width="500" />
|
||||
|
||||
- 🆕 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`
|
||||
|
@ -10,6 +10,40 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.3.0-beta.1
|
||||
|
||||
`2022-05-22`
|
||||
|
||||
- 💄 优化部分组件箭头样式。
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/27722486/157088587-ca49cc29-bf25-42d1-8c14-020b5501c62e.png" width="500" />
|
||||
|
||||
- Input
|
||||
- 🆕 新增 `clearIcon` 属性,支持自定义清除按钮。
|
||||
- Table
|
||||
- 🆕 `column.filterSearch` 属性现在支持返回一个函数用于自定义搜索条件。
|
||||
- ⌨️ 增加 `aria-sort` 属性以优化屏幕阅读器的使用体验。
|
||||
- 🆕 列筛选条件重置时,支持重置为默认值而非空值。
|
||||
- 🆕 表单组件新增 `status` 属性以支持自定义状态。
|
||||
|
||||
包含:Transfer、AutoComplete、TreeSelect、Cascader、Select、DatePicker、Mentions、InputNumber、Input
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/27722486/157089015-f96b0153-2cc4-4e04-94d6-e0e4b195d5d1.png" width="500" />
|
||||
|
||||
- 🆕 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`
|
||||
|
@ -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.<br />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.<br />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\[] | - | |
|
||||
|
@ -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 | 超过宽度将自动省略,暂不支持和排序筛选一起使用。<br />设置为 `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\[] | - | |
|
||||
|
Loading…
Reference in New Issue
Block a user