BootstrapBlazor v8.6.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
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): 修复刷新导致图标显示为乱码问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3428
- fix(SelectTable): 修复下拉框宽度未自动填充父容器问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3465
- fix(Chart): 修复
ShowPointStyle设置不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3476 - fix(FreeSqlExtensions): 修复模糊搜索条件不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3504
- fix(TreeView): 修复刷新后所有父节点均显示为不确定状态问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3517
- fix(Table): 修复开启列调整功能空数据导致表格组件异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3552
- fix(ClockPicker): 修复
NET6框架下组件销毁报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3567 - fix(Collapse): 修复
collapsed状态下图标不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3569
Features
- feat(DockView): 增加
TitleClass/TitleWidth参数用于设置标题宽度与自定义样式 #3377 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3378 - feat(IHtml2Pdf): 增加
PdfStreamFromHtmlAsync回调方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3382 - feat(TableExport): 更新
ExportPdfAsync方法使用IHtml2Pdf接口实现PDF导出功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3384 - feat(IExportPdf): 删除
ExportPdfService服务 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3386 - feat(ITableExport): 增加
TagLinks参数支持自定义导出样式功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3390 - feat(IHtml2Pdf): 支持
linux操作系统 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3388 - feat(MultiSelect): 公开
Clear/SelectAll/InvertSelect实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3403 - feat(MultiSelect): 公开
Show/Hide方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3404 - feat(DockView): 增加
TitleTemplate参数可实现自定义标题(如增加 小图标等功能) by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3411 - feat(ExportPdfButton): 增加
ExportPdfButton组件通过设置可以指定导出网页中任意部分 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3416 - feat(IJSRuntime): 增加
GetHtml扩展方法,可获得任意指定区域Html原生代码用于导出PDFby @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3420 - feat(IconTheme): 增加
FullScreenExitButtonIcon全屏图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3422 - feat(ExportPdfButton): 增加
ExportPdfSettings组件用于设置Pdf导出配置 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3426 - feat(ThemeProvider): 增加
ThemeProvider组件提供明亮暗黑自动主题切换功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3430 - feat(IconTheme): 增加主题图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3432
- feat(Topology): 增加
IsFitView/IsCenterView配置项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3436 - feat(IconTheme): 更新全屏图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3438
- feat(ScrollOptions): 增加
ScrollOptions全局配置参数,通过BootstrapBlazorOptionsby @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3440 - feat(Table): 增加
ColumnMinWidth参数用于设置列最小宽度,防止列过多时挤在一起 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3442 - feat(Chart): 增加导出图片功能 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3455
- feat(Chart): 增加
CanvasBackgroundColor参数用于设置导出图片背景色 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3458 - feat(DateTimeRange): 增加
RenderMode参数用于设置DateTimeRange组件渲染模式,可通过单个日历弹窗设置区间 by @eramosr16 in https://github.com/dotnetcore/BootstrapBlazor/pull/3445 - feat(Chart): 增加
IsAnimation参数用于控制是否使用动画 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3474 - feat(Button): 增加
IsKeepDisabled参数用于按钮异步操作后是否保持禁用状态 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3478 - feat(MultiSelect): 增加
IsSingleLine参数用于设置多选框显示结果显示成一行 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3507 - feat(CardUpload): 增加点击图片自动显示预览大图功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3515
- feat(SvgEdtior): 增加
UpdateAsync方法用于更新svg编辑器 by @Vision-zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3512 - feat(WebClientOptions): 增加
WebClientOptions配置类,可控制是否将 IP 地址进行城市翻译 class by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3520 - feat(TimePicker): 重新设计
TimePicker组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3526 - feat(Message): 增加
ShowMode参数,可设置为仅显示一个消息弹窗 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/3531 - feat(Select): 增加关闭图标当使用
DisplayTemplate自定义显示内容时 by @eramosr16 in https://github.com/dotnetcore/BootstrapBlazor/pull/3544 - feat(RibbonTab): 样式使用变量化为进一步使用主题做准备 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3560
- feat(MultiSelect): 增加
DisplayTemplate参数用于自定义显示模板 by @eramosr16 in https://github.com/dotnetcore/BootstrapBlazor/pull/3557 - feat(Table): 增加
GetTooltipTextCallback回调参数,用于自定义Tooltip显示内容 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3565 - feat(Table): 增加自定义搜索条件功能 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/3576
- feat(Drawser): 增加
DrawserService服务,可通过代码直接弹出抽屉无需Razor代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3582 - feat(Table): 增加
LoadingTemplate模板,可自定义加载时显示内容 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/3583 - feat(Localization): 增加
ILocalizationMissingItemHandler接口,可自定义处理丢失本地化键值项逻辑 by @cairabbit in https://github.com/dotnetcore/BootstrapBlazor/pull/3584 - feat(Dialog): 重新设计模态框扩展方法
ShowModal精简半吨代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3590 - feat(ColorPicker): 增加
Formatter参数,用于格式化显示值,可用于将RGB值显示为ARGB或者RGBAby @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3592 - feat(DialogSaveButton): 增加
OnSaveAsync回调方法,内置规则返回true时自动关闭弹窗 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3595 - feat(Table): 增加第四种编辑模式
Drawer新建或者编辑时使用抽屉进行数据更新操作 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3588
New Contributors
- @eramosr16 made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3445
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.5.0...v8.6.0
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.6.0
关注公众号
低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
-
上一篇
210 万 token 免费测试星火大模型 V3.5,试用还有个人云盘可领!
10 万 token 能做什么?写一篇行业分析报告,翻译一章外国小说,又或是畅聊情感话题,解答一个复杂问题…… 在大模型世界,"token"是一个常用的度量单位。一个 token 通常代表一个文本单元,通常一个英文单词、一个标点符号就是一个 token。在自然语言处理(NLP)中,一个 token 可以是任何可以独立识别的字符串单元。 对 token 数量的支持可以在一定程度上反映大模型的能力。一般来说,token 数量越多,模型能够处理的语义单位就越多,理论上其对语言的理解也就越细致。这意味着模型可以更好地理解和生成更复杂的文本,包括更专业的术语和更细腻的情感表达。目前最新版 GPT-4 Turbo 模型最高支持 128k token 上下文。 而不久前刚发布的讯飞星火 V3.5 也实现了长文本能力全新升级,在多个垂直领域的知识问答任务上,星火大模型长文本总体水平已经超过GPT-4 Turbo。此外,通过“剪枝”和“蒸馏”技术,讯飞推出了业界最高性能的13B,130亿的模型来处理长文本。在效果损失仅3%以内的情况下,使文档上传解析、知识问答的首响时间以及文字生成上获得极大效率提升,在...
-
下一篇
Java 流媒体服务框架 ZLM4J 发布 1.0.8 版本
流媒体服务框架ZLM4J发布1.0.8版本 🔥🔥🔥ZLM4J 打造属于Java的流媒体生态框架,打通直播协议栈、视频监控协议栈、实时音视频协议栈,是您二开流媒体不二的选择。 🌟发布 1.0.8(已上传到中央仓库无需自己编译!) 开源地址:https://gitee.com/aizuda/zlm4j 使用文档:https://ux5phie02ut.feishu.cn/wiki/NA2ywJRY2ivALSkPfUycZFM4nUB <dependency> <groupId>com.aizuda</groupId> <artifactId>zlm4j</artifactId> <version>1.0.8</version> </dependency> 版本 1.0.8 更新日志: 拉取基于2024-05-29-master分支开发 发布jar到中央仓库 增加mk_proxy_player_create3,mk_proxy_player_create4函...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- Windows10,CentOS7,CentOS8安装Nodejs环境
- Springboot2将连接池hikari替换为druid,体验最强大的数据库连接池
- CentOS6,7,8上安装Nginx,支持https2.0的开启
- CentOS7编译安装Cmake3.16.3,解决mysql等软件编译问题
- MySQL8.0.19开启GTID主从同步CentOS8
- CentOS7,8上快速安装Gitea,搭建Git服务器
- SpringBoot2全家桶,快速入门学习开发网站教程
- SpringBoot2整合Thymeleaf,官方推荐html解决方案
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- Red5直播服务器,属于Java语言的直播服务器

微信收款码
支付宝收款码