BootstrapBlazor v8.11.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
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
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.11.0