BootstrapBlazor v10.1.4 已经发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v10.1.4 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2025-12-19 V10.1.4
Bugs
- fix(OtpInput): 修复缺失字母
G问题 by @trapezoid in https://github.com/dotnetcore/BootstrapBlazor/pull/7240 - fix(AutoComplete): 修复
Enter没有触发ValueChanged回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7281 - fix(Table): 修复拖动列脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7297
- fix(Button): 修复假异步导致进程锁死问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7303
- fix(CountButton): 修复假异步导致进程锁死问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7306
- fix(Table): 修复多级导航属性报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7307
- fix(Table): 修复
QueryPageOptions序列化报错问题 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/7310 - fix(PopConfirmButton): 修复
IsKeepDisabled未生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7319 - fix(EditorForm): 修复某些组件在
EditorForm导致多次刷新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7324 - fix(Drawer): 修复嵌套使用抽屉式
AllowResize功能不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7365
Features
- feat(IpAddress): 增加支持粘贴功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7276
- feat(HikVision): 增加海康威视插件版组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7245
- feat(BootstrapInputGroupLabel): 增加
IsGroupLabel参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7257 - feat(BootstrapInputGroupLabel): 兼容放置到
Table工具栏样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7259 - feat(IZipArchiveService): 增加
ExtractToDirectoryAsync异步方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7272 - feat(PdfReader): 支持
wasm模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7228 - feat(Vditor): 支持表单内数据合规性检查 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7230
- feat(PdfReader): 增加下载功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7232
- feat(Button): 更新
IsAsync逻辑使用客户端脚本实现提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7235 - feat(EditDialog): 保存按钮默认使用
IsAsync模式放置重复点击 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7237 - feat(Html2Pdf): 底层依赖更新到最新提高安全性 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7287
- feat(Table): 支持多级导航属性为
null兼容context.Foo.Name其中Foo为空 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7296 - feat(PdfReader): 增加
OnGetStreamAsync回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7300 - feat(QueryPageOptions):
SearchModel支持序列化 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7327 - feat(PdfReader): 流模式下支持客户端下载 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7333
- feat(PdfReader): 增加加载文档动画功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7322
- feat(Region): 更新重庆市两江新区行政区域规划数据 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7344
- feat(Chart): 增加
Hidden参数用于数据集默认不显示情况 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7351 - feat(Chart): 增加
BackgroundColor数据集合内置 8 种颜色增加为 30 种 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7352 - feat(Chart): 增加
AddDataset实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7354 - feat(PdfReader): 增加
IsShow参数用于隐藏PdfReader组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7357 - feat(PdfReader): 打印功能支持流模式渲染
Pdfby @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7361 - feat(UniverSheet): 底层依赖更新到最新版支持暗黑模式增加更多本地化资源 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7367
- feat(CardUpload): 增加
ShowFileSize参数 by @jin momiji in https://github.com/dotnetcore/BootstrapBlazor/pull/7370 - feat(AvatarUpload): 增加点击遮罩预览大图功能 by @jin momiji in https://github.com/dotnetcore/BootstrapBlazor/pull/7368
New Contributors
- @trapezoid made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/7240
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v10.1.0...v10.1.4
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v10.1.4