BootstrapBlazor v9.8.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2025-7-1 V9.8.0
Break changes
- feat(Console): 更新
OnClear
方法改为异步回调 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6325
Bugs
- fix(Tab): 修复关闭导致标签页重新渲染问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6294
- fix(Table): 修复未支持过滤的数据类型导致过滤窗口超长问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6298
- fix(EnumFilter): 修复首次加载时下拉框选中值不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6334
- fix(BoolFilter): 修复首次加载时下拉框选中值不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6336
- fix(LookupFilter): 修复首次加载时下拉框选中值不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6338
- fix(Dialog): 修复多级弹窗关闭时仅最后一个弹窗触发
OnCloseAsync
回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6339
Features
- feat(Upload): 完善拖拽上传功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6290
- feat(Table): 更新
TableResetSearchButtonIcon
默认图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6297 - feat(Table): 更新重置搜索按钮默认样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6300
- feat(Table): 增加
NotSupportedColumnFilterMessage
参数用于设置不支持过滤数据类型提示信息 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6302 - feat(Select): 增加
IsUseActiveWhenValueIsNull
参数用于默认值未空时自动使用候选项为Active
值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6304 - feat(Table): 增加
AutoSearchOnInput
参数用于模糊查询时键入即搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6306 - feat(ITcpSocketClient): 增加
SocketClientConfig
配置类 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6318 - feat(TcpSocketClientBase): 增加
TcpSocketClientBase
基类方便二次开发 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6320 - feat(ISocketClientProvider): 增加
ISocketClientProvider
方便二次开发 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6329 - feat(Step): 增加
CurrentStepIndex
参数获得当前步骤索引值 by @jin momiji in https://github.com/dotnetcore/BootstrapBlazor/pull/6316
Performance
- pef(Upload): 更改
BufferSize
值为64K
提升保存文件方法性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6314
Documentation
- doc(ITcpSocketClient): 增加
Socket
通讯示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6322
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.7.4...v9.8.0
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.8.0