BootstrapBlazor v8.2.0 已经发布,Bootstrap 样式的 Blazor UI 组件库


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): 修复脚本执行抛出异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2728
  • fix(Table): 修复 DynamicContext 为空导致异常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2730
  • fix(Localizer): 移除内部类 MissingLocalizerCache 统一使用 CacheManager 缓存类 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2742
  • fix(BreakPoint): 修复 BreakPoint 值兼容 abp 等其他框架 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2844
  • fix(DefaltDataService): 更新默认数据服务实现类支持分页与虚拟滚动 by @j4587698 in https://github.com/dotnetcore/BootstrapBlazor/pull/2746
  • fix(TableFooter): 修复表格合计功能无法刷新问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2748
  • fix(Print): 更新 Print 组件兼容 NET8 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2755
  • fix(IpAddress): 增加 disabled 样式变量 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2773
  • fix(Pagination): 修复 wasm 工作不正常问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2778
  • fix(Table): 修复 WebApp 模式下点击刷新报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2796
  • fix(Table): 修复参数组合后高度自动计算出错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2798
  • fix(BootstrapInputGroupLabel): 修复 required 标签不显示小红星问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2803
  • fix(ListGroup): 修复 list-group-item 背景色变量不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2807
  • fix(Localization): 修复代码设置 DefaultCultureInfo 失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2813
  • fix(Menu): 修复 nav-link 前景色颜色失效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2815
  • fix(Drawer): 修复 padding 变量丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2817
  • fix(JSModule): 修复 JSException 被内部隐藏导致调试困难问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2819
  • fix(Table): 修复 使用 @bind-SelectedRow 翻页后导致排序被重置问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2825
  • fix(Card): 修复 mdi 图标主题 Header 箭头不旋转问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2836
  • fix(DynamicElement): 更新参数 NameTagName by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2841
  • fix(Popover): 修复 OnBeforeClick 二次触发时不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2879

Features

  • feat(Link): 新增 Link 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2712
  • feat(Script): 新增 Script 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2714
  • feat(Translator): 新增 Translator 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2726
  • feat(CacheManager): 更新 Clear 方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2738
  • feat(SelectObject): 新增 SelectObject 组件支持将任意组件放入到下拉框中 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2840
  • feat(Table): 工具栏支持 ButtonUpload 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2761
  • feat(InputNumber): 支持 oninput 事件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2767
  • feat(Calendar): 增加 OnValueChanged 回调方法提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2780
  • feat(Table): 动态数据类型支持分页功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2782
  • feat(IDynamicContext): 增加 OnFilterCallback 回调方法支持过滤搜索功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2785
  • feat(Card): 更新 HeaderTemplate 样式 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2787
  • feat(Table): 更新 PageIndex 逻辑支持动态类型分页 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2789
  • feat(Table): 新增 TableToolbarComponent 组件用于 Table 工具栏左侧部分 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2799
  • feat(Utility): 新增 AddLinkBatch AddScriptBatch 扩展方法 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/2809
  • feat(MultiSelect): 优化内部渲染逻辑减少一次更新提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2811
  • feat(SelectTable): 增加 SelectTable 组件将表格组件 Table 集成到下拉框内 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2775
  • feat(Upload): 增加 Max 参数用于限制上传文件个数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2833
  • feat(SlideButton): 增加 ButtonItemTemplate 模板参数用于自定义按钮项 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2846
  • feat(SlideButton): 增加 HeaderTemplate 模板参数用于自定义 Header by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2848
  • feat(Table): 更新 Table 动态类型数据支持过滤 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2856
  • feat(BrowserFinger): 新增 IBrowserFingerService 内置浏览器指纹服务可用于匿名用户追踪 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2860
  • feat(Toast): 增加 PreventDuplicates 参数用于阻止相同弹窗仅弹出一次 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2873

Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v8.1.0...v8.2.0

详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v8.2.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):

2023-07-03

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

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等组

2023-09-13

片、网易云) V8.2.0版本更新 2023年09月12日ModStartBlog发布v8.2.0版本,增加了以下6个特性: [新功能] MS.Util.browser 浏览器判断工具类 [新功能] 文件上传Vue组件新增Flat模式和addFile方法 [新功能] 友情链接支持独立页面 /p

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-01-23

BabyOS V8.2.0 已经发布,为 MCU 项目开发提速的代码框架 此版本更新内容包括: 1.更换配置BabyOS的方式,采用Kconfig 2.windows环境下双击_config目录下b_config.bat进行配置 3.linux环境下运行test目录,执行make menuconfig进行配置 4.减少IAP

2023-04-04

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