Releases: CNFeffery/feffery-antd-components
Releases · CNFeffery/feffery-antd-components
Fac v0.3.2
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
- New feature parameter
- Divider component
AntdDivider
- New feature parameter
variant
added to control the appearance of the divider @insistence
- New feature parameter
- Numeric input box component
AntdInputNumber
- New feature parameter
suffix
added to add embedded suffix content to the input box @insistence
- New feature parameter
- Color picker component
AntdColorPicker
- New gradient color selection feature added @insistence
- Tree control
AntdTree
- New feature parameter
switcherIcon
added, which can be customized withantd-*
icons in AntdIcon for the expansion icon of tree control nodes @insistence
- New feature parameter
Changes
- The minimum version of the underlying
Dash
dependency has been updated to2.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
- 新增渐变色选择功能 @insistence
- 树形控件
AntdTree
- 新增功能类参数
switcherIcon
,可配合AntdIcon中的antd-*
图标进行树形控件节点展开图标的自定义 @insistence
- 新增功能类参数
变化
- 底层
Dash
依赖最低版本更新至2.17.1
修复问题
- 移除了附带静态资源中的无关
*.map
文件链接内容,以消除非debug
模式下控制台相关报错信息
Fac v0.3.1
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.
- New event listener type parameter
- 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.
- New functional type parameter
- Segmented Coloring Component
AntdSegmentedColoring
- New event listener type parameter
colorBlockClickEvent
is added to listen for color block click events.
- New event listener type parameter
Bug Fixes
- Date Picker Component
AntdDatePicker
and Date Range Picker ComponentAntdDateRangePicker
- Fixed the abnormal problem of the parameter
disabledDatesStrategy
for the'specific-date'
target's'le'
and'ge'
strategies caused by the lack of the underlyingdayjs
related plugin.
- Fixed the abnormal problem of the parameter
Fac v0.3.0
The first stable version of feffery-antd-components 0.3.x
.