BootstrapBlazor v7.12.0 已经发布,Bootstrap 样式的 Blazor UI 组件库


BootstrapBlazor v7.12.0 已经发布,Bootstrap 样式的 Blazor UI 组件库

此版本更新内容包括:

Release 2023-10-31 V7.12.0

Bugs

  • fix(MenuLink): 修复 MenuLink 地址为 / 时始终高亮问题 by @ray-gilbert in https://github.com/dotnetcore/BootstrapBlazor/pull/2204
  • fix(CountUp): 修复不显示数字 0 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2236
  • fix(Upload): 修复重新上传后无法预览问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2240
  • fix(Table): 修复固定表头模式下最后一列无法拖动调整宽度问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2266
  • fix(DialButton): 修复设置 bottom-start 时无法弹出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2300
  • fix(Table): 修复设置为动态数据是无法编辑问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2302

Features

  • feat(QueryPageOptions): 增加 IsVirtualScroll 参数用于判断是否为虚拟滚动请求数据 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2211
  • feat(Responsive): 增加 ExtraExtraSmall 阈值 <375px by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2215
  • feat(Bootstrap): 更新 bootstrapv5.3.2 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2217
  • feat(DockView): 增加 Reset 实例方法用于重置布局 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2220
  • feat(Dock): 增加 GetLayoutConfig 实例方法用于服务器端获得当前布局 json 配置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2223
  • feat(ColorPicker): 更新样式适配 InputGroup by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2226
  • feat(Marquee): 新增 Marquee 滚动条幅组件 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/2225
  • feat(Layout): 增加 AllowDragTab 参数用于控制多标签是否允许拖动功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2230
  • feat(MaterialDesign): 增加 TableAdvancedSort 图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2238
  • feat(BootstrapInputGroupLabel): 增加 ShowRequiredMark 参数用于控制是否显示必填标记符号 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2242
  • feat(Carousel): 增加 PlayMode 参数用于控制走马灯播放模式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2252
  • feat(Chart): 增加 X 轴 Y 轴刻度等颜色设置 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/2248
  • feat(Tooltip): 更新样式适配 InputGroup by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2254
  • feat(Popover): 更新样式适配 InputGroup by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2256
  • feat(Switch): 更新样式适配 InputGroup by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2259
  • feat(Select): 增加 GroupItemTemplate 参数用于自定义分组项 UI by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2264
  • feat(Stack): 新增布局组件 Stack 对应 css flex 布局 by @Vision-zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2250
  • feat(InputNumber): 增加全局配置用户设置全站 <input type="number" /> 步长 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2268
  • feat(Drawer): 增加 AllowResize 参数用于拖动鼠标调整宽度 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2275
  • feat(IZipArchiveService): 增加 ArchiveDirectory 方法,可直接压缩文件夹 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2279
  • feat(Segmented): 新增 segmented 组件 by @Vision-zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2281
  • feat(JSModule): 增加扩展方法 OpenUrl IsMobile by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2290
  • feat(CodeEditor): 新增代码编辑器组件 codeeditor by @Vision-zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2244

New Contributors

  • @ray-gilbert made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/2204

Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v7.11.0...v7.12.0

详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v7.12.0


相關推薦

2024-09-28

BootstrapBlazor v8.10.1 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-9-27 V8.10.1 Bugs fix(PopConfirmButton): 修复表格行内删除按钮确认框无法关闭问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/435

2023-11-17

BootstrapBlazor v8.0.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-11-16 V8.0.0 What's Changed fix(Table): 修复单元格内溢出文本 Tooltip 未居中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2307 f

2024-07-22

BootstrapBlazor v8.7.3 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: ## Release 2024-7-21 V8.7.3 What's Changed Bugs fix(DockView): 修复当前选中 Panel 刷新后丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3860

2024-09-22

BootstrapBlazor v8.9.3 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-9-20 V8.9.3 Bugs fix(AutoFill): 修复按键 ArrowUp/Down/Esc/Enter 触发 OnCustomFilter 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/

2024-10-22

BootstrapBlazor v8.10.4 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-10-21 V8.10.4 Bugs fix(ColorPicker): 修复销毁时报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4457 fix(Select): 更新 padding-ri

2024-07-29

BootstrapBlazor v8.7.4 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-7-28 V8.7.5 Bugs fix(SelectTable): 修复内置 InputGroup 组件时搜索栏丢失 Label 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3896

2024-08-12

BootstrapBlazor v8.8.2 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-8-11 V8.8.2 Bugs fix(TimePicker): 修复弹窗中无法调节时间问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3975 fix(Table): 修复首

2023-08-31

【直播预告】eBPF 到底是可观测领域的神器 or 鸡肋? BootstrapBlazor v7.10.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-08-30 V7.10.0 What's Changed 破坏性更新 refactor(TableToolbarPopConfirmButton): 组件重命

2023-08-01

BootstrapBlazor v7.9.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-08-01 V7.9.0 What's Changed Bugs fix(Chart): 修复 borderWidth 属性不生效问题 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1474 fix(Filter):

2023-07-03

BootstrapBlazor v7.8.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-07-01 V7.8.0 What's Changed 破坏性更新 chore(Table): 原属性 Searchs 更改为 Searches by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1417

2024-10-28

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

2024-04-30

BootstrapBlazor v8.5.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-4-29 V8.5.0 Bugs fix(CodeEditor): 修复弹窗中首次渲染时不显示问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3187 fix(ButtonUpload

2024-02-02

BootstrapBlazor v8.2.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-1-31 V8.2.0 Bugs fix(ITableColumn): 修复 Step 参数不接受 any 值问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2718 fix(Textarea): 修

2024-05-31

BootstrapBlazor v8.6.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-5-30 V8.6.0 Bugs fix(DateTimePicker): 修复 NET6 框架无法拖动表针问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3376 fix(IconTheme):