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.1
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.2
Choose a head ref
  • 7 commits
  • 21 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    721f6a0 View commit details
    Browse the repository at this point in the history
  2. feat(Layout): add ShowTabInHeader parameter (#5762)

    * feat: 增加 RenderTabHeader 方法
    
    * chore: 增加 ShowTabInHeader 方法
    
    * feat: 实现 TabHeader 再其他地方渲染逻辑
    
    * refactor: 精简代码逻辑
    
    * refactor: 增加 Layout 参数用于接管 RenderTabHeader 方法
    
    * refactor: 脚本兼容
    
    * test: 更新单元测试
    ArgoZhang authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    33cc7ce View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    3334599 View commit details
    Browse the repository at this point in the history
  2. perf(ContextMenu): improve performance (#5766)

    * refactor: 精简代码
    
    * perf(ContextMenu): 提高性能
    
    * test: 更新单元测试
    ArgoZhang authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    14a1b19 View commit details
    Browse the repository at this point in the history
  3. feat(Tab): reduce cascade parameters (#5771)

    * refactor: 重构参数减少级联参数的使用
    
    * refactor: 减少级联参数
    
    * refactor: 使用代码完成渲染
    
    * refactor: 调整 fix 元素
    
    * refactor: 增加右键支持
    
    * refactor: 更新渲染逻辑
    
    * refactor: 更新样式
    
    * refactor: 更新 LayoutId 获得逻辑
    
    * refactor: 撤销样式
    
    * test: 更新单元测试
    ArgoZhang authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b0c29a6 View commit details
    Browse the repository at this point in the history
  4. refactor(Layout): improve context menu instance (#5768)

    * 更新demo
    
    * refactor: 重构右键区域菜单
    
    * test: 更新单元测试
    
    * refactor: 优化性能
    
    * refactor: 重构参数减少级联参数的使用
    
    * refactor: 增加可为空标签减少警告信息
    
    * refactor: 模块化
    
    * refactor: 使用私有变量
    
    * refactor: 重构参数减少级联参数的使用
    
    * refactor: 减少级联参数
    
    * refactor: 使用代码完成渲染
    
    * refactor: 调整 fix 元素
    
    * refactor: 增加右键支持
    
    * refactor: 更新渲染逻辑
    
    * refactor: 更新样式
    
    * refactor: 更新 LayoutId 获得逻辑
    
    * refactor: 撤销样式
    
    * Revert "更新demo"
    
    This reverts commit 860640a.
    
    # Conflicts:
    #	src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.cs
    
    ---------
    
    Co-authored-by: Diego <2248356998@qq.com>
    ArgoZhang and kimdiego2098 authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    208d440 View commit details
    Browse the repository at this point in the history
  5. feat(Layout): add style support ShowTabInHeader parameter (#5773)

    * refactor: 恢复样式
    
    * refactor: 调整火柴棍出现逻辑
    
    * refactor: 更新 Tab 支持 ShowTabInHeader 切换逻辑
    
    * refactor: 更新样式
    
    * style: 增加兼容模板的顶栏标签页样式
    
    * chore: bump version 9.5.2
    ArgoZhang authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    6f3e917 View commit details
    Browse the repository at this point in the history
Loading