Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnetcore/BootstrapBlazor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.2
Choose a base ref
...
head repository: dotnetcore/BootstrapBlazor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.5.4
Choose a head ref
  • 11 commits
  • 49 files changed
  • 2 contributors

Commits on Apr 2, 2025

  1. fix(RibbonTab): cannot automatically shrink in float mode (#5775)

    * 修复无法自动收缩问题
    
    * refactor: 代码规范化
    
    * fix: 提高性能
    
    ---------
    
    Co-authored-by: Argo Zhang <argo@live.ca>
    izanhzh and ArgoZhang authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    c2aee77 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. feat(IEditor): add Cols parameter (#5778)

    * doc: 更新 DemoTableEditTemplate 逻辑
    
    * feat: 增加 Cols 参数
    
    * test: 更新单元测试
    
    * refactor: IsCheckBoxList 公开化
    
    * refactor: 重构自动判定列宽逻辑
    
    * refactor: 重构代码
    
    * test: 更新单元测试
    ArgoZhang authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    eeb045d View commit details
    Browse the repository at this point in the history
  2. fix(Table): not restore scrollbar after close drawer edit form (#5780)

    * wip: 临时提交
    
    * refactor: 增加 RenderBackdrop 方法
    
    * refactor: 增加返回值
    
    * refactor: 支持动画逻辑
    
    * refactor: 修复 Table 关闭抽屉后滚动条消失问题
    
    * refactor: 代码重构
    
    * chore: bump version 9.5.3-beta01
    
    * test: 补充单元测试
    
    * refactor: 移除样式
    ArgoZhang authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    ae3029f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. feat(Tab): reduce toolbar spacing (#5782)

    * refactor: 调整间隙
    
    * refactor: 调整拐角
    
    * refactor: 调整左间隙
    
    * refactor: 增加左侧偏移量
    
    * refactor: 调整不同模式左侧偏移量
    
    * chore: bump version 9.5.3
    
    * refactor: 兼容阿拉伯兄弟
    
    * refactor: 调整工具按钮防止被遮挡
    
    * refactor: 左侧间隙支持响应式
    
    * refactor: 更新工具按钮大小
    
    * refactor: 更新 DevUI 样式
    ArgoZhang authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    d4be7a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. doc(Tab): add ShowTabInHeader documentation (#5785)

    * doc: 增肌 ShowTabInHeader 参数说明
    
    * doc: 增加 Tips 说明
    ArgoZhang authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    5d96376 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. feat(Tab): add TabHeader parameter (#5787)

    * refactor: 重构 Tab 组件增加 TabHeader 参数代替 Layout
    
    * refactor: 移除 _tab 变量
    
    * test: 更新单元测试
    
    * test: 更新单元测试
    ArgoZhang authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    bcb968f View commit details
    Browse the repository at this point in the history
  2. doc(Tab): update documentation (#5789)

    * refactor: 重构 Tab 组件增加 TabHeader 参数代替 Layout
    
    * refactor: 移除 _tab 变量
    
    * test: 更新单元测试
    
    * test: 更新单元测试
    
    * doc: 更新注释
    
    * refactor: 移除全屏按钮
    ArgoZhang authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    b2d9dcb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. feat(Watermark): update logic to prevent errors (#5791)

    * refactor: 修复报错
    
    * refactor: 更新 z-index 值
    ArgoZhang authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    bda6a4f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. feat(Watermark): add IsPage parameter (#5793)

    * refactor: support isPage option
    
    * feat: 支持整页面水印
    
    * refactor: 完善判断空逻辑
    
    * feat: 怎加 is-page 样式
    
    * feat: 增加 IsPage 参数
    
    * doc: 增加文档
    
    * refactor: 增加样式
    
    * feat: 增加报错功能
    
    * test: 更新单元测试
    ArgoZhang authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    30ab0b3 View commit details
    Browse the repository at this point in the history
  2. fix(Layout): missing route handler when url has # (#5795)

    * refactor: remove comment
    
    * refactor: 增加激活标签页空保护
    
    * refactor: 使用 ToAbsoluteUri 防止报错
    ArgoZhang authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    57d8b4f View commit details
    Browse the repository at this point in the history
  3. feat(Slider): update style compatible with row (#5797)

    * refactor: 微调 silider 样式
    
    * chore: bump version 9.5.4
    ArgoZhang authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    50bc529 View commit details
    Browse the repository at this point in the history
Loading