BootstrapBlazor v9.2.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v9.2.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2024-12-30 V9.2.0
Break changes
Bugs
- fix(DockView2): 修复
ShowPin
导致Float
图标丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4941 - fix(TreeView): 修复大量
9.1.9
版本导致的问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4934
Features
- feat(TreeView): 增加
SetItems
实例方法用于切换数据源 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4934 - feat(FieldIdentifier): 增加
GetRequiredValidator
扩展方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4937 - feat(Html2Pdf): 增加
--disable-web-security
配置支持加载字体文件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4957 - feat(DrawerOption): 增加
Component
参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4964 - feat(Display): 支持
Lookup
参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4975 - feat(BootstrapInputNumber): 支持判断
NumberDecimalSeparator
设置自动转化为input="text"
组件 by @densen2014 in https://github.com/dotnetcore/BootstrapBlazor/pull/4983 - feat(ScrollIntoViewBehavior): 增加
Description
标签 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4989 - feat(Input): 增加
Clearable
参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4991 - feat(ILookup): 增加
GetItemsAsync
扩展方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4979
Performance
Documentation
- doc(SelectTable): 更新
ValidateForm
中使用示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4947 - doc(ExportPdfButton): 增加导出片段示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4958
- doc(TreeView): 更新
Skeleton
骨架屏示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4960 - doc(MeiliSearch): 更新
MeiliSearch
组件文档增加Footer
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4966 - doc(Display): 增加
LookupServiceKey
示例文档 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4977
What's Changed
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v9.1.8...v9.2.0
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v9.2.0

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
RuoYi-Vue 3.8.9 发布,更多细节优化
若依前后端分离版本v3.8.9 已发布,更新日志: 用户管理支持分栏拖动 修改主题样式本地读取 用户头像http(s)链接支持 用户管理过滤掉已禁用部门 支持自定义显示Excel属性列 操作日志记录DELETE请求参数 白名单支持对通配符路径匹配 校检文件名是否包含特殊字符 代码生成创建表屏蔽违规的字符 菜单面包屑导航支持多层级显示 Excel注解支持wrapText是否允许内容换行 代码生成新增配置是否允许文件覆盖到本地 修复角色禁用权限不失效问题 修复代码生成上级菜单显示问题 修复导出子列表对象只能在最后的问题 修复TopNav无法正确获取active的问题 修复默认关闭Tags-Views内链页面打不开 升级oshi到最新版本6.6.5 升级tomcat到最新版本9.0.96 升级fastjson到最新版2.0.53 升级logback到最新版本1.2.13 升级spring-framework到最新版本5.3.39 升级quill到最新版本2.0.2 升级axios到最新版本0.28.1 优化身份证脱敏正则 优化权限更新后同步缓存 优化查询时间范围日期格式 优化参数键值更换为多...
- 下一篇
《灯灯》多租户快速开发平台 5.0.4 发布,vben5 体验版发布
java17/5.x 分支升级以下内容: feat(vben5):vben 5 体验版发布 fix: 5.0 代码生成器生成项目,本地生成报错,提示:文件不存在 fix: gateway 需要排除 undertow 和 tomcat 等容器依赖,预防websocket访问报错 fix: 解决2023.0.1.2和seata2.2.0兼容性问题 fix: seata 2.2.0 降级为 2.0.0 ,seata 2.2.0有bug fix: 修复单体版启用seata时,无法启动的bug refactor: 优化单体版配置文件的中seata信息 fix: token 去除 Bearer 前缀,否则跨服务调用时,token无法传递 refactor: fastdfs-client的groupId变更为top.tangyh.basic,便于自行维护源码 refactor: xxl-job-core的groupId变更为top.tangyh.basic,便于自行维护源码 refactor: 生产环境默认情况下禁用swagger文档 feat(vben5): 新增刷新token接口 feat(vb...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- CentOS8安装Docker,最新的服务器搭配容器使用
- Linux系统CentOS6、CentOS7手动修改IP地址
- 2048小游戏-低调大师作品
- Springboot2将连接池hikari替换为druid,体验最强大的数据库连接池
- CentOS8安装MyCat,轻松搞定数据库的读写分离、垂直分库、水平分库
- CentOS8编译安装MySQL8.0.19
- CentOS6,CentOS7官方镜像安装Oracle11G
- CentOS7,8上快速安装Gitea,搭建Git服务器
- SpringBoot2整合Thymeleaf,官方推荐html解决方案
- MySQL8.0.19开启GTID主从同步CentOS8