BootstrapBlazor v9.7.1 已经发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v9.7.1 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2025-6-11 V9.7.1
Break changes
- feat(Upload): 重新设计
Upload
组件支持剪贴板与拖拽 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6049 - feat(Select): 重新设计
OnBeforeSelectedItemChange
与ShowSwal
逻辑ShowSwal
由原来的默认值true
更改为false
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6199 - feat(Stack): 重命名样式
bb_stack
为bb-stack
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6189
Bugs
- fix(BootstrapBlazorErrorBoundary): 更新
BuildRenderTree
逻辑增加渲染异常回落机制 by @flyliononline in https://github.com/dotnetcore/BootstrapBlazor/pull/6114 - fix(Select): 修复
SearchIcon
在BI
主题下不垂直居中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6173
Features
- feat(BootstrapBlazorOptions): 增加
ShowErrorLoggerToast
参数全局配置异常处理是否弹出Toast
对话框 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6117 - feat(Layout): 重构内部逻辑支持
ErrorLogger
组件处理子组件或者页面生命周期内异常 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6119 - feat(SelectGeneric): 更新重置逻辑
TextConvertToValueCallback
逻辑更新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6123 - feat(TabItem): 增加
Id
参数方便二开人员脚本获得标签页 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6124 - feat(ImageViewer): 增加
ZoomSpeed
参数适配超大显示器滚轮控制缩放速度 by @h2ls in https://github.com/dotnetcore/BootstrapBlazor/pull/6145 - feat(TabItem): 实现
IHandlerException
接口支持ErrorLogger
全局异常处理组件 @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6148 - feat(IErrorLogger): 增加生产模式下仅显示异常消息不显示堆栈信息功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6152
- feat(SelectTree): 增加
CanExpandWhenDisabled
参数 by @WilliamLiu1997 in https://github.com/dotnetcore/BootstrapBlazor/pull/6128 - feat(IFrame): 支持
Html
原生属性标签 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6160 - feat(PdfViewer): 新增
PdfViewer
组件使用浏览器原生 api 预览Pdf
不依赖JavaScript
库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6164 - feat(PdfViewer): 增加
UseGoogleDocs
参数使用Google Docs
预览Pdf
文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6170 - feat(ImageCorpper): 更新
AspectRatio
类型为float
支持16:9
等任意比例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6175 - feat(ImageCropper): 增加
Preview
参数内置支持预览 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6177 - feat(ImageCropper): 增加
OnCropChangedAsync
回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6179 - feat(Bootstrap):
bootstrap
样式脚本更新到最新5.3.6
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6191 - feat(BootstrapServiceBase): 更新错误提示信息增加中文提示信息(眼瞎党福音) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6197
- feat(Bootstrap): 支持脚本模块动态加载 BB 组件库步骤可不引用
Bootstrap
JavaScript
脚本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6201 - feat(Print): 弹窗打印支持
cavas
元素 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6203
Performance
- feat(Upload): 使用本地浏览器预览替换上传后用
base64
数据格式预览 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6157
Documentation
- doc(SelectGeneric): 更新
IsEditable
参数示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6135 - doc(Bootstrap): 开发模式加载未混淆
Bootstrap
脚本源码方便调试 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6137 - doc(Icon): 重新排序内置图标菜单 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6155
- doc(Login): 增加微软登录界面模板 by @h2ls in https://github.com/dotnetcore/BootstrapBlazor/pull/6162
- doc(PdfViewer): 增加
OnLoaded
回调方法示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6166 - doc(Upload): 更新
Upload
组件文档(全部更新移除掉原 upload 网页拆分成 5 个组件独立文档) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6193 - doc(BootstrapBlazorRoot): 更新
BootstrapBlazorRoot
组件使用文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6195
New Contributors
- @flyliononline made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6114
- @WilliamLiu1997 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6128
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.7.0...v9.7.1
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.7.1

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Ant Design 5.26.0 发布,企业级 UI 设计语言和 React 实现
Ant Design 5.26.0现已发布,主要更新内容如下: Uploadprogress属性现在可以覆盖进度条类型。#53972 Tableexpandable增加expandedRowOffset以支持展开行的偏移列数。#53926 修复 ConfigProvider 多层嵌套后motion失效的问题。#53902 修复 Modal hooks 的update不支持更新函数的问题。#53994 更新说明:https://github.com/ant-design/ant-design/releases/tag/5.26.0
- 下一篇
界面控件 Kendo UI 在实战应用 —— 打通数据链路,重塑业务效率
在制造与供应链行业中,企业通常面对“信息孤岛”、“任务难协同”、“实时数据难可视”等挑战。 Kendo UI作为一套成熟的 Web 界面控件解决方案,凭借其丰富的组件库与卓越的数据交互能力,已成为制造系统中构建高效、清晰、可操作用户界面的有力工具。 Kendo UI是带有jQuery、Angular、React和Vue库的JavaScript UI组件的最终集合,无论选择哪种JavaScript框架,都可以快速构建高性能响应式Web应用程序。通过可自定义的UI组件,Kendo UI可以创建数据丰富的桌面、平板和移动Web应用程序。通过响应式的布局、强大的数据绑定、跨浏览器兼容性和即时使用的主题,Kendo UI将开发时间加快了50%。 行业关键痛点与挑战 1. 生产排程混乱,难以动态调整 排产表手工维护,任务依赖关系不清晰; 一旦生产任务调整,工序安排需人工同步,极易出错。 2. 物料与库存信息分散,数据透明度低 原材料、在制品、半成品和成品数据分布于不同系统; 缺乏统一视图,容易导致缺料、积压或发错货。 3. 设备利用率、产能瓶颈难以量化 设备运转状态、停机时间、工单完成率难以直观掌...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- SpringBoot2配置默认Tomcat设置,开启更多高级功能
- CentOS8安装Docker,最新的服务器搭配容器使用
- Docker使用Oracle官方镜像安装(12C,18C,19C)
- MySQL8.0.19开启GTID主从同步CentOS8
- CentOS7,8上快速安装Gitea,搭建Git服务器
- CentOS8,CentOS7,CentOS6编译安装Redis5.0.7
- SpringBoot2编写第一个Controller,响应你的http请求并返回结果
- Eclipse初始化配置,告别卡顿、闪退、编译时间过长
- Docker快速安装Oracle11G,搭建oracle11g学习环境
- Windows10,CentOS7,CentOS8安装MongoDB4.0.16