Releases: CNFeffery/feffery-antd-components
Releases · CNFeffery/feffery-antd-components
Fac v0.3.12
feffery-antd-components v0.3.12
Update Time: 2024-12-27
New Contributors
New Features
-
Tab component
AntdTabs
- Added feature parameter
icon
in the sub-item ofitems
to set icon elements for tabs @CNFeffery - Added feature parameter
tabBarStyle
to set styles for tabs individually @CNFeffery
- Added feature parameter
-
Table component
AntdTable
- Added support for editable mode in nested table structures @JohnorJohnny
- Added sub-parameter
disabledKeys
in the field configuration parametereditOptions
for editable mode, to disable input boxes for specified row cells @CNFeffery - Added field configuration parameter
headerAlign
to control the alignment of table headers individually @CNFeffery - Added feature parameter
loading
to enable the built-in loading effect for the table @CNFeffery - Added feature parameter
rowClassName
to add additional custom CSS class names to table rows @CNFeffery
-
Dropdown component
AntdSelect
- Added feature parameter
maxCount
to limit the maximum number of selectable items @CNFeffery
- Added feature parameter
Bug Fixes
- Fixed the issue of abnormal interaction in
AntdCheckbox
when controlled by batch form controls @CNFeffery - Fixed the issue where options could be clicked to delete in
AntdSelect
,AntdCascader
, andAntdTreeSelect
when in non-single selection mode + read-only mode @CNFeffery - Fixed the issue of abnormal display in the summary bar of
AntdTable
after using multi-level headers @CNFeffery
feffery-antd-components v0.3.12
更新时间:2024-12-27
新增贡献者
新增功能
-
标签页组件
AntdTabs
- 参数
items
子项新增功能类参数icon
,用于为标签设置图标元素 @CNFeffery - 新增功能类参数
tabBarStyle
,用于单独为标签设置样式 @CNFeffery
- 参数
-
表格组件
AntdTable
- 多层嵌套表格结构,新增可编辑模式支持 @JohnorJohnny
- 针对可编辑模式,为字段配置参数
editOptions
新增子参数disabledKeys
,用于禁用指定行单元格的输入框 @CNFeffery - 新增字段配置参数
headerAlign
,用于单独控制表头对齐方式 @CNFeffery - 新增功能类参数
loading
,用于为表格启用自带的加载中效果 @CNFeffery - 新增功能类参数
rowClassName
,用于为表格行记录添加额外的自定义css类名 @CNFeffery
-
下拉选择组件
AntdSelect
- 新增功能类参数
maxCount
,用于限制最多可选择的项数 @CNFeffery
- 新增功能类参数
修复问题
- 修复了
AntdCheckbox
在受表单批量控制时交互异常的问题 @CNFeffery - 修复了
AntdSelect
、AntdCascader
、AntdTreeSelect
在非单选模式+只读模式下,选项可点击删除的问题 @CNFeffery - 修复了
AntdTable
使用多层表头后,总结栏显示异常的问题 @CNFeffery
Fac v0.3.11
feffery-antd-components v0.3.11
Update Date: November 29, 2024
New Features
- Center Component
AntdCenter
- Added a functional parameter
inheritStyleToken
to control whether the background color, font color, and other properties of the center component are affected by the default theme style attributes of the upper layer. @CNFeffery
- Added a functional parameter
- Description List Component
AntdDescriptions
- For the
items
parameter used to define the sub-items of the description list, a new setting item'filled'
has been added to thespan
parameter of each sub-item. @CNFeffery
- For the
- For the drop-down selection component
AntdSelect
, tree selection componentAntdTreeSelect
, cascader selection componentAntdCascader
, date selection componentAntdDatePicker
, date range selection componentAntdDataRangePicker
, time selection componentAntdTimePicker
, and time range selection componentAntdTimeRangePicker
, a new functional parameterprefix
has been added to customize the embedded element before the selection box. @CNFeffery - For the drop-down selection component
AntdSelect
, cascader selection componentAntdCascader
, date selection componentAntdDatePicker
, date range selection componentAntdDataRangePicker
, time selection componentAntdTimePicker
, and time range selection componentAntdTimeRangePicker
, a new functional parametersuffixIcon
has been added to customize the embedded icon element after the selection box. @CNFeffery
Bug Fixes
- Fixed the issue of abnormal functionality when a node in the
menuItems
parameter ofAntdMenu
does not defineprops
. @CNFeffery - Fixed the issue of abnormal functionality when the parameter
value
ofAntdDateRangePicker
is assigned with[]
or[None, None]
. @CNFeffery - Fixed the issue of misalignment in the multi-line summary bar of
AntdTable
after settingsummaryRowBlankColumns
. @CNFeffery
feffery-antd-components v0.3.11
更新时间:2024-11-29
新增功能
- 居中组件
AntdCenter
- 新增功能类参数
inheritStyleToken
,用于控制居中组件的背景色、字体颜色等属性,是否受上层默认主题样式属性影响 @CNFeffery
- 新增功能类参数
- 描述列表组件
AntdDescriptions
- 针对用于定义描述列表子项的
items
参数,各子项参数span
新增'filled'
设置项 @CNFeffery
- 针对用于定义描述列表子项的
- 针对下拉选择组件
AntdSelect
、树选择组件AntdTreeSelect
、级联选择组件AntdCascader
、日期选择组件AntdDatePicker
、日期范围选择组件AntdDataRangePicker
、时间选择组件AntdTimePicker
、时间范围选择组件AntdTimeRangePicker
,新增功能类参数prefix
,用于自定义选择框前缀内嵌元素 @CNFeffery - 针对下拉选择组件
AntdSelect
、级联选择组件AntdCascader
、日期选择组件AntdDatePicker
、日期范围选择组件AntdDataRangePicker
、时间选择组件AntdTimePicker
、时间范围选择组件AntdTimeRangePicker
,新增功能类参数suffixIcon
,用于自定义选择框后缀内嵌图标元素 @CNFeffery
修复问题
- 修复了当
AntdMenu
参数menuItems
中有节点未定义props
时,功能异常的问题 @CNFeffery - 修复了为
AntdDateRangePicker
的参数value
赋值[]
或[None, None]
时,功能异常的问题 @CNFeffery - 修复了
AntdTable
多行总结栏在设置了summaryRowBlankColumns
后显示错位的问题 @CNFeffery
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
Fac v0.3.9
feffery-antd-components v0.3.9
Update Date: October 12, 2024
New Features
- New split panel component
AntdSplitter
@insistence- For specific usage, see the AntdSplitter documentation page
- Button component
AntdButton
- New feature parameter
color
has been added to set the preset theme color for the button @CNFeffery - New feature parameter
variant
has been added to set the variant type for the button @CNFeffery
- New feature parameter
- Segmented controller component
AntdSegmented
- New feature parameter
vertical
has been added to control the display of the segmented controller in a vertical format @CNFeffery
- New feature parameter
- Radio button group component
AntdRadioGroup
- New feature parameter
block
has been added to control the radio buttons to fill the parent container completely @CNFeffery
- New feature parameter
- Floating button group
AntdFloatButtonGroup
- New feature parameter
placement
has been added to control the direction of the menu mode expansion @CNFeffery
- New feature parameter
- Table component
AntdTable
- The parameter
columns
has a new sub-parameterminWidth
, which can restrict the minimum width of the field whentableLayout='auto'
@CNFeffery
- The parameter
- New built-in module
_icons
- You can obtain all the icon type names built into
AntdIcon
by usingfrom feffery_antd_components._icons import all_icons
@CNFeffery
- You can obtain all the icon type names built into
Changes
- The sub-parameter
fixed
of theAntdTable
parametercolumns
now supportsbool
type input, and setting it toTrue
is equivalent to freezing the column on the left @CNFeffery - The sub-parameter
label
of theAntdSegmented
parameteroptions
is no longer required to be set @CNFeffery
feffery-antd-components v0.3.9
更新时间:2024-10-12
新增功能
- 新增分隔面板组件
AntdSplitter
@insistence- 具体使用见AntdSplitter文档页
- 按钮组件
AntdButton
- 新增功能类参数
color
,用于为按钮设置预设主题色 @CNFeffery - 新增功能类参数
variant
,用于为按钮设置形态变体类型 @CNFeffery
- 新增功能类参数
- 分段控制器组件
AntdSegmented
- 新增功能类参数
vertical
,用于控制分段控制器以垂直形式展示 @CNFeffery
- 新增功能类参数
- 单选框组件
AntdRadioGroup
- 新增功能类参数
block
,用于控制单选框整体撑满父容器 @CNFeffery
- 新增功能类参数
- 悬浮按钮组
AntdFloatButtonGroup
- 新增功能类参数
placement
,用于控制菜单模式展开方向 @CNFeffery
- 新增功能类参数
- 表格组件
AntdTable
- 参数
columns
新增子参数minWidth
,可在tableLayout='auto'
时,限制字段的最小宽度 @CNFeffery
- 参数
- 新增内置模块
_icons
- 可通过
from feffery_antd_components._icons import all_icons
获取到AntdIcon
内置的全部图标类型名称 @CNFeffery
- 可通过
变化
- 表格组件
AntdTable
参数columns
的子参数fixed
新增bool
型输入支持,设置为True
时等价于冻结列在左侧 @CNFeffery - 分段控制器组件
AntdSegmented
参数options
的子参数label
不再要求必须设置 @CNFeffery
Fac v0.3.8
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
- Added custom color functionality for the mini chart modes
- 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
- Introduced a new functional parameter
- Pop-up Card Component
AntdPopupCard
- Added a new functional parameter
forceRender
with the same functionality as theAntdModal
'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
- Added a new functional parameter
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
Fac v0.3.7
feffery-antd-components v0.3.7
Update Date: September 20, 2024
New Features
- Centering Component
AntdCenter
- Added automatic linkage feature for styles based on
AntdConfigProvider
tokens @CNFeffery
- Added automatic linkage feature for styles based on
- Empty Node Component
Fragment
- Added a listening class parameter
token
to retrieve the full styletoken
information from the upperAntdConfigProvider
@CNFeffery
- Added a listening class parameter
- Text Copy Component
AntdCopyText
- Added a functional parameter
format
to control the format of the content to be copied @CNFeffery - Added a functional parameter
tooltips
to control the informational prompts attached to the text copy trigger control @CNFeffery
- Added a functional parameter
feffery-antd-components v0.3.7
更新时间:2024-09-20
新增功能
- 居中组件
AntdCenter
- 新增基于
AntdConfigProvider
的样式token
自动联动功能 @CNFeffery
- 新增基于
- 空节点组件
Fragment
- 新增监听类参数
token
,用于获取来自上层AntdConfigProvider
的全量样式token
信息 @CNFeffery
- 新增监听类参数
- 文本复制组件
AntdCopyText
- 新增功能类参数
format
,用于控制复制目标内容的格式 @CNFeffery - 新增功能类参数
tooltips
,用于控制文本复制触发控件附带的信息提示 @CNFeffery
- 新增功能类参数
Fac v0.3.6
feffery-antd-components v0.3.6
Update Date: September 14, 2024
New Features
- Tree Select Component
AntdTreeSelect
- Added asynchronous node data loading feature @CNFeffery
- Tree Component
AntdTree
- Added asynchronous node data loading feature @CNFeffery
- Date Picker Component
AntdDatePicker
, Date Range Picker ComponentAntdDateRangePicker
- Added feature parameter
pickerValue
for monitoring or setting the date that stays open in the selection panel, while removing the originaldefaultPickerValue
parameter @CNFeffery
- Added feature parameter
- Table Component
AntdTable
- Added feature parameter
scrollToFirstRowOnChange
to control whether to scroll to the top of the table after changes triggered by pagination, sorting, or filtering operations @CNFeffery - Expanded the data types accepted by feature parameters
maxWidth
andmaxHeight
@CNFeffery
- Added feature parameter
Changes
- Optimized the order of parameters in the automatically generated
doc-string
of each component @CNFeffery - Skipped the
Dash
dependency version2.18.0
to eliminate some issues @CNFeffery
Bug Fixes
- Fixed the issue where the
filterMultiple
andfilterSearch
parameters related to field filtering inAntdTable
did not take effect in server-side data loading mode @CNFeffery - Fixed the issue where the field values defined in the
data
parameter ofAntdTable
did not acceptbool
type @insistence - Fixed the issue where the
onlyExpandCurrentSubMenu
parameter ofAntdMenu
functioned abnormally in multi-level menus @insistence
feffery-antd-components v0.3.6
更新时间:2024-09-14
新增功能
- 树选择组件
AntdTreeSelect
- 新增节点数据异步加载功能 @CNFeffery
- 树形控件
AntdTree
- 新增节点数据异步加载功能 @CNFeffery
- 日期选择组件
AntdDatePicker
、日期范围选择组件AntdDateRangePicker
- 新增功能类参数
pickerValue
,用于监听或设置选择面板展开停留的日期,同时移除原有的defaultPickerValue
参数 @CNFeffery
- 新增功能类参数
- 表格组件
AntdTable
- 新增功能类参数
scrollToFirstRowOnChange
,用于控制在分页、排序、筛选操作触发表格变化后,是否滚动到表格顶部 @CNFeffery - 拓展了功能类参数
maxWidth
、maxHeight
可接受的数据类型 @CNFeffery
- 新增功能类参数
变化
- 优化了各组件自动生成的
doc-string
中的参数顺序 @CNFeffery Dash
依赖版本跳过2.18.0
以消除部分问题 @CNFeffery
修复问题
- 修复了
AntdTable
在服务端数据加载模式下,字段筛选相关参数filterMultiple
、filterSearch
不生效的问题@CNFeffery - 修复了
AntdTable
参数data
中定义的字段值不接受bool
类型的问题 @insistence - 修复了
AntdMenu
参数onlyExpandCurrentSubMenu
在多级菜单下功能异常的问题 @insistence
Fac v0.3.4
feffery-antd-components v0.3.4
Update Date: 2024-09-06
New Features
- Date Picker Component
AntdColorPicker
, Date Range Picker ComponentAntdDateRangePicker
- Added new feature parameter
customCells
for controlling the style of specific date cells, supporting wildcard rules @CNFeffery
- Added new feature parameter
- Calendar Component
AntdCalendar
- Added support for wildcard rules for the feature parameter
customCells
@CNFeffery
- Added support for wildcard rules for the feature parameter
- Navigation Menu Component
AntdMenu
- Added new feature parameter
expandIcon
, which can be used withantd-*
icons in AntdIcon for customizing the submenu expansion icon @insistence - Added new feature parameter
triggerSubMenuAction
for setting the trigger behavior type for submenu expansion @insistence - Added new listener parameters
currentItem
,currentKeyPath
,currentItemPath
to enhance the menu selection item monitoring feature @insistence
- Added new feature parameter
- Pagination Component
AntdPagination
- Added new feature parameter
align
for setting alignment @insistence
- Added new feature parameter
- Result Component
AntdResult
- Added new feature parameter
extra
for setting additional operation area content @insistence
- Added new feature parameter
- Description List Component
AntdDescriptions
- Added new feature parameter
extra
for setting additional operation area content @insistence
- Added new feature parameter
feffery-antd-components v0.3.4
更新时间:2024-09-06
新增功能
- 日期选择组件
AntdColorPicker
、日期范围选择组件AntdDateRangePicker
- 新增功能类参数
customCells
,用于控制指定日期单元格的样式,支持通配规则 @CNFeffery
- 新增功能类参数
- 日历组件
AntdCalendar
- 针对功能类参数
customCells
,新增通配规则支持 @CNFeffery
- 针对功能类参数
- 导航菜单组件
AntdMenu
- 新增功能类参数
expandIcon
,可配合AntdIcon中的antd-*
图标进行子菜单展开图标的自定义 @insistence - 新增功能类参数
triggerSubMenuAction
,用于设置子菜单展开的触发行为类型 @insistence - 新增监听类参数
currentItem
、currentKeyPath
、currentItemPath
,用于强化菜单选中项监听功能 @insistence
- 新增功能类参数
- 分页组件
AntdPagination
- 新增功能类参数
align
,用于设置对齐方式 @insistence
- 新增功能类参数
- 结果组件
AntdResult
- 新增功能类参数
extra
,用于设置额外操作区域内容 @insistence
- 新增功能类参数
- 描述列表组件
AntdDescriptions
- 新增功能类参数
extra
,用于设置额外操作区域内容 @insistence
- 新增功能类参数
Fac v0.3.3
feffery-antd-components v0.3.3
Update Date: 2024-08-30
New Features
- Component copy language switch
- For all components with the parameter
locale
, a new German language option'de-de'
has been added @deadkex @CNFeffery
- For all components with the parameter
- Color picker component
AntdColorPicker
- A new base class parameter
locale
has been added for switching the language of the component's copy @CNFeffery
- A new base class parameter
- One-time password input component
AntdOTP
- A new feature class parameter
mask
has been added for setting a mask on the input content @insistence
- A new feature class parameter
- Tree selection component
AntdTreeSelect
- A new feature class parameter
suffixIcon
has been added for setting a suffix icon in the input box @insistence - A new feature class parameter
switcherIcon
has been added, which can be used in conjunction with theantd-*
icons in AntdIcon for customizing the tree node expansion icon @insistence - A new feature class parameter
maxTagPlaceholder
has been added for setting alternative placeholder content when hiding selected tag labels @insistence - A new feature class parameter
maxTagTextLength
has been added for setting the maximum length of the text displayed for selected tag labels @insistence
- A new feature class parameter
Bug Fixes
- Fixed the issue where there was an exception in the
.map
file requests in the background running logs under the condition of non-debug mode + browser developer tools open @CNFeffery - Updated the minimum dependency version of the underlying
dayjs
to1.11.13
, thereby fixing the issue with the custom format of "week" in date selection related components @CNFeffery
feffery-antd-components v0.3.3
更新时间:2024-08-30
新增功能
- 组件文案语种切换
- 针对所有具有参数
locale
的组件,新增'de-de'
德语语种选项 @deadkex @CNFeffery
- 针对所有具有参数
- 颜色选择组件
AntdColorPicker
- 新增基础类参数
locale
,用于切换组件文案语种 @CNFeffery
- 新增基础类参数
- 一次性密码框组件
AntdOTP
- 新增功能类参数
mask
,用于为已输入内容设置遮罩 @insistence
- 新增功能类参数
- 树选择组件
AntdTreeSelect
- 新增功能类参数
sufficIcon
,用于设置输入框内嵌后缀图标 @insistence - 新增功能类参数
switcherIcon
,可配合AntdIcon中的antd-*
图标进行树节点展开图标的自定义 @insistence - 新增功能类参数
maxTagPlaceholder
,用于设置隐藏已选项标签时的替代占位内容 @insistence - 新增功能类参数
maxTagTextLength
,用于设置至多显示的已选项标签文本长度 @insistence
- 新增功能类参数
修复问题
- 解决了非
debug
模式+浏览器开发者工具打开的条件下,后台运行日志中.map
文件请求异常的问题 @CNFeffery - 更新底层
dayjs
最低依赖版本至1.11.13
,从而修复了日期选择相关组件中“周”自定义格式异常的问题 @CNFeffery
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
模式下控制台相关报错信息