Skip to content

Fac v0.3.10

Compare
Choose a tag to compare
@CNFeffery CNFeffery released this 02 Nov 03:36
· 37 commits to main since this release

feffery-antd-components v0.3.10

Update Date: November 1, 2024

New Features

  • Icon Component AntdIcon
    • New functional parameters mode and scriptUrl have been added for utilizing more custom icon resources generated on the iconfont website. @CNFeffery
  • Dropdown Menu Component AntdDropdown
    • Option nodes can now set an additional extra attribute. @CNFeffery
  • Tabs Component AntdTabs
    • A new functional parameter placeholder has been added for display when items is empty. @CNFeffery
  • 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

Bug Fixes

  • Fixed the exception error that occurred when AntdTabs parameter items is [], and items is updated based on Patch. @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 when AntdTable contains custom component-type cell content. @CNFeffery

feffery-antd-components v0.3.10

更新时间:2024-11-01

新增功能

  • 图标组件AntdIcon
    • 新增功能类参数modescriptUrl,用于使用iconfont网站上生成的更多自定义图标资源 @CNFeffery
  • 下拉菜单组件AntdDropdown
    • 选项节点可设置额外的extra属性 @CNFeffery
  • 标签页组件AntdTabs
    • 新增功能类参数placeholder,用于在items为空时占位显示 @CNFeffery
  • 分割线组件AntdDivider
    • 新增功能类参数plain,用于设置分割线文字是否呈现为常规正文形式 @CNFeffery

修复问题

  • 修复了当AntdTabs参数items[]时,基于Patchitems更新时的异常错误 @CNFeffery
  • 修复了AntdSplitter内部组件涉及回调函数更新异常的问题 @CNFeffery
  • 修复了AntdTable在存在自定义组件型单元格内容时,事件监听相关属性recentlyCellClickRecordrecentlyCellDoubleClickRecordrecentlyContextMenuClickRecord功能异常的问题 @CNFeffery