BootstrapBlazor v8.7.0 发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v8.7.0 已经发布,Bootstrap 样式的 Blazor UI 组件库。
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
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.7.0

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Northstar v7.3.3 已经发布,盈富量化平台
Northstar v7.3.3 已经发布,盈富量化平台 此版本更新内容包括: 修复 #IA9AIM #I9VIQ0 #I9V1KS 详情查看:https://gitee.com/dromara/northstar/releases/v7.3.3
- 下一篇
中大猫谱-zhongdamaopu v1.14.1 发布
中大猫谱-zhongdamaopu v1.14.1 已经发布。 新增功能: 可以使用每一张猫猫照片,生成“喵ID”分享海报 可以关注猫猫,并在“喵友圈”查看它近30天的照片、留言更新 其他: 小程序分包,解决主包过大的问题 识猫按钮放到首页右上角,如果没有配置地址,则默认不显示该按钮 修复一些bug 【更新注意】 由于开启了代码分包,会多一个分包图片文件夹。你如果是从旧版更新过来,需要把旧版的images文件夹的badge和recognize文件夹迁移到分包文件夹中。 主包图片路径:miniprogram\pages\public\images 分包图片路径:miniprogram\pages\packageA\pages\images 【注意】 如果你看的是B站部署视频,请了解:随着微信版本更新,原有的微信云开发函数已无法正常使用,请参考文档,将小程序部署到Laf平台,不需要再激活微信云开发了。 详情查看:https://gitee.com/sysucats/zhongdamaopu/releases/v1.14.1
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- Windows10,CentOS7,CentOS8安装Nodejs环境
- Docker快速安装Oracle11G,搭建oracle11g学习环境
- 2048小游戏-低调大师作品
- SpringBoot2初体验,简单认识spring boot2并且搭建基础工程
- CentOS7编译安装Cmake3.16.3,解决mysql等软件编译问题
- SpringBoot2配置默认Tomcat设置,开启更多高级功能
- CentOS7编译安装Gcc9.2.0,解决mysql等软件编译问题
- CentOS6,7,8上安装Nginx,支持https2.0的开启
- 设置Eclipse缩进为4个空格,增强代码规范
- CentOS关闭SELinux安全模块