登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
「2025 Gitee 年度开源项目评选」投票最后一天,快为你的心仪项目助力!
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
WebUI组件/框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
494
Star
15.9K
Fork
770
GVP
LongbowEnterprise
/
BootstrapBlazor
代码
Issues
9
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
发行版
最新版
v10.2.1
b74ab70
2026-01-07 14:41
对比
v10.2.1
Argo
## Release 2026-01-07 V10.2.1 ### Bugs * fix(ValidateForm): 修复异步验证导致验证结果不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7454 ### Features * feat(PdfReader): 增加 `ShowFileName` 参数控制是否显示文件名 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7443 * feat(Chart): 增加保持 `hidden` 状态逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7444 * feat(Dockview): 更新依赖到最新版本 `4.13.1` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7448 * feat(Filter): 增加 `StringComparison` 参数可忽略大小写 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7449 * feat(browser): 增加 `Huawei` 浏览器识别 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7453 * feat(DockView): 增加 `Visible` 为 `false` 时不渲染组件逻辑提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7457 * feat(Holiday): 更新 `2026` 年节假日数据 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7459 * feat(llms): 增加 `LLMs` 文档工具 by @ice6 in https://github.com/dotnetcore/BootstrapBlazor/pull/7461 * feat(ValidateForm): 增加 `ValidateAsync` 方法支持异步验证 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7469 * feat(CardUpload): 增加 `ShowConfirmButton` 参数用于控制删除确认逻辑 by @Tony-ST0754 in https://github.com/dotnetcore/BootstrapBlazor/pull/7474 ## New Contributors * @Tony-ST0754 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/7474 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v10.2.0...v10.2.1
最后提交信息为:
feat(CardUpload): add ShowConfirmButton parameter (#7474)
v10.2.0
d4ad723
2025-12-29 10:56
对比
v10.2.0
Argo
## Release 2025-12-29 V10.2.0 ### Bugs * fix(Editor): 修复无法插入图片问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7383 * fix(Carousel): 修复 `bs` 破坏性更新导致走马灯按钮显示文字问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7393 * fix(CardUpload): 修复数据合规性检查不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7430 ### Features * feat(IZipArchiveService): 增加 `ArchiveAsync` 增加可自定义阻止压缩包内文档结构 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7373 * feat(TreeView): 增加 `OnBeforeTreeItemClick` 参数用于阻止选中节点逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7375 * feat(IpAddress): 增强粘贴逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7377 * feat(Calendar): 更新 `today` 单元格样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7381 * feat(Table): 增加 `ShowSearchInColumnList` 参数 by @momijijin in https://github.com/dotnetcore/BootstrapBlazor/pull/7346 * feat(PdfReader): 更新文档属性遮罩样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7385 * feat(UniverSheet): 增加 `RibbonType` 参数控制工具栏样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7387 * feat(UniverSheet): 增加 `IsDarkMode` 参数控制是否启用暗黑模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7389 * feat(UniverSheet): 增加跟随系统切换主题逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7391 * feat(HikVision): 增加 `OpenSound/CloseSound` 实例方法控制打开关闭声音 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7404 * feat(HikVision): 增加 `CapturePicture` 抓图实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7407 * feat(HikVision): 增加 `StartRecord/StopRecord` 开始录像结束录像实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7410 * feat(HikVision): 增加 `IsOpenSound` 组件状态参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7412 * feat(Button): 增添按钮按下样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7415 * feat(TreeView): 更新 `CanExpandWhenDisabled` 参数逻辑,组件禁用时这个参数仍然生效 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7417 * feat(Menu): 提高 `scrollIntoView` 方法性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7423 * feat(Table): 增加 `MoreButtonText/Color` 参数用于设置更多按钮显示文字与颜色 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7429 * feat(CardUpload): 增强内置 `ValidateForm` 时数据合规验证逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7432 * feat(CardUpload): 删除文件时触发 `Validate` 逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7434 * feat(HikVision): 增加 `ChangeWindowNum` 实例方法支持分屏功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7436 * feat(ValidateForm): 减少渲染次数提供性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7439 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v10.1.4...v10.2.0
最后提交信息为:
feat(ValidateForm): reduce render improve performance (#7439)
v10.1.4
c045592
2025-12-19 10:29
对比
v10.1.4
Argo
## 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): 打印功能支持流模式渲染 `Pdf` by @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 @momijijin in https://github.com/dotnetcore/BootstrapBlazor/pull/7370 * feat(AvatarUpload): 增加点击遮罩预览大图功能 by @momijijin 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
最后提交信息为:
feat(AvatarUpload): preview when click backdrop (#7368)
v10.1.0
e7aa481
2025-12-02 14:31
对比
v10.1.0
Argo
## Release 2025-12-01 V10.1.0 ### Performances * perf(CacheManager): 移除 Get/SetPropertyValue 动态模型缓存 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7168 ### Bugs * fix(Menu): 修复禁用有子菜单的菜单时错位问题 by @braia123 in https://github.com/dotnetcore/BootstrapBlazor/pull/7152 * fix(Table): 修复重置列可见性后无法条件宽度问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7187 * fix(CherryMarkdown): 修复文件过大时无法上传问题 on Upload method by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7220 * fix(NullSwitch): 修复首次渲染时 `Value` 值被更新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7226 ### Features * feat(Mermaid): 增加 `DownloadPdfAsync` 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7141 * feat(DriverJs): 增加 `OverlayClickBehavior` 支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7143 * feat(Dom2Image): 更新 `snapdom` 到最新版本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7146 * feat(ToastOption): 增加 `StyleString/ClassString` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7149 * feat(TableExport): 更新 `MiniExcel` 版本到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7154 * feat(Message): 增加 `ClassString/StyleString` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7162 * feat(SlideButton): 支持 `prefers-reduced-motion` 配置减少动画 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7166 * feat(PdfReader): 重写 `PdfReader` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7171 * feat(Vditor): 支持双向绑定功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7207 * feat(UniverSheet): 底层脚本更新到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7222 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v10.0.1...v10.1.0
最后提交信息为:
fix(NullSwitch): prevent trigger OnValueChagned first render (#7226)
v10.0.1
83489f9
2025-11-17 10:55
对比
v10.0.1
Argo
## Release 2025-11-17 V10.0.1 ### Bugs * fix(Menu): 调整样式防止菜单文本溢出导致折叠箭头消失 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7124 * fix(Player): 修复 `Dispose` 导致异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7126 ### Features * feat(Dom2Image): 更新底层脚本到最新 `v1.9.14` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7108 * feat(BaiduOrc): 更新版本支持 `NET10` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7114 * feat(BaiduSpeech): 更新版本支持 `NET10` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7116 * feat(Dashboard): 更新版本支持 `NET10` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7118 * feat(OctIcons): 更新底层图标库到最新 `v19.21.0` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7120 * feat(EditorForm): 增加 `IsRenderWhenValueChanged` 参数支持编辑项联动 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7138 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v10.0.0...v10.0.1
最后提交信息为:
feat(EditorForm): add IsRenderWhenValueChanged parameter (#7138)
v10.0.0
1c4b202
2025-11-12 08:26
对比
v10.0.0
Argo
## Release 2025-11-12 V10.0.0 ### Performances * perf(Message): 重构提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7094 ### Features * feat(Tab): 增加 `OnTabHeaderTextLocalizer` 参数用于设置标签标题本地化文本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7062 * feat(OctIcon): 更新到 `9.0.7` 增加图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7064 * feat(Table): 多选列支持紧凑模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7068 * feat(Layout): 增加 `OnTabHeaderTextLocalizer` 参数用于设置标签标题本地化文本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7070 * feat(CherryMarkdown): 支持表单验证功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7074 * feat(Vditor): 支持表单验证功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7076 * feat(Editor): 支持表单验证功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7078 * feat(Vditor): 支持表单验证功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7082 * feat(Markdown): 支持表单验证功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7084 * feat(SelectCity): 支持 `ShowSearch` 参数化 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7096 * feat(DatetimeRange): 更新样式不是本月日期时不参与 `Range` 样式改变 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7098 * feat(TargetFramework): 支持 `NET10` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7100 ### Documentations ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.12.1...v10.0.0
最后提交信息为:
chore(Dependence): bump version 10.0.0 (#7102)
v9.12.1
a5b2c89
2025-11-04 09:10
对比
v9.12.1
Argo
## Release 2025-11-04 V9.12.1 ### Break changes ### Performances ### Bugs * fix(ImagePreview): 紧急修复上一个版本导致的删除已上传文件时报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7060 * fix(AutoFill): 修复外部更新 `Value` 时 UI 未更新渲染问题 by @braia123 in https://github.com/dotnetcore/BootstrapBlazor/pull/7058 ### Features * feat(DriveJs): 移除 `AutoDrive` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7040 * feat(Table): 增加 `IsGroupExtendButtons` 控制行内扩展按钮是否组合 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7044 * feat(Dropdown): 增加 `ItemsTemplate` 参数可以自定义整个下拉框渲染内容 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7046 * feat(Table): 增加 `ShowMoreButton` 参数配合 `MoreButonTemplate` 使行内按钮以下拉框形式出现避免占用过多空间 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7048 * feat(Table): 设置固定列时移除 `table-layout="fixed"` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7052 * feat(Transfer): 增加 `IsWrapItemText` 参数控制候选项文本是否折行 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7057 ### Documentations ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.12.0...v9.12.1
最后提交信息为:
revert(ImagePreview): do not move dom end of body (#7060)
v9.12.0
7652927
2025-10-31 09:11
对比
v9.12.0
Argo
## Release 2025-10-31 V9.12.0 ### Break changes ### Performances * perf(GetUniqueName): 增加对 `GetUniqueName` 方法调用的缓存提高性能 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/6996 ### Bugs * fix(EditorForm): 修复 `LabelWidth` 参数在设置 `GroupOrder` 后不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6984 * fix(LinkButton): 修复对 `html` 原始标签未支持问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7007 * fix(Table): 修复 `AutoScrollLastSelectedRowToView` 功能对单选模式支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7019 ### Features * feat(IPinyinService): 增加 `IPinyinService` 服务提供汉字转拼音的服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6968 * feat(SelectCity): 增加拼音首字母搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6970 * feat(EditorForm): 增加 `IsShowDisplayTooltip` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6987 * feat(DateTimePicker): 增加 `IsButton` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6999 * feat(SortableList): 更新到 `9.0.4` 修复克隆拖动出现双份问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7001 * feat(Html2Pdf): 增加 `PdfOptions` 参数可以配置 Pdf 页面更多参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7013 * feat(Table): 增加 `ReloadColumnVisibleFromBrowserAsync` 方法支持可见列列表客户端持久化功能 by @braia123 in https://github.com/dotnetcore/BootstrapBlazor/pull/7011 * feat(Layout): 增加 `OnCloseTabItemAsync` 参数用于设置关闭标签页回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7023 * feat(CardUpload): 更新 `IconTemplate` 权重,优先使用模板用于自定义预览小图设置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7025 * feat(CardUpload): 增加 `ActionButtonTemplate` 参数用于自定义功能按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7027 * feat(CardUpload): 增加 `BeforeActionButtonTemplate` 参数用于自定义功能按钮前模板 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7030 * feat(ImagePreview): 增加对 `html` 原生标签支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7032 * feat(ImagePreviewer): 更新脚本使预览节点自动到文档结尾防止被遮挡 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7034 * feat(Html2Pdf): 增加 `PaperFormat` 等参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/7036 ### Documentations ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.11.4...v9.12.0
最后提交信息为:
doc(Html2Pdf): add PdfOptions documentation (#7038)
v9.11.4
f5eac6b
2025-10-21 13:37
对比
v9.11.4
Argo
## Release 2025-10-21 V9.11.4 ### Break changes ### Bugs * fix(Input): 修复频繁切换路由时导致脚本报错问题(微软的 Focus 脚本有错误)by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6920 * fix(MultiSelect): 修复异步设置 `Items` 时 `Value` 无法正常显示问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6924 * fix(AutoComplete): 修复 `IsClearable` 清除小按钮不支持双向绑定问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6936 * fix(SelectCity): 修复切换 `IsMultiple` 参数导致选项显示不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6942 * fix(Cascade): 修复异步设置 `Items` 时 `Value` 值丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6954 * fix(TableDynamicContext): 修复 `AddAutoGenerateColumnAttribute` 扩张方法设置表头失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6966 ### Features * feat(SelectCity): 新增 `SelectCity` 组件用于选择城市 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6909 * feat(EditorForm): 支持 `Model` 参数为空(不再报错) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6914 * feat(Table): 增加 `RenderContentRow` 渲染方法提高可读性 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6917 * feat(AutoComplete): 支持页面刷新时更新 `Value` 值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6919 * feat(Chart): 更新 `9.0.4` 依赖更新到 `4.5.1` 最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6923 * feat(SelectRegion): 支持暗黑主题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6928 * feat(Region): 新增 `SelectProvince` 组件用于选择省/直辖市/特别行政区 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6930 * feat(SelectCity): 增加 `ShowSearch` 参数支持城市首字母(如 BJ 搜索出北京市) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6933 * feat(SelectCity): 增加设置 `IsMultiple` 是 `AutoClose` 不生效逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6938 * feat(AutoFill): 增加 `IsAutoClearWhenInvalid` 参数(录入不合规文本时自动清空) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6950 * feat(IP2Region): 更新 `9.0.4` 支持 NET10 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6956 * feat(Transfer): 更新搜索栏图标靠右对齐与其他组件一致 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6959 * feat(Transfer): 增加 `IsWrapItem/ItemWidth` 参数用于设置后选项超长时是否折行与候选项宽度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6960 * feat(Region): 更新到 `9.0.7` 支持 NET10 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6964 ## New Contributors * @braia123 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6947 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.11.2...v9.11.4
最后提交信息为:
fix(TableDynamicContext): AddAutoGenerateColumnAttribute parameter ...
v9.11.2
6b16966
2025-10-14 16:27
对比
v9.11.2
Argo
## Release 2025-10-14 V9.11.2 ### Break changes ### Bugs * fix(Table): 修复自动适配宽度时未计算 padding 值问题 by @AApuci in https://github.com/dotnetcore/BootstrapBlazor/pull/6876 * fix(Table): 修复开启明细行功能时自动适配列宽失效问题 by @ljmay168 in https://github.com/dotnetcore/BootstrapBlazor/pull/6878 * fix(Table): 修复列头自动适配宽度时未计算 padding 值 by @AApuci in https://github.com/dotnetcore/BootstrapBlazor/pull/6885 * fix(Upload): 修复 `wasm` 模式下无法预览问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6889 * fix(FilterButton): 修复行内过滤按钮下拉框被遮挡问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6900 * fix(Drawer): 修复抽屉组件弹窗大小异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6906 ### Features * feat(Asset): 增加组件隔离脚本资源追加指纹功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6860 * feat(BootstrapBlazorOptions): 增加 `IsPopover` 参数全局配置弹窗 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6862 * feat(OctIcons): 更新版本 `9.0.6` 增加更多图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6867 * feat(Html2Pdf): 更新版本 `9.0.4` 依赖更新到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6870 * feat(Table): 增加 `FitColumnWidthIncludeHeader` 参数可配置双击列时是否自动适配列头 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6871 * feat(Chart): 更新版本 `9.0.3` 依赖 chart.js 更新到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6873 * feat(MindMap): 更新版本 `9.1.7` 依赖脚本更新到最新版 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6883 * feat(Table): 更新 `GetVisibleColumns` 内部逻辑提高性能 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/6886 * feat(FilterIcon): 更新行内清除过滤按钮图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6897 * feat(StringFilter): 支持录入过滤条件过自动触发过滤回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6899 * feat(SelectRegion): 增加 `SelectRegion` 行政区域选择器 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6903 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.11.1...v9.11.2
最后提交信息为:
fix(Drawer): missing position variable (#6906)
v9.11.1
951e97a
2025-10-10 10:34
对比
v9.11.1
Argo
## Release 2025-10-10 V9.11.1 ### Break changes ### Bugs * fix(Table): 修复双击未触发 `ResizeColumnCallback` 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6809 * fix(Table): 修复重置列后未调用 `ResetVisibleColumns` 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6828 * fix(AutoComplete): 修复 `tab` 按键焦点切换后弹窗未关闭问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6846 ### Features * feat(TableExport): 更新到 `9.2.7` 依赖 `MiniExcel` 到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6813 * feat(FontAwesome): 更新到 `9.1.2` 依赖 `FontAwesome` 到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6818 * feat(DropUpload): 更新禁用模式下链接样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6820 * feat(Localization): 更新 `zh-TW.json` 本地化资源文件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6822 * feat(DateTimePicker): 支持 `Tab/Esc` 键盘 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6848 * feat(Table): 增加 `OnAutoFitContentAsync` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6856 * feat(Table): 增加 `FitAllColumnWidth` 实例方法使各列自动宽度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6857 ### Documentations * doc(GlobalSearch): 更新 `GlobalSearch` 组件样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6852 ## New Contributors * @AngeloDotNet made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6810 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.11.0...v9.11.1
最后提交信息为:
feat(Table): add FitAllColumnWidth instance method (#6857)
v9.11.0
73f133a
2025-09-29 12:42
对比
v9.11.0
Argo
## Release 2025-9-29 V9.11.0 ### Break changes ### Bugs * fix(Affix): 修复德语系使用逗号作为小数点导致定位不准确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6796 * fix(Table): 修复明细行自动调整列宽失效问题 by @ljmay168 in https://github.com/dotnetcore/BootstrapBlazor/pull/6800 * fix(Modal): 修复多级弹窗开启 `backdrop` 功能失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6807 ### Features * feat(Layout): 兼容 `net10` 空地址高亮问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6794 * feat(Cssbuilder): 使用 `StringBuilder` 提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6799 * feat(Console): 脚本中移除 `console.log` 调试信息防止内存泄露 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6802 * feat(Bundle): 更新脚本打包逻辑提高编译速度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6804 ### Documentations * doc(Logout): 增加 `AvatarRadius` 参数文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6806 ## New Contributors * @ljmay168 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6800 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.10.3...v9.11.0
最后提交信息为:
fix(Modal): support backdrop on multiple dialog mode (#6807)
v9.10.3
d451a73
2025-09-28 08:19
对比
v9.10.3
Argo
## Release 2025-9-28 V9.10.3 ### Break changes ### Bugs * fix(Chart): 支持标签自定义格式(增加 formatter 参数) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6778 * fix(TimePicker): 修复德语系本地文化导致时间框无法选择问题 by @Copilot in https://github.com/dotnetcore/BootstrapBlazor/pull/6790 * fix(AutoComplete): 修复双向绑定与 `OnValueChanged` 不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6792 * fix(Dialog): 修复多级弹窗导致布局滚动条消失问题 by @Copilot in https://github.com/dotnetcore/BootstrapBlazor/pull/6786 ### Features * feat(ListGroup): 增加 `OnDoubleClickItem` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6777 ### Documentations * doc(SerialPort): 增加 `ISerialPortFactory` 文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6775 * doc(Modbus): 增加 `IModbusResponse` 文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6780 ## New Contributors * @Copilot made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6790 * @micheloliveira-com made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6788 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.10.2...v9.10.3
最后提交信息为:
fix(Dialog): Fix scrolling issue in nested/multiple dialogs (#6786)
v9.10.2
13473b2
2025-09-19 10:47
对比
v9.10.2
Argo
## Release 2025-9-19 V9.10.02 ### Break changes * feat(Search): 移除 `OnClear` 回调合并到 `OnSearch` 种精简代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6761 ### Bugs * fix(DockView): 修复悬浮窗口拖动后消失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6705 * fix(offline): 修复 `wasm` 模式下组件资源 hash 值不正确导致无法加载问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6734 * fix(MultiSelectGeneric): 修复已选项关闭按钮不工作问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6754 * fix(SelectObject): 修复清空按钮与下拉按钮重叠问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6755 * fix(SelectTable): 修复清空按钮与下拉按钮重叠问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6757 ### Features * feat(Bootstrap): 更新底层依赖到最新版本 `5.3.8` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6736 * feat(AutoComplete): 增加 `IsClearable` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6758 * feat(AutoFill): 使用客户端点击事件代替服务器端点击提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6763 * feat(Modbus): 更新到 `9.0.3` 减少内存占用 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6720 ### Documentations ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.10.0...v9.10.2
最后提交信息为:
feat(AutoFill): reuse AutoComplete clear-icon function (#6763)
v9.10.0
c5606b1
2025-08-29 09:31
对比
v9.10.0
Argo
## Release 2025-8-29 V9.10.0 ### Break changes ### Bugs * fix(SvgEditor): 修复图片路径导致无法加载问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6693 ### Features * feat(DateTimePicker): 增加 `PickTimeMode` 参数可以控制时间选择方式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6670 * feat(BreadcrumbItem): 增加 `CssClass` 可独立设置样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6673 * feat(Plyr): 更新依赖脚本到最新 `9.0.2` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6688 * feat(SelectTree): 增加编辑模式下更改值后自动尝试选中节点并且展开功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6691 ### Documentations * doc(MaskOption): 更新 `ZIndex` 用法文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6675 * doc(FilterBase): 更新 `OnFilterAsync` 用法文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6677 * doc(EditorForm): 增加 `IsDisplay` 参数使用文档 documentation by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6679 * doc(ITcpSocketClient): 更新 `AddDataPackageAdapter` 使用文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6681 * doc(Table): 更新 `EditDialogIsDraggable` 参数注释文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6683 * doc(BaiduOcr): 增加 `appsettings.json` 配置文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6690 * doc(Localization): 增加乌克兰本地化资源文件 (uk-UA) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6695 ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.9.3...v9.10.0
最后提交信息为:
doc(Localization): add Ukrainian (uk-UA) localization file (#6695)
v9.9.3
dd729e2
2025-08-21 17:41
对比
v9.9.3
Argo
## Release 2025-8-21 V9.9.3 ### Break changes ### Bugs * fix(hasCode): 修复算法错误问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6650 * fix(SelectTree): 优化多次触发 `SelectedItemChanged` 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6654 ### Features * feat(Table): 支持设置 `TItem` 为接口 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6619 * feat(BootstrapLabel): 支持原生 `style` 标签 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6632 * feat(Task): 新增 `Dashboard` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6634 * feat(Layout): 增加 `SkipAuthenticate` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6640 * feat(CodeEditor): 更新底层依赖 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6642 * refactor(Upload): remove async keyword by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6644 * feat(Editor): 增加 `OnFileUpload` 参数 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/6638 * feat(IPRegion): 使用异步加载方法提供加载速度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6652 * feat(Editor): 更新返回值为可为空对象 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6658 * feat(IDom2ImageService): 新增 `IDom2ImageService` 服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6661 * feat(Tooltip): 支持 `manual` 触发方式提供 `Show` `Hide` `Toggle` 实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6663 * feat(EnsureInitialized): 增加 `CanWrite` 过滤提高效率 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6665 ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.9.2...v9.9.3
最后提交信息为:
feat(EnsureInitialized): add CanWrite filter (#6665)
v9.9.2
2040c95
2025-08-13 09:41
对比
v9.9.2
Argo
## Release 2025-8-13 V9.9.2 ### Break changes ### Bugs * fix(Card): 修复丢失 `style` 原生标签问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6559 * fix(Table): 更新设置 `ScrollingDialogContent="true"` 样式问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6577 * fix(DateTimePicker): 更新设置 `ViewMode="TableViewMode.DateTime"` 时宽度溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6590 ### Features * feat(OpcDa): 增加 `Browse` 浏览功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6565 * feat(Download): 增加 `FileName` 参数检查逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6568 * feat(TableCellPopConfirmButton): 支持 `IsAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6569 * feat(TableCellPopConfirmButton): 支持 `IsKeepDisabled` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6571 * feat(Toolbar): 支持 `html` 原生标签 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6573 * feat(EditForm): 更新 `footer` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6579 * feat(LinkButton): 支持 `IsAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6581 * feat(Dropdown): 更新 `Color` 默认值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6592 * feat(Navbar): 增加 `Navbar` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6586 * feat(OpcDa/IPRegion): 更新发布脚本保证资源文件发布时正确输出 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6594 * feat(MeiliSearch): 更新 `kbd` 样式支持暗黑模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6596 * feat(Assets): `script` 标签使用 `Assets` 指纹功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6602 * feat(Mask): 增加 `OnCloseAsync` 级联参数支持 `DialogCloseButton` by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/6609 ## Documentation * doc(OpcDa): 增加 `MockOpcServer` 支持 Linux 示例可用 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6563 * doc(Home): 首页 Logo 增加流光特效 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6583 * doc(Layout): 优化主题加载逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6598 * doc(Table): 增加时间编辑示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6603 * doc(OnlineSheet): 优化性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6605 * doc(FooterCounter): 优化性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6607 * doc(DialButton): 更新右下角雷达按钮图标丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6613 ## Others * chore(Deploy): 更新部署脚本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6611 * chore(Docker): 更新镜像文件内置 `pupeteersharp` 与 `中文字体` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6615 ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.9.1...v9.9.2
最后提交信息为:
chore(Docker): add pupeteersharp support (#6615)
v9.9.1
5529bd5
2025-08-05 14:23
对比
v9.9.1
Argo
## Release 2025-8-5 V9.9.1 ### Break changes ### Bugs * fix(PdfViewer): 修复 `Url` 参数为空时渲染不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6522 * fix(Collapse): 修复 `Icon` 与 `Text` 无法同时显示问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6536 * fix(BootstrapBlazorDataAnnotationsValidator): 增加 `IDispose` 接口防止内存泄露 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6543 * fix(INetworkMonitorService): 修复 `safari` 浏览器报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6553 * fix(Swal): 修复 `ZIndex` 缺失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6557 ### Features * feat(Table): 增加 `IsPopover` 参数在 `PageInfo` 组件上防止弹窗内页码无法弹出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6524 * feat(Table): 增加 `CssClass` 参数在卡片模式下生效 by @Mydashixiong in https://github.com/dotnetcore/BootstrapBlazor/pull/6525 * feat(Bootstrap): 更新底层样式脚本库到最新 `5.3.7` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6534 * feat(CheckboxList): 增加 `ShowBorderColor` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6538 * feat(RadioList): 增加 `ShowBorderColor` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6540 * feat(ISortableList): 增加 `ISortableList` 接口以及级联参数方便子组件检测 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6527 * feat(ToggleButton): 新增 `ToggleButton` 状态开关按钮组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6545 * feat(IBrowserFingerService): 新增 `GetClientHubIdAsync` 方法返回唯一值可用于判断未登录用户 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6551 * feat(ValidateForm): 使用 `IOptionsMonitor` 配置项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6555 * feat(Toolbar): 新增 `Toolbar` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6547 ## Documentation ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.9.0...v9.9.1
最后提交信息为:
fix(Swal): add ZIndex style variable (#6557)
v9.9.0
22a2212
2025-07-31 13:20
对比
v9.9.0
Argo
## Release 2025-7-31 V9.9.0 ### Break changes ### Bugs * fix(MultiSelectGeneric): 修复外部改变 `Value` 值时 UI 未刷新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6505 * fix(Message): 修复使用相同 `MessageOption` 显示信息后未清除 DOM 节点问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6513 ### Features * feat(Badge): 使用 `text-bg-color` 样式代替 `bg-color` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6498 * feat(ImageViewer): 支持动态改变 `Url` 参数时 UI 更新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6510 * feat(PdfViewer): 增加 `PageIndex` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6515 ## Documentation * doc(CodeEditor): 更新 `CodeEditor` 示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6488 * doc(Template5): 更新示例增加自动获得焦点功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6490 * doc(AutoGenerateColumn): 更新权重逻辑文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6502 ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.8.2...v9.9.0
最后提交信息为:
feat(PdfViewer): add PageIndex parameter (#6515)
v9.8.2
6b73e28
2025-07-24 13:19
对比
v9.8.2
Argo
## Release 2025-7-24 V9.8.2 ### Break changes ### Bugs * fix(DateTimePicker): 修复设置 `MinValue` 参数后无法清空问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6428 * fix(TabItem): 修复标签页 `TabItem` 内异常无法使用 `OnErrorHandleAsync` 处理问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6461 * fix(FlipClock): 修复切换显示不显示后数字不刷新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6473 ### Features * feat(IDataPropertyConverter): 增加 `IDataPropertyConverter` 接口 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6422 * feat(HtmlToPdf): 更新底层依赖支持 `ARM` 架构 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6438 * feat(LoadMore): 新增 `LoadMore` 组件 by @nhren in https://github.com/dotnetcore/BootstrapBlazor/pull/6436 * feat(DockView): 更新 `docview.js` to 4.5.0 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6453 * feat(Localization): 增加 `ru-RU` 资源文件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6455 * feat(Topolopy): 更新 `meta2d.js` to 1.0.88 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6459 * feat(ISocketDataConverter): 增加 `ConfigureDataConverters` 配置服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6463 * feat(Collapse): 重新设计 `HeaderTemplate` 防止背景色污染问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6467 * feat(FontAwesome): 升级 `font awesome` to 7.0.0 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6480 * feat(FluentSystemIcons): 增加微软 `FluentSystemIcon` 图标库支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6483 * feat(TableToolbarButton): 增加 `IsOutline` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6486 ## Documentation * doc(IDataPropertyConverter): 增加数据转换器示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6425 * doc(LoginTemplate): 高仿微软登录 UI 增加动画特效 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6434 * doc(Html2Pdf): 增加问答文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6445 * doc(LoginTemplate): 更新登录示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6451 * doc(TreeView): 增加拖动节点后自动展开示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/6471 ## New Contributors * @nhren made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/6436 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.8.1...v9.8.2
最后提交信息为:
feat(TableToolbarButton): add IsOutline parameter (#6486)
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C#
1
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
git@gitee.com:LongbowEnterprise/BootstrapBlazor.git
LongbowEnterprise
BootstrapBlazor
BootstrapBlazor
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册