Prepare release v0.4.0 - #103
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.Webdependency. - 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 forBitToolbarDividerand 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
BitToolbar,BitDropdown, andBitBottomNavcomponents, each with their respective sub-components and supporting enumerations, enhancing navigation and menu capabilities.Dependency Updates:
Microsoft.AspNetCore.Components.WebAssemblyand related packages inBitBlazor.Sample.Client.csprojandBitBlazor.Sample.csprojfrom version 10.0.8 to 10.0.10, and other related dependencies to their latest versions. [1] [2]BlazingStoryandBlazingStory.McpServerto version 1.0.0-preview.91 inBitBlazor.Stories.csproj.AngleSharpto 1.6.0 andbunitto 2.8.6 inBitBlazor.Test.csproj.Microsoft.AspNetCore.Components.Webfrom 9.0.16 to 9.0.18 inBitBlazor.csproj.Other Improvements:
BitToolbarDividerclass for improved code documentation.BitBlazor.csprojand updated the changelog accordingly. [1] [2]