BootstrapBlazor v9.0.1 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2024-11-25 V9.0.1
Break changes
- refactor(Display):
TValue
数据类型增加可为空修饰符 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4651 - refactor(Layout): 重构
Layout
组件样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4686 - refactor(TreeView): 重写
TreeView
组件支持大数据与虚拟滚动通过IsVirtualize
参数开启 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4696
Bugs
- fix(JsonStringLocalizer): 内部增加服务检查防止外部循环调用导致死循环 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4653
- fix(ModalDialog): 修复同时设置
IsDraggable
IsCenter
时组件 UI 不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4663 - fix(Widget): 修复组件销毁时导致脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4665
- fix(Checkbox): 修复设置组件值类型为
bool
时不触发OnStateChanged
问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4667 - fix(Select): 修复表单内使用时验证成功样式左侧
padding
间隙过大问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4692
Features
- feat(Menu): 重新设计侧边栏收起样式逻辑兼容
static
简化与Layout
组件配合逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4672 - feat(Layout): 增加
IsFixedTabHeader
参数内置固定标签页标题栏功能(模板未更新) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4668 - perf(TreeView): 优化
TreeView
组件内部缓存TreeNodeCache
支持大数据 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/4677 - fix(Editor): 完全支持
onCallbacks
客户端自定义回调 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4697 - feat(WinBox):
UI
等多处设置变量化为主题做准备 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4699 - feat(MeiliSearch): 增加
MeiliSearch
全局搜索组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4707 - feat(Mermaid): 增加
Mermaid
流程图组件 by @XUEWUQIUSHUANG in https://github.com/dotnetcore/BootstrapBlazor/pull/4711
Documentation
- doc(Layout): 更新
Layout
示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4684 - doc(Readme): 网站增加
DOTNET
基金会赞助支持信息 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4709 - doc(WinBox): 更新更改背景色示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4716
- doc(MeiliSearch): 更新官网文档代码改用
MeiliSearch
组件实现全局搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4719
New Contributors
- @XUEWUQIUSHUANG made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4711
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.0.0...v9.0.1
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.0.1