Skip to content

Commit 35fdd3b

Browse files
authored
Merge pull request #1921 from IgniteUI/vnext
Publishing Blazor changelog to prod
2 parents 53788ea + 06b6851 commit 35fdd3b

6 files changed

Lines changed: 144 additions & 8 deletions

File tree

doc/en/components/general-changelog-dv-blazor.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,99 @@ All notable changes for each version of {ProductName} are documented on this pag
1818

1919
## **{PackageVerLatest}**
2020

21+
### {PackageGrids} (Grids)
22+
23+
#### IgbQueryBuilder
24+
- Added new component - IgbQueryBuilder - a UI component that allows users to build complex filtering conditions through an intuitive visual interface.
25+
26+
#### IgbGrid, IgbTreeGrid, IgbHierarchicalGrid, IgbPivotGrid
27+
- Improved performance by dynamically adjusting the scroll throttle based on the data displayed in grid.
28+
29+
#### IgbGrid, IgbTreeGrid, IgbHierarchicalGrid
30+
- Added PDF export functionality to grid components. Grids can now be exported to PDF format alongside the existing Excel and CSV export options.
31+
32+
#### Breaking Changes
33+
34+
- IgbGrid, IgbTreeGrid, IgbHierarchicalGrid, IgbPivotGrid
35+
- Original data array mutations (like adding/removing/moving records in the original array) are no longer detected automatically. Components need an array ref change for the change to be detected.
36+
37+
### General
38+
39+
#### IgbThemeProvider
40+
- Added new component - IgbThemeProvider - allows scoping themes to specific page sections using Lit's context API, enabling multiple themes on a single page. Works in both Shadow and Light DOM.
41+
42+
#### Badge
43+
- New dot type, improved outline implementation following WCAG AA accessibility standards and theme based sizing. [#1889](https://github.com/IgniteUI/igniteui-webcomponents/pull/1889)
44+
45+
#### Checkbox
46+
- New --tick-width CSS property. [#1897](https://github.com/IgniteUI/igniteui-webcomponents/pull/1897)
47+
#### Combo
48+
- New disableClear property which disables the clear button of the combo component. [#1896](https://github.com/IgniteUI/igniteui-webcomponents/pull/1896)
49+
#### Mask input
50+
- Transform unicode digit code points to ASCII numbers for numeric patterns. [#1907](https://github.com/IgniteUI/igniteui-webcomponents/pull/1907)
51+
52+
53+
#### Enhancements
54+
- Accessibility color adjustments for Button, Button group, Calendar, Checkbox, Date picker, date range picker, Nav drawer, Radio group, Stepper. [#1959](https://github.com/IgniteUI/igniteui-webcomponents/pull/1959)
55+
- Updated and aligned styles with the design kit for Button, Calendar, Carousel, Combo, Date picker, Date range picker, input, Select, Textarea.
56+
- Improved keyboard navigation experience and grouping(now using native Math.groupBy) for Combo.
57+
58+
59+
### Bug Fixes
60+
| Bug Number | Control | Description |
61+
|------------|---------|-------------|
62+
| 2189 | IgbDataChart | DataChart skips rendering axis when there are no labels |
63+
| 2317 | IgbGrid | Improve IgbGrid BodyTemplate Performance (C#/.NET templating) |
64+
| 2326 | IgbDataPieChart | Added OthersCategory styling properties to DataPieChart |
65+
| 2907 | IgbDateTimeInput | IgbDateTimeInput Prompt parameter is not propagated to the underlying Web Component prompt property |
66+
| 2908 | IgbMaskInput | IgbMaskInput Prompt parameter is not propagated to the underlying Web Component prompt property |
67+
| 2909 | IgbPivotGrid | IgbPivotGrid exposes SnackbarDisplayTime, but the property is not applicable and causes false test failures |
68+
| 38668 | IgbDataTooltipLayer | TitleTextColor is overridden when chart's TitleTextColor is used |
69+
| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException|
70+
| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool |
71+
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
72+
| 41594 | IgbDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series |
73+
| 41598 | IgbDataChart | Exception editing a doughnut chart – DivideByZeroException |
74+
| [#2079](https://github.com/IgniteUI/igniteui-webcomponents/pull/2079) | Calendar | `aria-hidden` state for weeks outside of the current month |
75+
| [#2078](https://github.com/IgniteUI/igniteui-webcomponents/pull/2078) | Date Picker | CSS border for slotted actions in dialog mode |
76+
| [#2068](https://github.com/IgniteUI/igniteui-webcomponents/pull/2068) | Input | Placeholder color on focus |
77+
| [#2073](https://github.com/IgniteUI/igniteui-webcomponents/pull/2073) | Input | CSS border when suffix slot content is present |
78+
| [#2069](https://github.com/IgniteUI/igniteui-webcomponents/pull/2069) | Textarea | Align bottom padding to the design system |
79+
| [#2063](https://github.com/IgniteUI/igniteui-webcomponents/pull/2063) | Validation | Slotted validation text follows the current theme |
80+
| [#2059](https://github.com/IgniteUI/igniteui-webcomponents/pull/2059) | Tile Manager | Header is hidden only when there is no content and maximize/fullscreen are disabled |
81+
| [#2061](https://github.com/IgniteUI/igniteui-webcomponents/pull/2061) | Theming | Resolve initial theme based on document computed styles rather than stylesheets |
82+
| [#1909](https://github.com/IgniteUI/igniteui-webcomponents/pull/1909) | Sass Theme Support | Checkbox — styled using Sass tools from the theming package |
83+
| [#1926](https://github.com/IgniteUI/igniteui-webcomponents/pull/1926) | Sass Theme Support | Chip — styled using Sass tools from the theming package |
84+
| [#1920](https://github.com/IgniteUI/igniteui-webcomponents/pull/1920) | Sass Theme Support | Combo — styled using Sass tools from the theming package |
85+
| [#1933](https://github.com/IgniteUI/igniteui-webcomponents/pull/1933) | Sass Theme Support | Select — styled using Sass tools from the theming package |
86+
| [#1966](https://github.com/IgniteUI/igniteui-webcomponents/pull/1966) | Sass Theme Support | Snackbar — styled using Sass tools from the theming package |
87+
| [#1972](https://github.com/IgniteUI/igniteui-webcomponents/pull/1972) | Sass Theme Support | Added missing shadows to components |
88+
| [#1929](https://github.com/IgniteUI/igniteui-webcomponents/pull/1929) | Sass Theme Support | Tabs — fixed non-working Sass theme parameters |
89+
| [#1935](https://github.com/IgniteUI/igniteui-webcomponents/pull/1935) | Sass Theme Support | Textarea — updated Sass themes |
90+
| [#1980](https://github.com/IgniteUI/igniteui-webcomponents/pull/1980) | Sass Theme Support | Radio — styled using Sass tools from the theming package |
91+
| [#1991](https://github.com/IgniteUI/igniteui-webcomponents/pull/1991) | Sass Theme Support | Switch — styled using Sass tools from the theming package |
92+
| [#2015](https://github.com/IgniteUI/igniteui-webcomponents/pull/2015) | Sass Theme Support | List — styled using Sass tools from the theming package |
93+
| [#2030](https://github.com/IgniteUI/igniteui-webcomponents/pull/2030) | Calendar | Focus styles for month/year views |
94+
| [#1965](https://github.com/IgniteUI/igniteui-webcomponents/pull/1965) | Combo | Notch border styles |
95+
| [#1964](https://github.com/IgniteUI/igniteui-webcomponents/pull/1964) | Checkbox & Switch | Internal ripple opacity when hovering over slotted content in the `helper-text` slot |
96+
| [#1947](https://github.com/IgniteUI/igniteui-webcomponents/pull/1947) | Dialog | Underlying dialog element now has `display: contents` and won't participate in DOM layout |
97+
| [#1986](https://github.com/IgniteUI/igniteui-webcomponents/pull/1986) | Dialog | `keepOpenOnEscape` not preventing the dialog from closing when Escape is pressed |
98+
| [#1997](https://github.com/IgniteUI/igniteui-webcomponents/pull/1997) | Dialog | Base styles and theming |
99+
| [#1985](https://github.com/IgniteUI/igniteui-webcomponents/pull/1985) | List & List Item | Added missing styles for slotted `igc-icon` in the list item |
100+
| [#2010](https://github.com/IgniteUI/igniteui-webcomponents/pull/2010) | List & List Item | Icon and icon button sizes for the Indigo theme |
101+
| [#2006](https://github.com/IgniteUI/igniteui-webcomponents/pull/2006) | Mask Input | Auto-fill behavior for mask patterns with literals |
102+
| [#1956](https://github.com/IgniteUI/igniteui-webcomponents/pull/1956) | Navbar | Icon and icon button sizes |
103+
| [#1957](https://github.com/IgniteUI/igniteui-webcomponents/pull/1957) | Select | Color for outlined type |
104+
| [#1998](https://github.com/IgniteUI/igniteui-webcomponents/pull/1998) | Tabs | Add active pseudo-elements backgrounds for the active tab in Material theme |
105+
| [#2008](https://github.com/IgniteUI/igniteui-webcomponents/pull/2008) | Tabs | Take scale factor when positioning the active tab indicator |
106+
| [#2028](https://github.com/IgniteUI/igniteui-webcomponents/pull/2028) | Tabs | Selected indicator alignment |
107+
| [#1828](https://github.com/IgniteUI/igniteui-webcomponents/issues/1828) | Tooltip | Do not show the tooltip when the tooltip target is clicked |
108+
| [#1936](https://github.com/IgniteUI/igniteui-webcomponents/pull/1936) | Tooltip | Removed the max-width constraint for slotted content |
109+
110+
111+
112+
## **{PackageVerChanges-25-2-DEC}**
113+
21114
### Enhancements
22115

23116
### {PackageCharts}

doc/en/components/general-changelog-dv-react.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ namespace: Infragistics.Controls.Charts
1212
All notable changes for each version of {ProductName} are documented on this page.
1313

1414
## **{PackageVerLatest}**
15+
16+
### Bug Fixes
17+
18+
| Bug Number | Control | Description |
19+
|------------|---------|-------------|
20+
| 3055 | IgrDataPieChart | missing styling properties for the Others Slice |
21+
| 38668 | IgrDataTooltipLayer | TitleTextColor is overriden when chart's TitleTextColor is used |
22+
| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool |
23+
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
24+
| 41594 | IgrDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. |
25+
26+
## **{PackageVerChanges-26-2-FEB}**
1527
### {PackageCommon}
1628

1729
#### New Features

doc/en/components/general-changelog-dv-wc.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ All notable changes for each version of {ProductName} are documented on this pag
1414

1515
## **{PackageVerLatest}**
1616

17+
#### Bug Fixes
18+
19+
| Bug Number | Control | Description |
20+
|------------|---------|-------------|
21+
| 3055 | IgcDataPieChart | DataPieChart - missing styling properties for the Others Slice |
22+
| 38668 | IgcDataTooltipLayer | TitleTextColor is overriden when chart's TitleTextColor is used |
23+
| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException|
24+
| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool |
25+
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
26+
27+
## **{PackageVerChanges-26-1-FEB}**
28+
1729
### {PackageCharts}
1830
#### Bug Fixes
1931

@@ -22,9 +34,8 @@ All notable changes for each version of {ProductName} are documented on this pag
2234
|2327|IgcToolbar|SubPanel sample not working in WebComponents|
2335
|2638|IgcDataChart|Improve mouse hot detection for rotated labels|
2436
|2959|IgcLinearGauge|Gauges should not call View functions|
25-
|2842|IgcDataChart|AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series|
2637
|2326|IgcDataChart|Add property to set others color|
27-
38+
|41594|IgcDataChart|AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series|
2839

2940
### {PackageCommon}
3041

doc/en/components/general-changelog-dv.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ All notable changes for each version of {ProductName} are documented on this pag
1717

1818
## **{PackageVerLatest}**
1919

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

2236
### {PackageCharts}

doc/en/components/grid-lite/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our free, open-source {Platform} Grid Lite comes with the following column-based
3131
To install {GridLiteTitle}, go to the root folder of your project (where `package.json` is located) and run the following command using npm:
3232

3333
```cmd
34-
npm install igniteui-grid-lite --save
34+
npm install igniteui-grid-lite
3535
```
3636

3737
Or using yarn:
@@ -45,13 +45,15 @@ yarn add igniteui-grid-lite
4545
To install {GridLiteTitle}, go to the root folder of your project (where `package.json` is located) and run the following command using npm:
4646

4747
```cmd
48-
npm install igniteui-react --save
48+
npm install igniteui-react
49+
npm install igniteui-grid-lite
4950
```
5051

5152
Or using yarn:
5253

5354
```cmd
5455
yarn add igniteui-react
56+
yarn add igniteui-grid-lite
5557
```
5658
<!-- end: React -->
5759

docConfig.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "20.1.0 (September 2025)"},
5959
{ "name": "{PackageVerChanges-25-2-NOV}", "value": "20.2.0 (November 2025)"},
6060
{ "name": "{PackageVerChanges-25-2-DEC}", "value": "20.2.1 (December 2025)"},
61-
{ "name": "{PackageVerLatest}", "value": "21.0.0 (January 2026)"},
61+
{ "name": "{PackageVerChanges-26-1-JAN}", "value": "21.0.0 (January 2026)"},
62+
{ "name": "{PackageVerLatest}", "value": "21.0.1 (March 2026)"},
6263
{ "name": "{PackageAngularComponents}", "value": "igniteui-angular"},
6364
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/samples"},
6465
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/browser"},
@@ -190,7 +191,8 @@
190191
{ "name": "{PackageVerChanges-25-2-NOV}", "value": "19.3.0 (November 2025)"},
191192
{ "name": "{PackageVerChanges-25-2-DEC}", "value": "19.3.1 (December 2025)"},
192193
{ "name": "{PackageVerChanges-25-2-FEB}", "value": "19.3.2 (February 2026)"},
193-
{ "name": "{PackageVerLatest}", "value": "19.5.1 (February 2026)"},
194+
{ "name": "{PackageVerChanges-26-2-FEB}", "value": "19.5.1 (February 2026)"},
195+
{ "name": "{PackageVerLatest}", "value": "19.5.2 (March 2026)"},
194196
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"},
195197
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"},
196198
{ "name": "{GithubLink}", "value": "https://github.com/IgniteUI/igniteui-react"},
@@ -362,6 +364,7 @@
362364
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "6.2.1 (September 2025)"},
363365
{ "name": "{PackageVerChanges-25-2-NOV}", "value": "6.3.0 (November 2025)"},
364366
{ "name": "{PackageVerChanges-25-2-DEC}", "value": "6.3.1 (December 2025)"},
367+
{ "name": "{PackageVerChanges-26-1-FEB}", "value": "7.0.0 (February 2026)"},
365368
{ "name": "{PackageCommonVerChanges-1.0.0}", "value": "1.0.0 (November 2021)"},
366369
{ "name": "{PackageCommonVerChanges-2.0.0}", "value": "2.0.0 (February 2022)"},
367370
{ "name": "{PackageCommonVerChanges-2.1.0}", "value": "2.1.0 (March 2022)"},
@@ -431,7 +434,7 @@
431434
{ "name": "{PackageDockManagerVerChanges-1.14.2}", "value": "1.14.2"},
432435
{ "name": "{PackageDockManagerVerChanges-1.14.3}", "value": "1.14.3"},
433436
{ "name": "{PackageDockManagerVerChanges-1.14.4}", "value": "1.14.4"},
434-
{ "name": "{PackageVerLatest}", "value": "7.0.0 (February 2026)"},
437+
{ "name": "{PackageVerLatest}", "value": "7.0.1 (March 2026)"},
435438
{ "name": "{PackageWebComponents}", "value": "igniteui-webcomponents"},
436439
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/samples"},
437440
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/browser"},
@@ -608,7 +611,8 @@
608611
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "25.1.63 (August 2025)"},
609612
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "25.1.82 (September 2025)"},
610613
{ "name": "{PackageVerChanges-25-2-NOV}", "value": "25.2.32 (November 2025)"},
611-
{ "name": "{PackageVerLatest}", "value": "25.2.38 (December 2025)"},
614+
{ "name": "{PackageVerChanges-25-2-DEC}", "value": "25.2.38 (December 2025)"},
615+
{ "name": "{PackageVerLatest}", "value": "25.2.77 (March 2026)"},
612616

613617
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/samples"},
614618
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/browser"},

0 commit comments

Comments
 (0)