Skip to content

Prepare release v0.4.0 - #103

Merged
albx merged 2 commits into
mainfrom
milestone/v0.4.0
Jul 31, 2026
Merged

Prepare release v0.4.0#103
albx merged 2 commits into
mainfrom
milestone/v0.4.0

Conversation

@albx

@albx albx commented Jul 31, 2026

Copy link
Copy Markdown
Owner

This pull request introduces version 0.4.0 of the BitBlazor UI library, adding three major new components (Toolbar, Dropdown, BottomNav) along with their documentation. It also updates several package dependencies across the project to their latest versions and includes a minor documentation improvement.

New Components and Features:

  • Added BitToolbar, BitDropdown, and BitBottomNav components, each with their respective sub-components and supporting enumerations, enhancing navigation and menu capabilities.
  • Added documentation for the new Toolbar, Dropdown, and BottomNav components.

Dependency Updates:

  • Updated Microsoft.AspNetCore.Components.WebAssembly and related packages in BitBlazor.Sample.Client.csproj and BitBlazor.Sample.csproj from version 10.0.8 to 10.0.10, and other related dependencies to their latest versions. [1] [2]
  • Updated BlazingStory and BlazingStory.McpServer to version 1.0.0-preview.91 in BitBlazor.Stories.csproj.
  • Updated test dependencies AngleSharp to 1.6.0 and bunit to 2.8.6 in BitBlazor.Test.csproj.
  • Updated Microsoft.AspNetCore.Components.Web from 9.0.16 to 9.0.18 in BitBlazor.csproj.

Other Improvements:

  • Added a summary XML comment to the BitToolbarDivider class for improved code documentation.
  • Bumped the library version to 0.4.0 in BitBlazor.csproj and updated the changelog accordingly. [1] [2]

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Prepares the BitBlazor library for the v0.4.0 release by bumping the library/package versions and updating release notes, alongside dependency updates across the test, stories, and sample projects.

Changes:

  • Bumped BitBlazor package version to 0.4.0 and updated Microsoft.AspNetCore.Components.Web dependency.
  • Updated dependencies in tests, stories, and sample projects (notably moving samples/tests/stories to net10.0-aligned package versions).
  • Added a missing XML <summary> doc comment for BitToolbarDivider and added v0.4.0 entries to the changelog.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/BitBlazor.Test/BitBlazor.Test.csproj Updates AngleSharp and bUnit package versions for the test project.
stories/BitBlazor.Stories/BitBlazor.Stories.csproj Updates BlazingStory packages used for component stories.
src/BitBlazor/Components/Toolbar/BitToolbarDivider.razor.cs Adds an XML summary comment for the divider component type.
src/BitBlazor/BitBlazor.csproj Bumps library version to 0.4.0 and updates Microsoft.AspNetCore.Components.Web.
samples/BitBlazor.Sample/BitBlazor.Sample/BitBlazor.Sample.csproj Updates server-side sample dependencies to newer 10.0.x patch versions.
samples/BitBlazor.Sample/BitBlazor.Sample.Client/BitBlazor.Sample.Client.csproj Updates WASM client sample dependencies to newer 10.0.x patch versions.
CHANGELOG.md Adds the v0.4.0 release notes section dated 2026-07-31.

@albx
albx merged commit b5fcd5b into main Jul 31, 2026
5 checks passed
@albx
albx deleted the milestone/v0.4.0 branch July 31, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants