BootstrapBlazor v8.8.2 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2024-8-11 V8.8.2
Bugs
- fix(TimePicker): 修复弹窗中无法调节时间问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3975
- fix(Table): 修复首次加载不可见时高度设置不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3980
- fix(Layout): 修复设置
SideWidth
参数后导致侧边栏无法收起问题 by @SamXMG in https://github.com/dotnetcore/BootstrapBlazor/pull/3977 - fix(Table): 修复
Table
组件调整父容器大小时脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4000 - fix(Table): 修复
Table
组件工具栏或者分页栏折行后导致父容器溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4001 - fix(ValidaetForm): 修复
InputGroup
组件内置ValidateForm
时默认显示两个标签问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4003 - fix(AutoFill): 修复开启自定义查询时回车未选中第一个候选项问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4015
- fix(Table): 修复
CardView
模式未计算高度导致父容器溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4017
Features
- feat(IntersectionObserver): 增加
IntersectionObserver
交叉观察器组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3984 - feat(DriverJs): 增加
Highlight
高亮显示实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3997 - feat(Checkbox): 增加
OnBeforeStateChanged
回调方法可根据业务逻辑阻止复选框被选中 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4005 - feat(TreeView): 增加
MaxSelectedCount
参数与OnMaxSelectedCountExceed
回调方法可设置树状组件最大选择节点数功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4007 - feat(CheckboxList): 增加
OnMaxSelectedCount
参数与OnMaxSelectedCountExceed
回调方法可设置最大选项数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4010 - feat(AntDesignIcon): 增加
AntDesignIcon
蚂蚁图标库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4012 - feat(TreeView):
MaxSelectedCount
支持选中未展开节点时计算当前选中节点是否超值功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4014
New Contributors
- @SamXMG made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3977
- @tonyguo made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3978
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.1...v8.8.2
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.8.2