Fac v0.3.10
feffery-antd-components v0.3.10
Update Date: November 1, 2024
New Features
- Icon Component
AntdIcon
- New functional parameters
mode
andscriptUrl
have been added for utilizing more custom icon resources generated on theiconfont
website. @CNFeffery
- New functional parameters
- Dropdown Menu Component
AntdDropdown
- Option nodes can now set an additional
extra
attribute. @CNFeffery
- Option nodes can now set an additional
- Tabs Component
AntdTabs
- A new functional parameter
placeholder
has been added for display whenitems
is empty. @CNFeffery
- A new functional parameter
- Divider Component
AntdDivider
- A new functional parameter
plain
has been added to determine whether the divider text is presented in a regular paragraph format. @CNFeffery
- A new functional parameter
Bug Fixes
- Fixed the exception error that occurred when
AntdTabs
parameteritems
is[]
, anditems
is updated based onPatch
. @CNFeffery - Fixed the issue with abnormal updates involving callback functions in internal components of
AntdSplitter
. @CNFeffery - Fixed the issue with event listening related attributes
recentlyCellClickRecord
,recentlyCellDoubleClickRecord
,recentlyContextMenuClickRecord
functioning abnormally whenAntdTable
contains custom component-type cell content. @CNFeffery
feffery-antd-components v0.3.10
更新时间:2024-11-01
新增功能
- 图标组件
AntdIcon
- 新增功能类参数
mode
、scriptUrl
,用于使用iconfont
网站上生成的更多自定义图标资源 @CNFeffery
- 新增功能类参数
- 下拉菜单组件
AntdDropdown
- 选项节点可设置额外的
extra
属性 @CNFeffery
- 选项节点可设置额外的
- 标签页组件
AntdTabs
- 新增功能类参数
placeholder
,用于在items
为空时占位显示 @CNFeffery
- 新增功能类参数
- 分割线组件
AntdDivider
- 新增功能类参数
plain
,用于设置分割线文字是否呈现为常规正文形式 @CNFeffery
- 新增功能类参数
修复问题
- 修复了当
AntdTabs
参数items
为[]
时,基于Patch
对items
更新时的异常错误 @CNFeffery - 修复了
AntdSplitter
内部组件涉及回调函数更新异常的问题 @CNFeffery - 修复了
AntdTable
在存在自定义组件型单元格内容时,事件监听相关属性recentlyCellClickRecord
、recentlyCellDoubleClickRecord
、recentlyContextMenuClickRecord
功能异常的问题 @CNFeffery