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


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): 修复未触发 ValueChanged 回调问题 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/3206
  • fix(BootstrapInput): 修复无法通过代码设置 Value 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3227
  • fix(TableColumn): 修复设置 Readonly="true"Rows 参数失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3268
  • fix(CacheManager): 修复二次加载相同动态程序集报错问题 by @kimdiego2098 in https://github.com/dotnetcore/BootstrapBlazor/pull/3279
  • fix(TreeView): 修复 AutoCheckChildren 参数在 OnExpandNodeAsync 回调中失效问题 by @XiaoChenDan in https://github.com/dotnetcore/BootstrapBlazor/pull/3313
  • fix(Editor): 修复 EditTemplate 模板中使用 Editor 组件报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3351
  • fix(FullScreenButton): 修复 FullScreenIcon 丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3355

Features

  • feat(DateTimeRange): 增加 农历 24节气 节假日 功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3190
  • feat(MaterialDesign): 更新 TreeView 组件搜索图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3199
  • feat(Table): 增加 DataTable Caption 属性自动转化为列标题功能 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/3214
  • feat(Table): 增加 OnToggleDetailRowCallback 回调参数,切换明细行展开收起时触发 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3218
  • feat(DateTimePicker): 增加 功能 by @cm0201 in https://github.com/dotnetcore/BootstrapBlazor/pull/3228
  • feat(IpLocatorOptions): 增加 ProviderName 参数用于指定定位器名称 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3238
  • feat(DockView): 增加 Version 参数用于版本升级后服务器端配置强行覆盖本地存储配置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3240
  • feat(TableExportOptions): 增加 TableExportOptions 配置类用于配置表格导出 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3246
  • feat(JuHeIpLocatorProvider): 增加 JuHeIpLocatorProvider 聚合定位器(付费) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3265
  • feat(Select): 更新默认值过滤掉禁用候选项功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3270
  • feat(TableExport): 重新设计 ExportAsync 方法兼容老版本 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3276
  • feat(TagHelper): 增加 BootstrapBlazor.TagHelper 提供 Link Script 标签 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3278
  • feat(WebClientInfo): 集成 Ip 地理位置定位功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3304
  • feat(Dock): 更新 Stack 关闭按钮显示逻辑,任意一个标签设置不显示时整个 Stack 不显示关闭按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3307
  • feat(Dock): 支持服务器端配置新面板覆盖本地存储功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3309
  • feat(Dock): 增加 ShowHeader 参数用于设置是否显示标签 Header 功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3315
  • feat(DataService): 增加 SqlSugar ORM 支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3333
  • feat(PetaPoco): 更改服务生命周期为 TryAddTransient by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3336
  • feat(Table): 增加 ReloadColumnOrdersFromBrowserAsync 回调方法用于读取本地存储的列顺序 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3343
  • feat(Select): 增加 Clear 清空当前选值方法 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3340
  • feat(ConnectionHubOptions): 增加 EnableIpLocator 参数用于控制是否自动将 IP 翻译成地理位置信息 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3353
  • feat(FullScreenButton): 增加 TargetId 参数用于指定全屏元素 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3357
  • feat(TabItem): 增加 ShowFullScreen 参数可全屏当前 TabItem by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3359
  • feat(Tab): 增加 ShowFullScreen 参数控制标签页是否显示全屏小按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3361
  • feat(TableColumn): 增加 Ignore 参数控制是否渲染当前列 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3365
  • feat(BootstrapIcon): 增加 bootstrap-icon 图标库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3368
  • feat(DockView): 增加 Stack 布局 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3372

New Contributors

  • @kimdiego2098 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3206
  • @cm0201 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3228
  • @XiaoChenDan made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3313

Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.4.0...v8.5.0

详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.5.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

2023-11-01

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(Count

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-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):