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): 增加
DataTableCaption属性自动转化为列标题功能 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提供LinkScript标签 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): 增加
SqlSugarORM 支持 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3333 - feat(PetaPoco): 更改服务生命周期为
TryAddTransientby @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参数可全屏当前TabItemby @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