Skip to content

Fac v0.3.8

Compare
Choose a tag to compare
@CNFeffery CNFeffery released this 29 Sep 06:44
· 70 commits to main since this release

feffery-antd-components v0.3.8

Update Date: September 29, 2024

New Features

  • Table Component AntdTable
    • Added custom color functionality for the mini chart modes 'mini-line', 'mini-area', 'mini-bar' in re-rendering mode. @CNFeffery
  • Modal Component AntdModal
    • Introduced a new functional parameter forceRender to control whether to force render the child elements of the modal when it is initialized but not displayed. @CNFeffery
  • Pop-up Card Component AntdPopupCard
    • Added a new functional parameter forceRender with the same functionality as the AntdModal's parameter of the same name. @CNFeffery
    • Introduced a new functional parameter destroyOnClose to control whether to force destroy the child elements after each pop-up card is closed. @CNFeffery

Bug Fixes

  • Date Range Picker Component AntdDateRangePicker
    • Fixed the issue where the panel could not be switched using the left and right arrows in the selection panel after selecting the start date. @CNFeffery

feffery-antd-components v0.3.8

更新时间:2024-09-29

新增功能

  • 表格组件AntdTable
    • 针对再渲染模式中的迷你图'mini-line''mini-area''mini-bar'模式,新增自定义颜色功能 @CNFeffery
  • 模态框组件AntdModal
    • 新增功能类参数forceRender,用于在初始化模态框未显示时,控制是否强制渲染模态框的子元素 @CNFeffery
  • 弹出式卡片组件AntdPopupCard
    • 新增功能类参数forceRender,功能同AntdModal同名参数 @CNFeffery
    • 新增功能类参数destroyOnClose,用于控制是否在每次弹出式卡片关闭后,强制销毁子元素 @CNFeffery

修复问题

  • 日期范围选择组件AntdDateRangePicker
    • 修复了选中开始日期后,无法通过选择面板中的左右箭头切换面板的问题 @CNFeffery