BootstrapBlazor v7.8.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
BootstrapBlazor v7.8.0 已经发布,Bootstrap 样式的 Blazor UI 组件库
此版本更新内容包括:
Release 2023-07-01 V7.8.0
What's Changed
破坏性更新
- chore(Table): 原属性
Searchs
更改为Searches
by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1417
Bugs
- fix(Transition): 修复
Duration
不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1341 - fix(EditorForm): 修复
Placeholders
参数不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1342 - fix(IConfiguration): 修复
BootstrapBlazor
组件包在WinForm/WPF
模式下使用时报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1351 - fix(Camera): 修复页面关闭时停止视频轨道报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1358
- fix(ValidateForm): 修复数据合规检查结果
Tooltip
销毁时脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1361 - fix(Topology): 修复
PushData
方法再使用不当时脚本报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1382 - fix(Spinner): 修复
Size
参数无效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1391 - fix(Select): 修复
OnSelectedItemChanged
触发两次问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1403 - fix(MenuItem): 修复子菜单展开时指示箭头图标不对问题 by @YSMC-W in https://github.com/dotnetcore/BootstrapBlazor/pull/1422
- fix(Table): 修复展开明细表时列调整脚本报错问题 @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1427
Features
- feat(Dialog): 组件增加
ShowResize
参数用于手动调整弹窗大小 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1349 - feat(DockView): 新增
BootstrapBlazor.Dock
组件库可拖动标签布局组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1365 - feat(RibbonTab): 新增
Render
方法用于代码执行渲染 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1373 - feat(Topology): 更新脚本增加
OnResize
事件监控提供自动适配功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1377 - feat(Topology): 适配
Modal
中使用此组件减少使用者代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1379 - feat(Chart): 支持标签文字大小调整 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1387
- feat(Popover): 支持动态更新
Title
Content
参数功能 by code by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1396 - feat(CheckboxList): 新增
IsButton
参数将复选框渲染成按钮组 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1401 - feat(Chart): 支持
PointStyles
参数 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1399 - feat(ContextMenu): 支持自动弹窗布局 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1412
- feat(AutoFill): 增加
AutoFill/AutoComplete
加载图标 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1421 - feat(Table): 开始
ShowSearch
顶栏模式时内置高度自适配功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1432 - feat(FloatingLabel): 增加
IsGroupBox
参数组件与Google
登录框效果保持一致 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1442 - feat(LazyLoading): 新增
LazyLoading
组件用于组件懒加载非常适合分散算力时使用 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1446 - feat(MouseFollower): 新增
MouseFollower
组件 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1448 - feat(HtmlRender): 增加
Type
参数重载方法使用更方便 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1456 - feat(PDF): 增加
IHtml2Pdf
服务接口 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1454 - feat(IFrame): 增加实例方法
PushData
用于与内部页面实现双向通讯 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1461 - feat(Analyzer): 增加
BootstrapBlazor.Analyzer
分析器 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1467 - feat(Table): 增加导出
Pdf
按钮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1480 - feat(Table): 增加
TriggerContextMenu
参数用于设置单元格右键菜单 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1450 - feat(Table): 内置行选中高亮样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1388
Docs
- doc(Table): 更新行高亮示例代码 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1390
Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v7.7.0...v7.8.0
详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v7.8.0

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
ShopWind v4.2 更新,Vue3+uniapp 新增虚拟产品扫描核销
ShopWind 多商户商城系统v4.2 发布更新,PHP+MySQL,服务端 Yii2 框架,移动端 uniapp。使用 vue3/vite、Element Plus UI、 axios 数据请求、页面异步加载。 本次更新新增虚拟商品,服务类型商品,虚拟商品,支持线下到店二维码核销,无需发货,修复优化了 webIM 客服系统等多项。 移动端预览: 平台后台预览 新增部分功能如下: 1. 产品发布新增商品类型选择(实物商品、服务商品、虚拟商品)。实物商品:走常规的发货物流流程;服务商品:线下到店二维码核销,无需发货,下单无需收货地址;虚拟商品:无需收货地址,虚拟发货,如软件行业,充值卡券 2. 新增api接口,服务商品订单核销接口。 3. 新增服务商品订单核销二维码,买家订单展示二维码,商家通过扫码核销。 4. WebIM客服聊天增加点击回车发送消息,支持表情、图片上传,支持回话窗口展示订单。 5. 演示数据增加完整地区数据。数据库表region(地区表)字段增加letter(首字母) 6. 页面装修支持自定义新增新的页面,pc端,移动端均支持自定义增加新页面,增加新页面diy可视化组...
- 下一篇
web 文件传输工具( trzsz.js 组件 )发布 v1.1.1
web 文件传输工具( trzsz.js 组件 )发布 v1.1.1 ,做了一些细节上的优化。 trzsz(trz /tsz) 是一个兼容 tmux 的文件传输工具,和 lrzsz ( rz /sz ) 类似,并且有进度条,支持目录传输,支持拖动上传。 https://github.com/trzsz/trzsz.js支持在 web 浏览器中使用类似 rz /sz 上传和下载文件,也支持 electron 开发的跨平台应用。 js版的trzsz.js,可以在 Chrome浏览器中使用trzsz(trz /tsz) 上传和下载文件,如图: js版的trzsz.js,可以集成到 electron 开发的终端中,使用trzsz(trz /tsz) 上传和下载文件,如图:
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- Red5直播服务器,属于Java语言的直播服务器
- CentOS7,8上快速安装Gitea,搭建Git服务器
- CentOS6,7,8上安装Nginx,支持https2.0的开启
- CentOS8,CentOS7,CentOS6编译安装Redis5.0.7
- SpringBoot2更换Tomcat为Jetty,小型站点的福音
- Jdk安装(Linux,MacOS,Windows),包含三大操作系统的最全安装
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- SpringBoot2全家桶,快速入门学习开发网站教程
- CentOS8安装MyCat,轻松搞定数据库的读写分离、垂直分库、水平分库
- CentOS8编译安装MySQL8.0.19