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


相關推薦

2023-11-17

BootstrapBlazor v8.0.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-11-16 V8.0.0 What's Changed fix(Table): 修复单元格内溢出文本 Tooltip 未居中问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2307 f

2023-11-01

BootstrapBlazor v7.12.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-10-31 V7.12.0 Bugs fix(MenuLink): 修复 MenuLink 地址为 / 时始终高亮问题 by @ray-gilbert in https://github.com/dotnetcore/BootstrapBlazor/pull/2204 fix(Count

2023-08-31

【直播预告】eBPF 到底是可观测领域的神器 or 鸡肋? BootstrapBlazor v7.10.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-08-30 V7.10.0 What's Changed 破坏性更新 refactor(TableToolbarPopConfirmButton): 组件重命

2023-08-01

BootstrapBlazor v7.9.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2023-08-01 V7.9.0 What's Changed Bugs fix(Chart): 修复 borderWidth 属性不生效问题 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1474 fix(Filter):

2024-02-02

BootstrapBlazor v8.2.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-1-31 V8.2.0 Bugs fix(ITableColumn): 修复 Step 参数不接受 any 值问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2718 fix(Textarea): 修

2022-10-09

BootstrapBlazor v6.11.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 发布时间 2022-10-06 V6.11.0 V6.10.12 feat(#I5SO59): 组件 Collapse 重构移除 javascript 脚本降低维护成本 #I5SO59 refactor(#I5U6ZK): 组件 AnchorLink 移除 TooltipText 默认值 #I5U6ZK V6.10.1

2022-11-06

BootstrapBlazor v6.12.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: 发布时间 2022-10-06 V6.11.0 V6.12.0 feat(#I5Z36Y): 服务 DownloadService 增加 DownloadFromFileAsync 扩展方法直接给物理路径即可 #I5Z36Y feat(#I5Z543): 组件 Resp

2021-12-17

保护的浏览器存储(Server独享功能) 组件库 主流的Bootstrap, Ant Design, Material Design等双方都有。但由于现代前端多年的积累,质量上的确有一定差距。 除了丰富程度上,Blazor允许被JavaScript调用加载,并生成Angualr、React等组

2022-12-26

Bootstrap v5.3.0-alpha1 现已发布,此版本带来了新的颜色模式支持、带有变量和实用程序的扩展调色板等。具体更新内容如下: 深色模式和彩色模式 Bootstrap现在支持通过 root<html>元素上的data-bs-theme属性来明确选择创建多种颜

2022-07-28

当你的现有代码被翻译成本地二进制时,那个小小的 jvm bootstrap 超时就会消失。 在 2.1.x 版本中,我们用实验性的 Spring Native 项目证明了可以创建一个在 Linux、macOS 和 Windows 中以同样方式工作的 Spring Shell 应用程序。 Spring S

2024-01-13

代码,跨平台,开箱即用,一处代码,多处运行。 现已发布2.0版本,主要特性如下: 快速开发:基于 Blazor,在线表单设计,自动生成代码 通用权限:内置通用权限模块,只需专注业务功能 国际化:提供完备的国际化多

2023-04-04

Bootstrap 5.3.0-alpha3 现已发布,具体更新内容如下: 修复了 node-sass/Hugo 错误的插值变量。 在calc()函数中使用 Sass 变量时,添加了对插值变量的检查,以捕获 Node Sass 的编译错误。 开始在更多组件中使用--bs-border-radius变量。

2023-11-13

于为桌面和嵌入式设备构建原生用户界面。 近日,Slint 发布了 1.3 版本,引入许多增强开发体验的新功能和改进。 下载地址:https://github.com/slint-ui/slint/releases/tag/v1.3.0 下面是值得关注的亮点: 为 Windows 和 Mac 引入新的

2023-10-27

很高兴跟大家宣布,Kingcloud Design进入 v3.0 时代,该版本技术侧变动不大,设计侧对组件UI/UE进行了打磨,致力于呈现出更专业,更具活力的设计系统。欢迎大家尝鲜,那些还在使用1.0的同学,该抓紧升级啦~   Kingcloud