Skip to content

Commit 81a7963

Browse files
committed
chor: Update documentation for Dock Manager, add Splitter component, and enhance theming instructions
- Improved localization section in Dock Manager documentation, including new resource strings registration method. - Added changelog entries for version 7.0.1, detailing bug fixes for various components. - Updated installation instructions for Grid Lite in the overview documentation. - Enhanced AI Skills documentation, renaming sections and updating keywords for clarity. - Introduced a new Splitter component documentation, detailing usage, properties, events, and styling options. - Updated theming MCP documentation to clarify platform detection and added additional resources. - Modified package.json build scripts for cross-platform compatibility.
1 parent cbb549f commit 81a7963

20 files changed

+1042
-179
lines changed
Binary file not shown.
32 KB
Binary file not shown.

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/angular/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ Or you can use the universal `--ig-button-size` variable to target all instances
19431943

19441944
```html
19451945
<div class="my-app">
1946-
<button igxButton="raised"></button>
1946+
<button igxButton="contained"></button>
19471947
</div>
19481948
```
19491949

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/angular/general-changelog-dv.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,30 @@ All notable changes for each version of Ignite UI for Angular are documented on
1717
1818
- [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master)
1919

20+
## **21.0.1 (March 2026)**
21+
22+
### Bug Fixes
23+
24+
| Bug Number | Control | Description |
25+
|------------|---------|-------------|
26+
| 2189 | IgxDataChart | DataChart skips rendering axis when there are no labels |
27+
| 3055 | IgxDataPieChart | added missing styling properties for the Others Slice |
28+
| 38668 | IgxDataTooltipLayer | TitleTextColor is overridden when chart's TitleTextColor is used |
29+
| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException|
30+
| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool |
31+
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
32+
| 41594 | IgxDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. |
33+
2034
## **21.0.0 (January 2026)**
2135

36+
### Enhancements
37+
38+
### igniteui-angular-charts
39+
40+
Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart and ProportionalCategoryAngleAxis
41+
42+
### General
43+
2244
- Angular 21 support.
2345

2446
## **20.2.1 (December 2025)**

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/general-changelog-dv-blazor.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ All notable changes for each version of Ignite UI for Blazor are documented on t
1818

1919
- As of version 2024.2, the Ignite UI for Blazor toolset supports .NET 9. For more information on .NET 9 please refer to [this article on Microsoft's site](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).
2020

21+
## **25.2.83 (March 2026)**
22+
23+
### Bug Fixes
24+
25+
| Bug Number | Control | Description |
26+
|------------|---------|-------------|
27+
| 3229 | Grids | Latest version of Blazor Grids shows Trial watermark for Licensed version |
28+
| 2754 | IgbTabs | Changing the check state for IgbSwitch inside the tab causes the tab content to disappear |
29+
2130
## **25.2.77 (March 2026)**
2231

2332
### IgniteUI.Blazor (Grids)

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/general-installing-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ In the package manager dialog, open the **Browse** tab, select the **Infragistic
3737
## Using the .NET CLI
3838

3939
```cmd
40-
> dotnet add package IgniteUI.Blazor --version 25.2.77 (March 2026)
40+
> dotnet add package IgniteUI.Blazor --version 25.2.83 (March 2026)
4141
```
4242

4343
## Using the Package Manager
4444

4545
```cmd
46-
PM> Install-Package IgniteUI.Blazor -Version 25.2.77 (March 2026)
46+
PM> Install-Package IgniteUI.Blazor -Version 25.2.83 (March 2026)
4747
```

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/grid-collapsible-column-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ To get started with the [`IgbGrid`](https://www.infragistics.com/blazor/docs/api
218218
<!-- Blazor -->
219219

220220
```cmd
221-
> dotnet add package IgniteUI.Blazor --version 25.2.77 (March 2026)
221+
> dotnet add package IgniteUI.Blazor --version 25.2.83 (March 2026)
222222
```
223223

224224
<!-- end: Blazor -->

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/hierarchical-grid-collapsible-column-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ To get started with the [`IgbHierarchicalGrid`](https://www.infragistics.com/bla
327327
<!-- Blazor -->
328328

329329
```cmd
330-
> dotnet add package IgniteUI.Blazor --version 25.2.77 (March 2026)
330+
> dotnet add package IgniteUI.Blazor --version 25.2.83 (March 2026)
331331
```
332332

333333
<!-- end: Blazor -->

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/tree-grid-collapsible-column-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To get started with the [`IgbTreeGrid`](https://www.infragistics.com/blazor/docs
230230
<!-- Blazor -->
231231

232232
```cmd
233-
> dotnet add package IgniteUI.Blazor --version 25.2.77 (March 2026)
233+
> dotnet add package IgniteUI.Blazor --version 25.2.83 (March 2026)
234234
```
235235

236236
<!-- end: Blazor -->

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/react/dock-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,9 +2085,9 @@ The Dock Manager comes with a light and a dark theme. The light theme is the def
20852085

20862086
## Localization
20872087

2088-
The Dock Manager component supports localizing the strings used in the context menus, tooltips and aria attributes. By default, the Dock Manager detects the language of the page by searching for a [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute on any of its parents. If the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute is not set or is set to a value which the Dock Manager does not support, the default language used is [English (en)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsEN). The Dock Manager provides built-in localized strings for the following languages: [English (en)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsEN), [Japanese (jp)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsJP), [Korean (ko)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsKO) and [Spanish (es)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsES).
2088+
The Dock Manager lets you localize the strings used in context menus, tooltips, and ARIA attributes. By default, it reads the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute from the root `<html>` element to determine which language to use. If the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute is missing or set to an unsupported value, the Dock Manager uses [English (en)](https://www.infragistics.com/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsEN).
20892089

2090-
The Dock Manager exposes [`resourceStrings`](https://www.infragistics.com/products/ignite-ui-react/docs/typescript/latest/classes/igniteui-react.igrdockmanager.html#resourceStrings) property which allows you to modify the strings. If you set the [`resourceStrings`](https://www.infragistics.com/products/ignite-ui-react/docs/typescript/latest/classes/igniteui-react.igrdockmanager.html#resourceStrings) property, the Dock Manager will use your strings no matter what [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute is set.
2090+
The Dock Manager also exposes a [`resourceStrings`](https://www.infragistics.com/products/ignite-ui-react/docs/typescript/latest/classes/igniteui-react.igrdockmanager.html#resourceStrings) property that you can use to modify individual strings directly. When you set the [`resourceStrings`](https://www.infragistics.com/products/ignite-ui-react/docs/typescript/latest/classes/igniteui-react.igrdockmanager.html#resourceStrings) property, the Dock Manager uses the strings you provide regardless of the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute on the page.
20912091

20922092
<!-- end: React, WebComponents -->
20932093

0 commit comments

Comments
 (0)