Skip to content

Releases: CNFeffery/feffery-antd-components

Fac v0.3.2

23 Aug 09:11
Compare
Choose a tag to compare

feffery-antd-components v0.3.2

Update Date: August 23, 2024

New Features

  • Step bar component AntdSteps
    • New feature parameter percent added to set the percentage progress effect for the current step
  • Divider component AntdDivider
    • New feature parameter variant added to control the appearance of the divider @insistence
  • Numeric input box component AntdInputNumber
    • New feature parameter suffix added to add embedded suffix content to the input box @insistence
  • Color picker component AntdColorPicker
    • New gradient color selection feature added @insistence
  • Tree control AntdTree
    • New feature parameter switcherIcon added, which can be customized with antd-* icons in AntdIcon for the expansion icon of tree control nodes @insistence

Changes

  • The minimum version of the underlying Dash dependency has been updated to 2.17.1.

Bug Fixes

  • Removed irrelevant *.map file links in the accompanying static resources to eliminate console error messages in non-debug mode.

feffery-antd-components v0.3.2

更新时间:2024-08-23

新增功能

  • 步骤条组件AntdSteps
    • 新增功能类参数percent,用于为当前进行中的步骤设置对应的百分比进度效果
  • 分割线组件AntdDivider
    • 新增功能类参数variant,用于控制分割线形态 @insistence
  • 数值输入框组件AntdInputNumber
    • 新增功能类参数suffix,用于为输入框添加内嵌的后置内容 @insistence
  • 颜色选择组件AntdColorPicker
  • 树形控件AntdTree
    • 新增功能类参数switcherIcon,可配合AntdIcon中的antd-*图标进行树形控件节点展开图标的自定义 @insistence

变化

  • 底层Dash依赖最低版本更新至2.17.1

修复问题

  • 移除了附带静态资源中的无关*.map文件链接内容,以消除非debug模式下控制台相关报错信息

Fac v0.3.1

16 Aug 08:25
Compare
Choose a tag to compare

feffery-antd-components v0.3.1

更新时间:2024-08-16

新增功能

  • 日历组件AntdCalendar
    • 新增事件监听类参数cellClickEvent,用于监听日期单元格点击事件
  • 走马灯组件AntdCarousel
    • 新增功能类参数slidesToShow,用于设定同时展示的走马灯子项数量
    • 新增功能类参数slidesToScroll,用于设定每次轮播划过的走马灯子项数量
  • 分段着色组件AntdSegmentedColoring
    • 新增事件监听类参数colorBlockClickEvent,用于监听色块点击事件

修复问题

  • 日期选择组件AntdDatePicker、日期范围选择组件AntdDateRangePicker
    • 修复了底层dayjs相关插件缺失,所导致的参数disabledDatesStrategy针对'specific-date'目标的'le''ge'策略异常问题

Update Time: 2024-08-16

New Features

  • Calendar Component AntdCalendar
    • New event listener type parameter cellClickEvent is added to listen for date cell click events.
  • Carousel Component AntdCarousel
    • New functional type parameter slidesToShow is added to set the number of carousel items to show simultaneously.
    • New functional type parameter slidesToScroll is added to set the number of carousel items to scroll each time.
  • Segmented Coloring Component AntdSegmentedColoring
    • New event listener type parameter colorBlockClickEvent is added to listen for color block click events.

Bug Fixes

  • Date Picker Component AntdDatePicker and Date Range Picker Component AntdDateRangePicker
    • Fixed the abnormal problem of the parameter disabledDatesStrategy for the 'specific-date' target's 'le' and 'ge' strategies caused by the lack of the underlying dayjs related plugin.

Fac v0.3.0

12 Aug 08:14
Compare
Choose a tag to compare

The first stable version of feffery-antd-components 0.3.x.