BootstrapBlazor v8.0.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2023-11-16 V8.0.0
What's Changed
- fix(Table): 修复单元格内溢出文本
Tooltip
未居中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2307 - fix(ValidateForm): 修复
OnValidSubmit
在ValidateAsync
前执行问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2311 - fix(Markdown): 修复缺失中文包问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2332
- fix(Table): 修复鼠标调整列宽时未触发
OnResizeColumnAsync
回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2351 - fix(ValidateForm): 修复异步验证未等待问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2355
- fix(Table): 修复使用动态数据类型作为数据源时无法调整列宽问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2367
- feat(Select): 增加参数
ClearSearchText
用于自定义清空提示字 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2306 - feat(Table): 增加
GetAdvancedSearchFilterCallback
回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2309 - chore(NET8): 更新框架支持
net8.0
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2371
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v7.12.0...v8.0.0
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.0.0