BootstrapBlazor v9.2.4 已经发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v9.2.4 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2025-1-6 V9.2.4
Break changes
- refactor(ITableColumn):
Formatter回调参数增加nullable修饰符 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5030 - feat(Search): 增加
OnSearch回调方法支持异步 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5000
Bugs
- fix(ModalDialog): 修复设置
IsDraggable="true"时内容超长导致顶端溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4995 - fix(SelectTree): 修复首次加载时
Value值未被自动选中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5004 - fix(Select): 修复
IsVirtualize="true"时ShowSearch不工作问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5022 - fix(BootstrapInputNumber): 修复当前文化
NumberDecimalSeparator不为点号时导致崩溃问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5028 - fix(Select): 修复回车按键不工作问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5032
Features
- feat(Search): 增加
IsTriggerSearchByInput参数即输入即搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5003 - feat(MindMap): 重写
MindMap组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5006 - feat(AutoFill): 增加
IsLikeMatchIgnoreCase等参数用于搜索匹配精细化控制 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5014 - feat(TableExport): 增加
Lookup服务GetItemsAsync扩展方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5024 - feat(Swal): 更新
Swal组件动画效果 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5026 - feat(SelectTree): 增加
ShowSearch参数开启搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5037
Performance
- perf(AutoComplete): 重写设计提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4973
- perf(RequiredValidator): 重新设计
GetLocalizerErrorMessage调用栈提高性能 by @AiYuZhen in https://github.com/dotnetcore/BootstrapBlazor/pull/4996 - perf(LocalizerString): 内部使用
FrozenSet提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5034 - perf(IIconTheme): 内部使用
FrozenDictionary重构提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5008
Documentation
- doc(MindMap): 更新示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5012
- doc(GlobalSearch): 更新全局搜索组件示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5016
- doc(MindMap): 增加如何使用组件章节 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5018
- doc(Drawer): 更新示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/5039
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.2.0...v9.2.4
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.2.4