BootstrapBlazor v9.5.10 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2025-4-23 V9.5.10
Break changes
Bugs
- fix(AutoComplete): 修复高频录入时
OnValueChanged
触发过频导致性能损失问题 by @celadaris in https://github.com/dotnetcore/BootstrapBlazor/pull/5819 - fix(Select): 修复删除选中值后无法再次选中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5834
Features
- feat(AutoFill): 下拉框局部刷新提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5831
- feat(AutoFill): 更新首次加载时过滤下拉框数据提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5842
- feat(Tab): 增加
IsLoopSwitchTabItem
参数控制是否标签页循环切换功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5844 - feat(DefaultTableExport): 增加
EnableAutoFilter/EnableAutoWidth
参数控制导出表格数据逻辑 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/5846 - feat(Table): 增加
add col-line-no
样式应用于行号列方便二开人员自定义 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5851 - feat(Barcode): 更新依赖修复部分二维码无法识别问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5855
- feat(QueryPageOptions): 支持序列化功能支持调用
webapi
时直接传入QueryPageOptions
对象 by @MadLongTom in https://github.com/dotnetcore/BootstrapBlazor/pull/5840 - feat(Scroll): 增加
ScrollToBottom
方法提供自动滚动动画效果 by @syminomega in https://github.com/dotnetcore/BootstrapBlazor/pull/5858 - feat(Ajax): 增加表单方式提交数据 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5862
Performance
Documentation
New Contributors
- @syminomega made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/5858
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.5.6...v9.5.10
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.5.10