Skip to content
Open
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
3 changes: 2 additions & 1 deletion docs/xplat/docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@
{ "name": "{PackageVerChanges-25-2-NOV}", "value": "25.2.32 (November 2025)"},
{ "name": "{PackageVerChanges-25-2-DEC}", "value": "25.2.38 (December 2025)"},
{ "name": "{PackageVerChanges-25-2-MAR}", "value": "25.2.77 (March 2026)"},
{ "name": "{PackageVerLatest}", "value": "25.2.83 (March 2026)"},
{ "name": "{PackageVerChanges-25-2-MAR2}", "value": "25.2.83 (March 2026)"},
{ "name": "{PackageVerLatest}", "value": "25.2.102 (May 2026)"},
Comment thread
ChronosSF marked this conversation as resolved.

{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/samples"},
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/browser"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

### Bug Fixes
| Bug Number | Control | Description |
|------------|---------|-------------|
| 3385 | * | Web Components themes are missing in Blazor latest packages |

## **{PackageVerChanges-25-2-MAR2}**

### Bug Fixes
| Bug Number | Control | Description |
|------------|---------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,18 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';

### バグ修正

| バグ番号 | コントロール | 説明 |
|------------|---------|-------------|
| 3385 | * | Blazor の最新パッケージで Web Components のテーマが欠落している。 |

## **{PackageVerChanges-25-2-MAR2}**

### バグ修正

| バグ番号 | コントロール | 説明 |
|------------|---------|-------------|
| 3229 | IgbGrid | グリッドにライセンス版にもかかわらず Trial の透かしが表示される。 |
| 2754 | IgbTabs | IgbTabs タブ内の IgbSwitch のチェック状態を変更すると、タブのコンテンツが消える。 |
| 2754 | IgbTabs | タブ内の IgbSwitch のチェック状態を変更すると、タブのコンテンツが消える。 |

## **{PackageVerChanges-25-2-MAR}**

Expand Down
Loading