Skip to content
Merged
Show file tree
Hide file tree
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
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2026-05-30

### Added

#### Components
- [x] **Modal** - BitModal component for accessible modal dialogs with no JavaScript interop required (#87)
- [x] ModalSize, ModalPosition, ModalType, ModalBackdrop enumerations
- [x] **Pagination** - BitPagination component for navigating large data sets split across multiple pages (#90)
- [x] BitPageItem - Individual page item sub-component
- [x] PaginationViewMode, PaginationAlignment enumerations
- [x] PaginationState record struct for Simple mode template context
- [x] Supports both interactive and static SSR render modes

#### Documentation
- [x] Modal component documentation
- [x] Pagination component documentation

### Changed
- [x] Updated NuGet packages
- [x] Updated Bootstrap Italia to version 2.18.1

## [0.2.3] - 2026-02-28

### Added

#### Components
- [x] **Select** - BitSelect component for dropdown selection (#38)
- [x] **Breadcrumb** - BitBreadcrumb component for navigation breadcrumbs (#7)

#### Form Components
- [x] **SelectField** - BitSelectField component for dropdown selection with form integration (#38)
- [x] BitSelectItem - Individual selectable option component
- [x] BitSelectItemGroup - Option group component

#### Documentation
- [x] Select documentation
- [x] SelectField documentation
- [x] Breadcrumb documentation

### Changed
Expand Down Expand Up @@ -115,6 +140,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [x] Typography enumeration
- [x] Ratio enumeration

#### Utilities
- [x] **Icon** - BitIcon component for displaying Bootstrap Italia SVG icons
- [x] IconSize, IconColor, IconAlignment enumerations
- [x] Icons static class with all Bootstrap Italia icon names

#### Infrastructure
- [x] .NET 9 support
- [x] Bootstrap Italia styling integration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
<ItemGroup>
<ProjectReference Include="..\BitBlazor.Sample.Client\BitBlazor.Sample.Client.csproj" />
<ProjectReference Include="..\..\..\src\BitBlazor\BitBlazor.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/BitBlazor/BitBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Title>BitBlazor</Title>
<Description>BitBlazor is a UI library project that provides accessible, reusable Blazor components styled with Bootstrap Italia</Description>
<Authors>Alberto Mori</Authors>
<Version>0.2.3</Version>
<Version>0.3.0</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/albx/bitblazor</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.16" />
</ItemGroup>

<ItemGroup>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions stories/BitBlazor.Stories/BitBlazor.Stories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazingStory" Version="1.0.0-preview.66" />
<PackageReference Include="BlazingStory.McpServer" Version="1.0.0-preview.66" />
<PackageReference Include="MD2RazorGenerator" Version="1.2.3">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.82" />
<PackageReference Include="BlazingStory.McpServer" Version="1.0.0-preview.82" />
<PackageReference Include="MD2RazorGenerator" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions tests/BitBlazor.Test/BitBlazor.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit" Version="2.6.2" />
<PackageReference Include="coverlet.collector" Version="8.0.0">
<PackageReference Include="bunit" Version="2.7.2" />
<PackageReference Include="coverlet.collector" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
Expand Down
Loading