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


【直播预告】eBPF 到底是可观测领域的神器 or 鸡肋?

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

此版本更新内容包括:

Release 2023-08-30 V7.10.0

What's Changed

破坏性更新

  • refactor(TableToolbarPopConfirmButton): 组件重命名 TableToolbarPopconfirmButton 更新为 TableToolbarPopConfirmButton 大小写变化 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1952
  • refactor(Table): 参数 ShowExportPdfButton 默认值由 true 更改为 false by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1976

Bugs

  • fix(Message): 修复设置 Placement="Bottom" 时消息出现位置不正确 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1908
  • fix(Popover): 修复 Content 不变问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1912
  • fix(ImageViewer): 修复首次加载错误图片后不再加载新图片问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1913
  • fix(AutoComplete): 修复展开小箭头不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1930
  • fix(Table): 修复 ShowLineNo="true" 在虚拟滚动模式下占位不正确问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1946
  • fix(PopConfirmButton): 修复设置 TooltipText 参数后无法触发 OnClick 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1950
  • fix(Table): 修复虚拟滚动模式下重置过滤条件不生效问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1956
  • fix(Upload): 修复 MaterialDesign 主题图标错误问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1971

Features

  • feat(Card): Collapsed 参数支持双向绑定 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1865
  • feat(Anchor): 重写锚点滚动动画提高性能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1872
  • feat(Ribbon): 支持地址栏 hash 锚点功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1905
  • feat(Menu): 增加 IsScrollIntoView 参数支持自动滚动到可视区域中心为止 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1910
  • feat(JSRuntimeEventHandler): RunEval 方法支持返回值 by @azlis in https://github.com/dotnetcore/BootstrapBlazor/pull/1918
  • feat(SlideButton): 新增 SlideButton 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1928
  • feat(DialButton): 新增 DialButton 组件 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1934
  • feat(Scroll): 滚动条组件支持横向美化 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1944
  • feat(Table): 表格组件增加高度自适应功能 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1947
  • feat(CountUp): 增加 CountUpOption 参数提供更多特效 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1965
  • feat(CountButton): 新增 CountButton 组件用于异步倒计时 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1974
  • feat(InputGroup): 增强 InputGroup 组件适配更多组件 SlideButton Dropdown 等 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1978
  • feat(Sass): 组件样式由 css 更改为 sass 为主题组件做准备 by @Vision-zhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1980
  • feat(FilterKeyValueAction): 增加 Filters 参数支持更复杂逻辑 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1986
  • feat(IFilterAction): 接口 IFilterAction 增加拉姆达表达式扩展方法 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/1990
  • feat(Tab): 增加 Menus 参数用于标签页与菜单联动 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2008
  • feat(Dropdown): 增加 IsPopover 参数 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2016
  • feat(Table): 增加 IsPopoverToolbarDropdownButton 参数工具栏 导出 下拉框按钮可悬浮 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2018
  • feat(Select): 增加 DefaultVirtualizeItemText 参数支持虚拟化时由于数据未加载或者加载项中无当前值 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/2020

Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v7.9.0...v7.10.0

详情查看:https://gitee.com/LongbowEnterprise/BootstrapBlazor/releases/v7.10.0


相關推薦

2024-09-28

BootstrapBlazor v8.10.1 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-9-27 V8.10.1 Bugs fix(PopConfirmButton): 修复表格行内删除按钮确认框无法关闭问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/435

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

2024-07-22

BootstrapBlazor v8.7.3 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: ## Release 2024-7-21 V8.7.3 What's Changed Bugs fix(DockView): 修复当前选中 Panel 刷新后丢失问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3860

2024-09-22

BootstrapBlazor v8.9.3 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-9-20 V8.9.3 Bugs fix(AutoFill): 修复按键 ArrowUp/Down/Esc/Enter 触发 OnCustomFilter 回调问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/

2024-10-22

BootstrapBlazor v8.10.4 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-10-21 V8.10.4 Bugs fix(ColorPicker): 修复销毁时报错问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4457 fix(Select): 更新 padding-ri

2024-07-29

BootstrapBlazor v8.7.4 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-7-28 V8.7.5 Bugs fix(SelectTable): 修复内置 InputGroup 组件时搜索栏丢失 Label 问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3896

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

2024-08-12

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): 修复首

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

2024-10-28

BootstrapBlazor v8.11.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-10-28 V8.11.0 Bugs fix(Table): 修复开启 border 模式并且固定列时丢失行边框问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/4554

2024-04-30

BootstrapBlazor v8.5.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-4-29 V8.5.0 Bugs fix(CodeEditor): 修复弹窗中首次渲染时不显示问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3187 fix(ButtonUpload

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): 修

2024-05-31

BootstrapBlazor v8.6.0 已经发布,Bootstrap 样式的 Blazor UI 组件库 此版本更新内容包括: Release 2024-5-30 V8.6.0 Bugs fix(DateTimePicker): 修复 NET6 框架无法拖动表针问题 by @ArgoZhang in https://github.com/dotnetcore/BootstrapBlazor/pull/3376 fix(IconTheme):