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
为您推荐与 bootstrap 相关的帖子:
暂无回复。