登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
WebUI组件/框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
457
Star
13.9K
Fork
740
GVP
LongbowEnterprise
/
BootstrapBlazor
代码
Issues
1
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v9.1.0
b9869e9
2024-12-02 09:51
对比
v9.1.0
Argo
## Release 2024-12-01 V9.1.0 ### Break changes * chore(Tree): 增加已过期标志,请升级到 `TreeView` 组件 ### Bugs * fix(Table): 修复级联参数 `ItemChangedType` 在编辑弹窗中不可用问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4750 * fix(Layout): 修复 `Layout` 组件 `Main` 样式与之前版本行为不一致问题(宽度被撑开问题) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4759 ### Features * feat(Sort): 更新 `Sort` 扩展方法,支持 `IDynamicObject` 接口自动生成类 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4726 * feat(Layout): 增加 `IsFixedTabHeader` 参数用于开启多标签模式下固定标签页头设置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4731 * feat(TreeView): 更新 `Invoke` 方法改用 `Task` 取代 `ValueTask` 兼容 `NET6` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4737 * feat(Layout): 增加 `shrink` 样式防止侧边栏被压缩 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4752 * feat(Table): 增加 `OnAfterCancelSaveAsync` 回调方法,用于编辑弹窗点击关闭按钮回调 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4757 * feat(Collapse): 增加 `HeaderTemplate` 参数用于自定义 `Header` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4763 ### Peformance * perf(TreeView): 优化 `TreeView` 脚本提高速度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4728 * perf(Table): 优化表头全选复选框性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4740 ## Documentation * doc(Footer): 更新 `Footer` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4733 * doc(PopConfirmButton): 增加 `hover focus` 触发弹窗示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4735 * doc(GlobalSearch): 增加关键字高亮示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4742 * doc(TableColumn): 更新 `Formatter` 回调参数注释文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4745 * doc(Dialog): 更新 `ShowModal` 关于返回值级联参数设置文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4748 * doc(SortableList): 更新底层 `Javascript` 库到最新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4756 * doc(Topology): 更新文档资源路径 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4769 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.0.1...v9.1.0
最后提交信息为:
doc(Sample): update static assets path (#4771)
v9.0.1
d0c4d9a
2024-11-25 08:43
对比
v9.0.1
Argo
## Release 2024-11-25 V9.0.1 ### Break changes * refactor(Display): `TValue` 数据类型增加可为空修饰符 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4651 * refactor(Layout): 重构 `Layout` 组件样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4686 * refactor(TreeView): 重写 `TreeView` 组件支持大数据与虚拟滚动通过 `IsVirtualize` 参数开启 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4696 ### Bugs * fix(JsonStringLocalizer): 内部增加服务检查防止外部循环调用导致死循环 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4653 * fix(ModalDialog): 修复同时设置 `IsDraggable` `IsCenter` 时组件 UI 不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4663 * fix(Widget): 修复组件销毁时导致脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4665 * fix(Checkbox): 修复设置组件值类型为 `bool` 时不触发 `OnStateChanged` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4667 * fix(Select): 修复表单内使用时验证成功样式左侧 `padding` 间隙过大问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4692 ### Features * feat(Menu): 重新设计侧边栏收起样式逻辑兼容 `static` 简化与 `Layout` 组件配合逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4672 * feat(Layout): 增加 `IsFixedTabHeader` 参数内置固定标签页标题栏功能(模板未更新) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4668 * perf(TreeView): 优化 `TreeView` 组件内部缓存 `TreeNodeCache` 支持大数据 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/4677 * fix(Editor): 完全支持 `onCallbacks` 客户端自定义回调 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4697 * feat(WinBox): `UI` 等多处设置变量化为主题做准备 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4699 * feat(MeiliSearch): 增加 `MeiliSearch` 全局搜索组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4707 * feat(Mermaid): 增加 `Mermaid` 流程图组件 by @XUEWUQIUSHUANG in https://github.com/dotnetcore/BootstrapBlazor/pull/4711 ## Documentation * doc(Layout): 更新 `Layout` 示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4684 * doc(Readme): 网站增加 `DOTNET` 基金会赞助支持信息 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4709 * doc(WinBox): 更新更改背景色示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4716 * doc(MeiliSearch): 更新官网文档代码改用 `MeiliSearch` 组件实现全局搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4719 ## New Contributors * @XUEWUQIUSHUANG made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4711 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.0.0...v9.0.1
最后提交信息为:
feat(TreeView): update javascript of TreeView (#4725)
v9.0.0
573ed26
2024-11-15 09:07
对比
v9.0.0
Argo
## Release 2024-11-13 V9.0.0 ### Break changes * feat(PrintService): 移除 `Print` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4582 * feat(ThemeLoader): 移除 `ThemeLoader` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4587 * feat(HandWritten): 移除 `HandWritten` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4592 * feat(TableRowContext): 增加 `RenderMode` 参数使用者可以通过此参数获得当前渲染模式是表格模式还是卡片模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4596 * feat(Checkbox): 使用客户端渲染逻辑代替服务器端渲染逻辑提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4620 * feat(TreeView): 增加 `IsVirtualize` 参数支持虚拟滚动 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4624 * feat(Layout): 增加内置 `Dark` 模式支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4636 ### Bugs * fix(SelectTable): 修复搜索面板内的可验证组件触发验证问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4580 * fix(AutoComplete): 修复获得焦点多次触发点击事件问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4588 * fix(WinBox): 修复 `Dark` 模式下 body 颜色未生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4595 * fix(Table): 修复切换 `CardView` 模式导致滚动条消失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4600 * fix(TableColumn): 修复固定列不支持 `ShownWithBreakPoint` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4601 * fix(Table): 修复表格组件行内删除按钮触发客户端脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4625 * fix(AutoFill): 修复小键盘回车无响应问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4634 * fix(FullScreenButton): 修复全屏按钮状态图标未同步问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4642 ### Features * feat(ColorPicker): 增加 `Swatches` 参数支持预设颜色 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4562 * feat(Checkbox): 优化 `OnBeforeStateChanged` 回调方法提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4566 * feat(AjaxService): 重构 `AjaxService 服务提高性能 @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4570 * feat(ErrorLogger): 重构 `ErrorLogger` 组件提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4576 * feat(IErrorLogger): 支持 `DetailedErrors` 配置项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4579 * feat(ModalDialog): 支持 `IsCenter` `IsDraggable` 同时设置为 true by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4589 * feat(RTL): 支持阿拉伯兄弟 `RTL` 模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4597 * feat(Cascader): 增加 `OnBlurAsync` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4599 * feat(Table): 增加 `DisableAdd/DisableDelete/EditButtonCallback` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4603 * feat(Layout): 增加内置默认样式懒人福音 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4609 * feat(Editor): 依赖更新 `summernote` `jQuery` 升级到 `3.6.0` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4633 * feat(Authorization): 重构 `Layout` 内部权限设计支持 net9 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4640 * feat(net9): 增加 `net9.0` 目标框架当天同步支持 `net9` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4649 ## Documentation * doc(ErrorLogger): 更新事例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4568 * doc(Tab): 更新 `NotAuthorized` 参数文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4613 ## New Contributors * @qodana-cloud made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4610
最后提交信息为:
chore(net9): bump version 9.0 (#4649)
v8.11.0
c7be111
2024-10-27 19:23
对比
v8.11.0
Argo
## Release 2024-10-28 V8.11.0 ### Bugs * fix(Table): 修复开启 `border` 模式并且固定列时丢失行边框问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4554 ### Features * feat(BluetoothDevice): 增加 `GetCurrentTime` 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4501 * feat(IBluetootchDevice): 增加 `GetPrimaryServices` 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4504 * feat(IBluttooth): 增加 `Start/StopNotifications` 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4510 * feat(Select): 支持 `SelectedItem<TValue>` 泛型类,下拉框 `Value` 支持类 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/4512 * feat(Textarea): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4518 * feat(BootstrapInputNumber): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4519 * feat(BootstrapInput): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4521 * feat(FloatingLabel): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4523 * feat(Slider): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4525 * feat(AutoFill): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4527 * feat(DateTimePicker): 增加 `OnBlurAsync` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4529 * feat(Tab): 增加 `tab-content` 高度默认值 `100%` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4533 * feat(Ribbon): 更新二级菜单高度默认值由原来 `82.5px` 更新为 `84.5px` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4535 * feat(Title): 重构 `TitleService` 服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4539 * feat(FullScreenService): 重构 `FullScreenService` 移除 `FullScreen` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4537 * feat(ClipboardService): 重构 `ClipboardService` 移除 `Clipboard` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4541 * feat(IBrowserFinger): 重新设计 `IBrowserFinger` 服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4543 * feat(EyeDropperService): 重构 `EyeDropperService` 服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4545 * feat(ResizeNotificationService): 重构 `ResizeNotificationService` 服务移除 `ResizeNotification` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4550 * feat(Dialog): 新增 `ShowModal` 扩展方法可不实现 `IResultDialog` 弹出模态窗 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4552 * feat(IFrame): 更新内置默认样式增加宽高 `100%` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4556 * feat(ColorPicker): 增加 `Swatches` 参数用于设置内置候选颜色 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4560 ## Documentation * doc(foundation): 增加 `DOTNET 基金会` 信息项目归属于基金会 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4499 * doc(JsonEnumConverter): 更改 `BootstrapBlazor.Core` 命名空间为 `BootstrapBlazor.Components` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4531 * doc(Download): 更改下载路径为 `GitHub` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4547 * doc(DemoBlock): 增加 `Height` 参数可设置示例区域高度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4558 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.10.4...v8.11.0
最后提交信息为:
feat(ColorPicker): add Swatches parameter (#4560)
v8.10.4
259b6f2
2024-10-21 17:40
对比
v8.10.4
Argo
## Release 2024-10-21 V8.10.4 ### Bugs * fix(ColorPicker): 修复销毁时报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4457 * fix(Select): 更新 `padding-right` 变量值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4460 * fix(Tab): 修复关闭最后一个 `TabItem` 时路由未更新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4477 * fix(FileIcon): 修复 `svg` 丢失宽高问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4483 ### Features * chore(deps): 更新依赖包修复高风险依赖 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4435 * feat(Link): 增加 `Rel` 参数 #4437 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/4438 * feat(Layout): 增加 `ShowTabItemClose` 参数用于控制标签页是否显示关闭按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4449 * perf(Tab): 更新 `Tab` 内部逻辑提高从 `Url` 创建标签页效率 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/4445 * refactor(Localizer): 更新 `Localization` 命名空间 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4453 * feat(BarcodeGenerator): 重写 `BarcodeGenerator` 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4459 * feat(Tab): 支持 `style` 原生属性 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4462 * feat(IZipArchiveService): 内置自动创建文件夹逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4469 * feat(CheckboxList): 微调 `IsVertical` 垂直布局样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4481 * feat(ISerialService): 增加 `ISerialService` 服务提供网页版串口通讯功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4487 * feat(IBluetoothService): 增加 `IBluetoothService` 服务提供网页版蓝牙通讯功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4492 * feat(IBluetoothService): 增加 `BluetoothFilterOption` 配置项,提供扫描蓝牙设备自定义过滤条件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4496 ## Documentation * doc(ImageCropper): 增加圆形图片裁剪示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4443 * doc(SlideButton): 更新 `Offset` 偏移量参数说明文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4494 ## New Contributors **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.10.2...v8.10.4
最后提交信息为:
feat(IBluetoothService): add BluetoothFilterOption parameter (
#4496
)
v8.10.2
0b7fe8a
2024-10-11 11:36
对比
v8.10.2
Argo
## Release 2024-10-11 V8.10.2 ### Bugs * fix(Table): 修复 `SearchModel` 初始化两次问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4379 * fix(Table): 修复卡片模式下翻页搜索等操作后 `Footer` 合计数据不更新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4408 ### Features * feat(DateTimePicker): 增加自定义禁用日期功能 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4304 * feat(Table): 增加 `CreateSearchModelCallback` 参数可自定义搜索模型默认值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4384 * feat(WebClientService): 更新 `ClientInfo` `Id` 值与 `Online` 服务值一致 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4385 * feat(SignaturePad): 移除内置样式隔离适配未开启样式隔离工程 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4392 * feat(Topology): 移除内置样式隔离适配未开启样式隔离工程 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4396 * feat(ThemeProvider): 支持系统自动主题,系统主题切换时网站主题自动跟随 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/4400 * feat(Table): 增加 `IsKeepSelectedRows` 参数支持 `DataTable` 模式下新建操作保持已选项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4414 * feat(DropdownWidget): 增加 `OnItemShown/CloseAsync` 参数下拉挂架显示、隐藏时可订阅事件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4419 * feat(ColorPicker): 支持 `IsSupportOpacity` 动态赋值组件动态更新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4423 * feat(AutoComplete): 增加 `OnBlurAsync` 参数支持失去焦点时订阅事件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4406 * perf(DateTimePicker): 增加内部缓存支持年禁用日期数据提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4381 * perf(ValidateForm): 提高一个网页内多个 `ValidateForm` 触发验证后渲染性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4382 ## Documentation * doc(DockView): 更新 `Lock` 锁定示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4376 * doc(Table): 更新编辑模式示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4418 * doc(Icons): 更新图标使用文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4428 ## Security * security(depts): 更新依赖包修复高风险警告信息 ## New Contributors * @dependabot made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4412 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.10.1...v8.10.2
最后提交信息为:
doc(Icons): update icons style sheet documentation (
#4428
)
v8.10.1
10b6629
2024-09-27 16:37
对比
v8.10.1
Argo
## Release 2024-9-27 V8.10.1 ### Bugs * fix(PopConfirmButton): 修复表格行内删除按钮确认框无法关闭问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4356 * fix(ValidateForm): 修复使用 `MetadataType` 扩展类复杂验证逻辑导致简单验证逻辑失效问题 by @AiYuZhen in https://github.com/dotnetcore/BootstrapBlazor/pull/4360 * fix(Table): 修复小屏下工具栏内按钮 `IsDisabled` 未同步问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4362 * fix(DateTimePicker): 修复 `Single` 模式下默认当前月不正确问题 by @eramosr16 in https://github.com/dotnetcore/BootstrapBlazor/pull/4357 ### Features * feat(Dialog): 支持 `OnAfterRender` 生命周期内直接弹窗功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4343 * feat(TreeView): 支持 `上下左右` 箭头与空格按键快捷键 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4345 * feat(TreeView): 增加 `ScrollIntoViewOptions` 参数控制快捷键滚动行为 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4349 * feat(ListGroup): 增加自定义模板可以使用内置样式与点击事件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4370 ## Documentation * doc(CardUpload): 更新 `CardUpload` 示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4373 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.9.3...v8.10.1
最后提交信息为:
doc(CardUpload): update documation (
#4373
)
v8.9.3
9022b71
2024-09-20 23:29
对比
v8.9.3
Argo
## Release 2024-9-20 V8.9.3 ### Bugs * fix(AutoFill): 修复按键 `ArrowUp/Down/Esc/Enter` 触发 `OnCustomFilter` 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4308 * fix(SortableList): 修复 `Clone` 模式下节点移动不正常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4317 * fix(ValidateForm): 修复 `ShowAllInvalidResult` 模式下错误提示不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4309 ### Features * feat(Components): 移动所有扩展组件到 `BootstrapBlazor` 组织下 `BootstrapBlazor.Extensions` 仓库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4311 * feat(SortableList): 增加 `OnAdd` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4319 * feat(OnScreenKeyboard): 更新基类修复脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4325 * feat(MetadataTypeAttribute): 支持 `IValidatableObject/IValidateCollection` 接口 by @AiYuZhen in https://github.com/dotnetcore/BootstrapBlazor/pull/4323 * feat(Checkbox): 设置 `ShowAfterLabel` 时自动获取多语言 `DisplayText` 值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4334 ## Documentation * doc(SortableList): 增加多个 `SortableList` 互相拖动示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4307 ## New Contributors * @AApuci made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4313 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.9.2...v8.9.3
最后提交信息为:
feat(Checkbox): auto set DisplayText when set ShowAfterLabel to tru...
v8.9.2
7e78384
2024-09-14 21:08
对比
v8.9.2
Argo
## Release 2024-9-14 V8.9.2 ### Break Changes * feat(RibbonTab): 重新设计 `RibbonTabItem` 类,移除基类 `MenuItem` 更新 `Items` 为只读空集合 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4297 * refactor(IValidateComponent): 移除 `ToggleMessage` 方法第二个参数 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4252 ### Bugs * fix(RadioList): 更新垂直布局按钮样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4232 * fix(Table): 修复 `EditForm` 模式下点击保存按钮后未收起问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4236 * fix(ValidateForm): 修复 `ValidateAllProperties` 参数未生效问题 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4245 * fix(EFCore): 修复 `EditAsync` 方法 by @luodaoyi in https://github.com/dotnetcore/BootstrapBlazor/pull/4249 * fix(ValidateBase): 修复在 `Dialog` 组件内数据合规检查后未更新 `UI` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4255 * fix(Cascader): 修复 `IsDisable` 参数切换状态时导致下拉框无法展开问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4257 * fix(Select): 修复点击清除图标时未触发 `OnSelectedItemChanged` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4283 * fix(BarCode): 修复组件未设置 `Id` 导致无法识别摄像头问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4288 * fix(Select): 修复点击清除图标时虚拟滚动模式下下拉框数据丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4291 ### Features * feat(ColorPicker): 新增 `IsSupportOpacity` 参数支持 `RGBA` 增加透明度支持 by @momijijin in https://github.com/dotnetcore/BootstrapBlazor/pull/4069 * feat(ColorPicker): 支持 `IsDiabled` 参数可禁用组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4231 * feat(JSModule): 重构 `JSModule` 支持可为空数据类型 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4234 * feat(Player): 支持 `YouTube` `Vimeo` 格式视频源 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4242 * feat(RequiredValidator): 增强 `RequiredValidator` 验证类 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4247 * refactor(IValidateComponent): 移除 `ToggleMessage` 方法第二个参数 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4252 * feat(NumberFilter): 支持可为空数据类型,过滤项默认值为 `null` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4261 * feat(ValidateForm): 增加 `IValidatableObject` 接口支持 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4260 * feat(ValidateForm): 增加 `IValidateCollection` 接口支持提供属性见验证联动功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4272 * feat(Table): 编辑模板增加级联参数 `ChangeType` 可以通过此参数获得当前编辑模型是新建还是更新 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4285 * feat(Layout): 增加 `dark` 暗黑主题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4286 * feat(RibbonTab): 重新设计 `RibbonTabItem` 类,移除基类 `MenuItem` 更新 `Items` 为只读空集合 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4297 * feat(FreeSqlExtensions): 支持 `CustomPredicate` 类型通过回调自定义 `FreeSql` 数据类型 by @AiYuZhen in https://github.com/dotnetcore/BootstrapBlazor/pull/4300 * feat(ValidateForm): 增加 `ShowAllInvalidResult` 参数可设置 `ValidateForm` 数据验证结果是显示全部字段还是显示一个 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4306 ## Documentation * doc(ValidateForm): 更新 `ValidateForm` 文档,更改 `CustomerValidator` 为 `FormItemValidator` by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4244 * doc(readme): 更新组件自描述文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4299 ## New Contributors * @momijijin made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4069 * @luodaoyi made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4249 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.9.1...v8.9.2
最后提交信息为:
feat(ValidateForm): add ShowAllInvalidResult parameter (
#4306
)
v8.9.1
a7528e3
2024-09-09 10:15
对比
v8.9.1
Argo
## Release 2024-9-9 V8.9.1 ### Bugs * fix(Table): 修复 `DynamicContext` 模式下 `SelectedRows` 回调方法导致内部死循环问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4215 * fix(PopConfirmButton): 修复 `PopConfirmButton` 组件销毁时 `JavaScript` 脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4225 ### Features * feat(Player): 增加 `IsHls` 参数支持苹果流协议 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4190 * feat(Player): 增加 `Reload` 实例方法支持动态切换流媒体内容 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4192 * feat(DockViewV2): 增加 `Renderer` 参数默认值 by @zhaijunlei955 in https://github.com/dotnetcore/BootstrapBlazor/pull/4193 * feat(Player): 增加 `Mode` 参数支持视频、音频、YouTube、Vimeo 四种模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4196 * feat(DockViewV2): 更新 `Renderer` 参数类型为枚举 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4203 * feat(Converter): 增加 `JsonEnumConverter` 支持枚举序列化 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4209 * feat(Table): 增加 `BeforeShowEditDialogCallback` 参数提供编辑弹窗显示前更新显示模型逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4211 * feat(Table): 增加 `Required` `IsRequiredWhenAdd` `IsRequiredWhenEdit` 参数,简化必填项逻辑使用更简单 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4213 * feat(CherryMarkdown): 继承 `BootstrapModuleComponentBase` 基类防止脚本报错 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4217 ## Documentation * doc(ButtonUpload): 更新 `ShowUploadFileList` 参数文档 by @yhuse in https://github.com/dotnetcore/BootstrapBlazor/pull/4200 * doc(CodeEditor): 临时移除示例文档简化分析日志稍后恢复 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4221 ## New Contributors * @yhuse made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4200 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.9.0...v8.9.1
最后提交信息为:
bug(PopConfirmButtom): throw exception cause dispose (
#4225
)
v8.9.0
a76d009
2024-09-01 19:54
对比
v8.9.0
Argo
## Release 2024-9-1 V8.9.0 ### Bugs * fix(TableExport): 修复导出 Excel 触发异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4157 * fix(WinBox): 修复 `Title` 参数不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4160 * fix(AutoComplete): 支持 `Tab` 按键触发下拉菜单 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4165 * fix(WinBox): 修复销毁时触发子组件销毁事件 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/4167 * fix(PopConfirmButton): 修复设置 `Placement` 非法值时自动更改为 `Auto` 值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4173 ### Features * feat(Recognition): 支持持续识别功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4146 * feat(Table): 增加 `EditDialog` 参数支持指定弹窗实例 by @vickyhcq in https://github.com/dotnetcore/BootstrapBlazor/pull/4128 * feat(DockViewV2): 支持 `Renderer` 参数 by @zhaijunlei955 in https://github.com/dotnetcore/BootstrapBlazor/pull/4153 * feat(WebSpeechRecognition): 增加 `Callback` 回调参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4162 * feat(WinBox): 支持 `Mask` 背景颜色 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4164 * feat(split): 支持分割面板折叠功能 by @izanhzh in https://github.com/dotnetcore/BootstrapBlazor/pull/4138 * feat(split): 增加 `IsKeepOriginalSize` 支持展开到原始位置功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4171 * feat(Split): 增加 `ShowBarHandle` 参数支持控制是否显示拖动栏标识 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4175 * feat(Split): 增加 `OnResizeAsync` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4177 * feat(Split): 增加 `Minimum` 参数用于设置调整最小值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4178 * feat(Player): 增加 `Player` 组件(未完成) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4186 ## New Contributors * @vickyhcq made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4128 * @zhaijunlei955 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4153 * @izanhzh made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4138 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.4...v8.9.0
最后提交信息为:
feat(Player): add Player component (
#4186
)
v8.8.4
14161aa
2024-08-25 17:27
对比
v8.8.4
Argo
## Release 2024-8-25 V8.8.4 ### Bugs * fix(Split): 修复无法拖动 `iframe` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4109 * fix(Table): 修复点击 `Copy` 图标时触发排序问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4120 * fix(Split): 修复遮罩有时未被清除问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4122 ### Features * feat(ButtonUpload): 增加 `ChildContent` 参数可自定义内容 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4095 * feat(DockViewV2): 增加 `Renderer` 参数提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4114 * feat(ContextMenu): 增加 `OnClickBefore` 回调方法可自定义右键菜单状态 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/4112 * feat(WinBox): 增加 `WinBox` 组件高度模拟 `Windows` 窗口 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4118 * feat(IRootComponentGenerator): 增加 `IRootComponentGenerator` 接口底层使用,可通过代码注册组件放入到 `Root` 容器内 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4124 * feat(WinBox): 增加 `ShowModal` 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4132 * feat(WebSpeechSynthesizer): 增加 `WebSpeechSynthesizer` 服务提供浏览器原生语音合成服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4135 * feat(WebSpeech): 增加 `GetVoices` 方法兼容苹果浏览器 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4137 * feat(WebSpeechRecognition): 增加 `WebSpeechRecognition` 服务提供浏览器原生语音识别服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4140 ## Documentation * doc(BootstrapInput): 更新 `UseInputEvent` 参数文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4097 * doc(Tutorials): 增加实战 `Pro` 网站链接提供纯 `Blazor` 组件实现的后台管理系统在线示例 https://pro.blazor.zone by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4103 * doc(ContextMenus): 更新多语言本地化文档 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/4116 * doc(WinBox): 增加 `QA` 文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4126 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.3...v8.8.4
最后提交信息为:
test(TestBase): redesign test context base (
#4144
)
v8.8.3
b9c6cb1
2024-08-19 11:00
对比
v8.8.3
Argo
## Release 2024-8-19 V8.8.3 ### Bugs * fix(Table): 修复表格组件调整列宽时客户端脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4037 * fix(Table): 修复 `EditForm` 模式编辑状态下改变选中行时编辑项错行问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4040 * fix(Table): 修复有固定列时调整列宽回调方法列名错位问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4048 * fix(Table): 修复 `IsFixedFooter` 模式下表格底部走光问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4050 * fix(Table): 修复 `刷新` 按钮回调方法未更新 `SelectedRow` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4072 * fix(Table): 修复 `PageItems` 设置值失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4082 * fix(Chart): 修复 `Reload` 方法导致 `OnClickDataCallback` 方法失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4086 ### Features * feat(ElementIcon): 增加 `Element-plugs` 矢量图标库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4021 * feat(SvgIcon): 增加通用 `SvgIcon` 矢量图标组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4025 * feat(SortableList): 增加 `SortableList` 组件拖拽库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4029 * feat(Table): 增加 `CreateTItemCallback` 参数移除组件 `new` 泛型约束提高组件适应性 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4042 * feat(Chart): 增加 `AppendData` 参数使用匿名类为图表数据源提供自定义扩展能力 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4047 * feat(SortableList): 增加 `MultiDrag` 参数提供多个候选项一起拖动功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4061 * feat(TableExport): 增加 `DataReaderBase` 基类简化 `Excel` 导出二开代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4074 * feat(CardUpload): 增加 `IsUploadButtonAtFirst` 参数可调整添加按钮到开始位置,默认在列表最后 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4081 * feat(Chart): 更新 `chart.js` 脚本库到最新 `4.4.3` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4089 * feat(Chart): 增加 `BootstrapBlazor.Chart` 客户端脚本全局变量提供脚本级别二开自定义扩展配置能力 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4091 ## Documentation * doc(Icon): 更新图标文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4019 * doc(DrawerService): 更新 `DrawerService` 抽屉服务文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4027 * doc(MaterialDesignIcons): 更新组件库官网地址错误问题 by @ice6 in https://github.com/dotnetcore/BootstrapBlazor/pull/4054 * doc(SortableList): 更新克隆拖拽示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4053 ## New Contributors * @ice6 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/4054 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.2...v8.8.3
最后提交信息为:
feat(Chart): support client extension option (
#4091
)
v8.8.2
605b9ef
2024-08-11 20:22
对比
v8.8.2
Argo
## 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 * @TonyGuo16 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
最后提交信息为:
fix(Table): calc body height incorrect on CardView mode (
#4017
)
v8.8.1
ce770a2
2024-08-04 18:40
对比
v8.8.1
Argo
## Release 2024-8-4 V8.8.1 ### Bugs * fix(InputGroup): 兼容 `ValidateForm` 内使用 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3957 * fix(TableToolbarButton): 修复参数 `IsDisabled` 不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3959 * fix(Tab): 修复 `AllowDrag` 不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3965 * fix(Table): 修复 `CardView` 模式下 `ShownWithBreakpoint` 不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3967 ### Features * feat(Modal): 增加 `RegisterShownCallback` 实例方法用于弹窗显示后回调处理一些逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3961 * feat(TextArea): 增加 `IsAutoFocus` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3963 * feat(ThemeProvider): 增加 `OnThemeChangedAsync` 回调方法用于主题切换后处理一些逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3972 * feat(DriverJs): 增加 `BootstrapBlazor.DriverJs` 包高亮向导组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3974 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.0...v8.8.1
最后提交信息为:
feat(DriverJs): add BootstrapBlazor.DriverJs package (
#3974
)
v8.7.4
d1222f7
2024-07-28 10:30
对比
v8.7.4
Argo
## Release 2024-7-28 V8.7.5 ### Bugs * fix(SelectTable): 修复内置 `InputGroup` 组件时搜索栏丢失 `Label` 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3896 * fix(Camera): 更新 `Resize` 方法修复输出分辨率不变问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3898 * fix(AutoComplete): 修复 通过 `OnFocus` 触发下拉时 `DisplayCount` 参数不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3905 * fix(DockViewV2): 修复 <kbd>F5</kbd> 刷新后 `IsFloating` 参数复位问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3919 * fix(BarCode): 复用 `BootstrapModuleComponentBase` 基类消除脚本错误 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3926 ### Features * feat(Chart): 增加 `Y` 轴参数 `min/max` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3890 * feat(Mask): 增加 `Show` 扩展方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3892 * feat(Table): 增加 `RowContentTemplate` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3894 * feat(DockView): 增加 `IsFloating` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3900 * feat(TableToolbarButton): 支持 `OnClickWithoutRender` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3911 * feat(Drawer): 增加 `Position` 参数用于设置相对于父容器定位方式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3913 ### Performance * perf(RibbonTab): 增加 `RibbonTabHeader` 组件防止刷新 `Body` 节约算力 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3928 * perf(TreeView): 优化 `ClearCheckedItems` 方法渲染逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3936 ### Documentation * doc(Camera): 更新文档移除 `OnCapture` 参数说明 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3907 * doc(Video): 增加部分组件视频链接地址 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3915 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.7.3...v8.7.4
最后提交信息为:
perf(TreeView): imporve render performance of TreeView ClearChecked...
v8.7.3
8e4777c
2024-07-21 10:54
对比
v8.7.3
Argo
## ## Release 2024-7-21 V8.7.3 ## What's Changed ### Bugs * fix(DockView): 修复当前选中 `Panel` 刷新后丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3860 * fix(Print): 修复 `textarea` 元素打印预览时不显示数据问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3867 * fix(Camera): 修复 `VideoWidth/VideoHeight` 设置不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3875 ### Features * feat(TreeView): 更新清空按钮图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3852 * feat(Table): 新增 `RowTemplate` 模板可大大提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3854 * feat(TableTemplateColumn): 增加 `TableTemplateColumn` 组件使表格列可不绑定模型属性 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3879 * feat(SelectTable): 增加 `AutoGenerateColumns` 参数支持自动生成 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3883 * feat(Mask): 增加 `ContainerId` 参数支持局部遮罩功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3885 * feat(FontAwesome): 图标库更新到最新版本 `6.6.0` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3887 ### Docs * doc(GlobalOptions): 更新全局配置文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3858 * doc(Tab): 增加 `ConfigureTabItemMenuBindOptions` 标签字典配置服务文档 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3877 ### Tools * chore(Minifiler): 工程移除 `Bundler&Minifiler` 工具包 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3871 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.7.2...v8.7.3
最后提交信息为:
feat(FontAwesome): update font-awesome css to 6.6.0 (
#3887
)
v8.7.2
a5af9d0
2024-07-14 21:20
对比
v8.7.2
Argo
## Release 2024-7-14 V8.7.2 ## What's Changed ### Bugs * fix(Dialog): 修复弹窗后点击前进或者后退按钮时页面冻结问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3816 * fix(Topology): 修复 `Background` 为空序列化后导致颜色异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3822 * fix(DockViewV2): 修复面板放下后布局面积平分问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3824 ### Features * feat(Popover): 增加 `Template` 参数可自定义弹窗内容 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3805 * feat(Tooltip): 增加 `FallbackPlacements` 参数可自定义回落位置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3807 * feat(Tooltip): 增加 `Offset` 参数可自定义偏移量 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3809 * feat(DockView): 增加 `OnSplitterCallbackAsync` 回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3811 * feat(ShowColumnToolbox): 增加 `ShowColumnToolbox` 参数可控制列宽提示栏 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3784 * feat(Popover): 增加 `Offset` 参数可自定义偏移量 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3813 * feat(Topology): 增加 `IsDisableHover` 参数控制禁止鼠标悬浮效果 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3826 * feat(Table): 增加 `ResetSortAsync` 实例方法可重置排序逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3834 * feat(BootstrapBlazorOptions): 增加 `ContextMenuOptions` 全局配置项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3846 * feat(TreeView): 更新 `ResetSearchButton` 按钮图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3850 ### Docs * doc(AutoGenerateClassAttribute): 增加 `AutoGenerateClassAttribute` 参数文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3819 * doc(IconTheme): 增加 `TableColumnToolboxIcon` 图标文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3828 * doc(Video): 增加组件视频链接 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3830 * doc(Table): 增加 `ShowRefresh` 文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3836 * doc(GlobalOptions): 增加 `GlobalOptons` 说明文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3848 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.7.1...v8.7.2
最后提交信息为:
feat(TreeView): update ResetSearchButton icon (
#3850
)
v8.7.1
8bd79c7
2024-07-07 11:45
对比
v8.7.1
Argo
## Release 2024-7-8 V8.7.1 ## What's Changed ### 破坏性更新 * feat(ITableColumn): 更改部分参数为可为空数据类型重新定义与 `AutoGenerateClassAttribute` `AutoGenerateColumnAttribute` 参数权重机制 `TableColumn` > `AutoGenerateColumnAttribute|AutoGenerateClassAttribute` `AutoGenerateClassAttribute` 值为 `true` 的参数会传递给 `AutoGenerateColumnAttribute` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3802 ### 缺陷 * fix(Tab): 修复 `Layout` 内使用 `Tab` 组件时当前 `Active` 状态标签不能自动调整位置问题(被遮挡) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3761 * fix(MultiFilter): 修复全选状态不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3766 * fix(Table): 修复列调整功能在移动端失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3768 * fix(MultiFilter): 修复过滤后选中状态未保持问题 by @AiYuZhen in https://github.com/dotnetcore/BootstrapBlazor/pull/3773 * fix(Table): 修复 `VirtualScroll` 模式下,选中行导致滚动到数据顶端问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3794 * fix(Popover): 修复扩展组件关闭弹窗时有残影问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3798 ### 功能 * feat(TreeView): 增加 `IsFixedSearch` 参数用于固定搜索栏功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3772 * feat(ClipboardService): 增加 `Get` 方法 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3775 * feat(MultiFilter): 增加 `OnGetItemsAsync` 回调方法用于懒加载多选数据 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3778 * feat(Table): 增加 `OnAutoFitContentAsync` 回调方法用于双击列头整列自动调整列宽功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3781 * feat(Table): 增加 `AutoScrollVerticalAlign` 参数用于设置选中行自动滚动位置默认值 `Center` 滚动到视窗中间 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3786 * feat(Table): 增加 `ShowColumnWidthTooltip` 参数开启列宽调整时自动显示当前列宽默认值 `true` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3790 * feat(ClipboardService): 增加 `GetText` 方法 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3788 * feat(MultiFilter): 增加 `AlwaysTriggerGetItems` 参数用于设置是否每次弹窗打开时触发回调方法 `OnGetItemsAsync` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3796 ### 文档 * doc(Table): update AutoRefresh sample code by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3795 ## New Contributors * @AiYuZhen made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3773 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.7.0...v8.7.1
最后提交信息为:
feat(ITableColumn): update parameter to Nullable data type (
#3802
)
v8.7.0
c519bb9
2024-06-30 11:11
对比
v8.7.0
Argo
## Release 2024-6-30 V8.7.0 ### Bugs * fix(Table): 修复单元格合并在响应式布局下不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3615 * fix(Table): 修复高级搜索弹窗点击搜索按钮后未自动关闭问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3618 * fix(Layout): 修复异步授权方法 `OnAuthorizing` 未阻止页面显示错误逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3637 * fix(Table): 重构设计 `setTableDefaultWidth` 逻辑使表格列自动充满组件可见区域 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3677 * fix(CheckboxList): 修复 `Active` 状态判断逻辑错误问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3681 * fix(Select): 修复 `DisableItemChangedWhenFirstRender` 逻辑不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3686 * fix(Table): 修复 `ShowColumnList` 参数与 `OnColumnCreating` 回调冲突问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3688 * fix(Table): 增加表格宽度 `Observer` 修复在弹窗或者 `DockView` 中宽高不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3712 * fix(Table): 修复虚拟滚动模式下点击过滤按钮不能自动回滚到第一行问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3714 * fix(CheckboxList): 修复 `ShowLabelTooltip` 失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3746 * fix(DateTimeRange): 修复 `Year` `Month` 视图下无法选择问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3740 ### Features * feat(Validate): 自定义验证规则自动关联当前字段名称 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3600 * feat(ImageViewer): 增加 `IsIntersectionObserver` 参数,不可见状态下不加载图片优化网络性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3602 * feat(ThemeProvider): 增加 `ShowShadow` `Alignment` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3604 * feat(MultiSelect): 增加组件右侧关闭小图标与 `Select` 保持一致 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3605 * feat(Table): 增加 `OnAfterRenderCallback` 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3614 * feat(DockViewV2): 增加新包 `DockViewV2` 布局组件 by @Vision-Zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3533 * feat(Table): 增加 `ShowSearchButton` 参数控制是否显示 **搜索** 按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3631 * feat(RadioList): 适配 `InputGroup` 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3645 * feat(Mask): 新增 `Mask` 组件 by @Vision-Zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3670 * feat(Topology): 增加 `background` 参数支持设置背景色 by @Vision-Zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3673 * feat(ListView): 增加 `GroupItemOrderCallback` 参数用于设置分组后排序 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3685 * feat(TableFooterCell): 增加 `ColspanCallback` 参数用于设置单元格合并逻辑 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/3690 * feat(TableFooterCell): 增加 `BreakPoint` 参数用于适应响应式渲染逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3698 * feat(FlipClock): 增加 `ShowSecond` 参数用于是否显示秒卡片 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3705 * feat(MultiFilter): 增加 `MultiFilter` 多选过滤器 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3703 * feat(IconPark): 增加 `SvgIcon` 组件内置支持字节跳动矢量图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3709 * feat(CardUpload): 增加 `CanPreviewCallback` 参数用于指定当前图片是否可预览 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3719 * feat(Icon): 增加 `BootstrapBlazorIcon` 组件支持 **字体图标 (fa)** **矢量图标 (svg)** 以及 **图片 (img)** 未网站快速切换图标主题提供基础支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3724 * feat(PopConfirmButton): 增加 `OnCloseAsync` `OnConfirmAsync` 级联参数用于子组件触发相应回调 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3728 * feat(Search): 增加 `ShowNoDataTip` 参数控制无数据时是否显示下拉框 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3736 * feat(Html2Pdf): 增加 `BootstrapBlazor.Html2Pdf.iText` 组件内置 `iText` 导出 `PDF` 功能(不使用 Chrome 内核) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3748 * feat(FreeSqlExtensions): 更新扩展支持 `MultiFilter` 多选逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3751 ### Performance * perf(Select): 内部更改 `ICollection` 为 `List` 提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3620 * perf(Html2Pdf): 依赖 `PuppeteerSharp` 更新到 `18.0.2` 提升性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3744 ### Docs * doc(DatePicker): 移除 `IsShown` 参数文档错误 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3626 * doc(DockViewV2): 更新 `DockViewV2` 相关使用文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3635 * doc(GlobalSearch): 搜索框增加菜单分类功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3641 * doc(GlobalSearch): 增加搜索框自动关闭逻辑 by @Vision-Zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3647 * doc(Home): 首页重新设计 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3658 * doc(Locales): 更新 `EnumEducation` 单词拼写错误 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/3655 * doc(Themes): 中文环境下增加 **主题** 顶栏菜单准备出一些网站主题(收费) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3700 * doc(Table): 增加 `Table` 组件绑定只读属性示例 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3715 * doc(PopConfirmButton): 增加 `PopConfirmButton` 组件自定义内容示例使用级联参数关闭弹窗 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3755 * doc(Dispatch): 更新消息分发示例,获取 IP 地址逻辑使用全局配置 `BootstrapBlazorOptions` by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3757 ## New Contributors * @Witchie made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3717 * @startewho made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3627 **Full Changelog**: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.6.0...v8.7.0
最后提交信息为:
doc(Dispatch): update sample code (
#3757
)
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册