BootstrapBlazor v8.8.2 发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v8.8.2 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2024-8-11 V8.8.2
Bugs
- fix(TimePicker): 修复弹窗中无法调节时间问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3975
- fix(Table): 修复首次加载不可见时高度设置不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3980
- fix(Layout): 修复设置
SideWidth
参数后导致侧边栏无法收起问题 by @SamXMG in https://github.com/dotnetcore/BootstrapBlazor/pull/3977 - fix(Table): 修复
Table
组件调整父容器大小时脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4000 - fix(Table): 修复
Table
组件工具栏或者分页栏折行后导致父容器溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4001 - fix(ValidaetForm): 修复
InputGroup
组件内置ValidateForm
时默认显示两个标签问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4003 - fix(AutoFill): 修复开启自定义查询时回车未选中第一个候选项问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4015
- fix(Table): 修复
CardView
模式未计算高度导致父容器溢出问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4017
Features
- feat(IntersectionObserver): 增加
IntersectionObserver
交叉观察器组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3984 - feat(DriverJs): 增加
Highlight
高亮显示实例方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3997 - feat(Checkbox): 增加
OnBeforeStateChanged
回调方法可根据业务逻辑阻止复选框被选中 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4005 - feat(TreeView): 增加
MaxSelectedCount
参数与OnMaxSelectedCountExceed
回调方法可设置树状组件最大选择节点数功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4007 - feat(CheckboxList): 增加
OnMaxSelectedCount
参数与OnMaxSelectedCountExceed
回调方法可设置最大选项数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4010 - feat(AntDesignIcon): 增加
AntDesignIcon
蚂蚁图标库 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4012 - feat(TreeView):
MaxSelectedCount
支持选中未展开节点时计算当前选中节点是否超值功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4014
New Contributors
- @SamXMG made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3977
- @tonyguo made their first contribution in https://github.com/dotnetcore/BootstrapBlazor/pull/3978
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.8.1...v8.8.2
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.8.2

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Rudis 0.0.5 发布
Rudis 0.0.5 已经发布。 此版本更新内容包括: [兼容] Set 命令 NX XX 等可选参数的大小写匹配。 [调整] Bind 启动参数默认值,由 127.0.0.1 修改为 0.0.0.0。 [新增] docker-compose 部署支持。 [新增] MacOS 发行包。 详情查看:https://gitee.com/rudis/rudis/releases/0.0.5
- 下一篇
横扫鸿蒙弹窗乱象,SmartDialog出世
前言 但凡用过鸿蒙原生弹窗的小伙伴,就能体会到它们是有多么的难用和奇葩,什么AlertDialog,CustomDialog,SubWindow,bindXxx,只要大家用心去体验,就能发现他们有很多离谱的设计和限制,时常就是一边用,一边骂骂咧咧的吐槽 实属无奈,就把鸿蒙版的SmartDialog写出来了 flutter的自带的dialog是可以应对日常场景,例如:简单的打开一个弹窗,非UI模块使用,跨页面交互之类;flutter_smart_dialog 是补齐了大多数的业务场景和一些强大的特殊能力,flutter_smart_dialog 对于flutter而言,日常场景是锦上添花,特殊场景是雪中送炭 但是 ohos_smart_dialog 对于鸿蒙而言,日常场景就是雪中送炭!单单一个使用方式而言,就是吊打鸿蒙的CustomDialog,CustomDialog的各种限制和使用方式,我不想再去提及和吐槽了 有时候,简洁的使用,才是最大的魅力 鸿蒙版的SmartDialog有什么优势? 单次初始化后即可使用,无需多处配置相关Component 优雅,极简的用法 非UI区域内使用,自...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- CentOS7编译安装Gcc9.2.0,解决mysql等软件编译问题
- SpringBoot2整合Redis,开启缓存,提高访问速度
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- CentOS8,CentOS7,CentOS6编译安装Redis5.0.7
- MySQL8.0.19开启GTID主从同步CentOS8
- Mario游戏-低调大师作品
- Linux系统CentOS6、CentOS7手动修改IP地址
- Docker使用Oracle官方镜像安装(12C,18C,19C)
- Docker安装Oracle12C,快速搭建Oracle学习环境
- CentOS7安装Docker,走上虚拟化容器引擎之路