Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="BootstrapBlazor.CherryMarkdown" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.CodeEditor" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.Dock" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.DockView" Version="10.0.4" />
<PackageReference Include="BootstrapBlazor.DockView" Version="10.0.5" />
<PackageReference Include="BootstrapBlazor.Dom2Image" Version="10.0.1" />
Comment on lines 36 to 38
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR claims to fix #7853, but the issue report explicitly states the regression was introduced in DockViewV2 v10.0.5 (working in 10.0.3). This change bumps the dependency to 10.0.5, which appears contradictory—please clarify whether 10.0.5 now contains the fix, or bump to the first version that actually resolves the regression and update the PR/issue accordingly.

Copilot uses AI. Check for mistakes.
<PackageReference Include="BootstrapBlazor.DriverJs" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.ElementIcon" Version="10.0.0" />
Expand Down
Loading