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.0
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.1
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    35a7511 View commit details
    Browse the repository at this point in the history
  2. fix(ValidateForm): compatible with custom validation classes not end …

    …with Attribute (#5752)
    
    * refactor: 重构代码提高代码可读性
    
    * refactor: 兼容非 Attribute 结尾的验证规则
    
    * test: 更新单元测试
    ArgoZhang authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    49a4da0 View commit details
    Browse the repository at this point in the history
  3. feat(Chat): add deepseek support (#5653)

    * feat(Chat): add deepseek support
    
    * refactor: 微调样式
    
    * Update src/BootstrapBlazor.Server/Components/Components/MarkdownContent.razor
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Signed-off-by: MadLongTom <36219016+MadLongTom@users.noreply.github.com>
    
    * chore(MarkdownContent): remove duplicated method calls
    
    * refactor: 移动 MarkdownContent 到扩展组件库中
    
    * chore: 更新依赖组件
    
    ---------
    
    Signed-off-by: MadLongTom <36219016+MadLongTom@users.noreply.github.com>
    Co-authored-by: Argo Zhang <argo@live.ca>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    3 people authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    590742e View commit details
    Browse the repository at this point in the history
  4. feat(UniverSheet): support Lang parameter (#5755)

    * chore: 更新依赖 9.0.2
    
    * refactor: 增加 Lang 参数
    
    * refactor: 增加 Lang 参数设置
    
    * refactor: 更改 WorkbookData 参数设置
    
    * refactor: 移除 Lang 参数显示设置
    
    * chore: 更新依赖
    ArgoZhang authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    db4c868 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. feat(Tab): compatible with devui style (#5757)

    * refactor: 更新 tabs-item 垂直布局样式
    
    * refactor: tab 高度使用变量
    
    * refactor: 更新 hr 样式
    
    * refactor: 参数变量化
    
    * style: 重新设计 Close 按钮样式
    
    * refactor: 更新 HeaderTemplate 示例
    
    * refactor: 防止 Close 折行
    
    * style: 调整变量值
    
    * refactor: 适配紧凑模式
    
    * chore: bump version 9.5.1
    ArgoZhang authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    552dd1d View commit details
    Browse the repository at this point in the history
Loading