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更改为falseby @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组件适配更多组件SlideButtonDropdown等 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