From ec5df6c9d3cfd568b6e352bde90bb35db263816a Mon Sep 17 00:00:00 2001 From: IGvaleries Date: Tue, 17 Mar 2026 14:44:08 -0400 Subject: [PATCH] update changelog for March SR --- .../components/general-changelog-dv-blazor.md | 26 +++++++++---------- .../components/general-changelog-dv-react.md | 12 +++++++++ doc/en/components/general-changelog-dv-wc.md | 15 +++++++++-- doc/en/components/general-changelog-dv.md | 14 ++++++++++ docConfig.json | 11 +++++--- 5 files changed, 58 insertions(+), 20 deletions(-) diff --git a/doc/en/components/general-changelog-dv-blazor.md b/doc/en/components/general-changelog-dv-blazor.md index 232d251cf..042f1cfe6 100644 --- a/doc/en/components/general-changelog-dv-blazor.md +++ b/doc/en/components/general-changelog-dv-blazor.md @@ -59,20 +59,18 @@ All notable changes for each version of {ProductName} are documented on this pag ### Bug Fixes | Bug Number | Control | Description | |------------|---------|-------------| -| 2189 | DataChart | DataChart skips rendering axis when there are no labels | -| 2959 | LinearGauge | Gauges should not call View functions | -| 2221 | Excel | Adding Excel support for round tripping the camera tool | -| 2235 | Excel | fixed Excel Formula parser | -| 2842 | DataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series | -| 2234 | DataChart | Improve DataChart rendering - skip when bucket size is 0 | -| 2326 | PieChart | Add property to set others color | -| 2871 | DataLegend | Preserve deterministic ordering of series groups in DataLegend | -| 2722 | DataChart | DataTooltipLayer - TitleTextColor is overridden when chart's TitleTextColor is used | -| 2317 | Grid | Improve IgbGrid BodyTemplate Performance (C#/.NET templating) | -| 2280 | CategoryChart | regression issue in Blazor Chart when doing aggregations (ex. grouping and summarizing) | -| 2908 | MaskInput | IgbMaskInput Prompt parameter is not propagated to the underlying Web Component prompt property | -| 2907 | DateTimeInput | IgbDateTimeInput Prompt parameter is not propagated to the underlying Web Component prompt property | -| 2909 | PivotGrid | IgbPivotGrid exposes SnackbarDisplayTime, but the property is not applicable and causes false test failures | +| 2189 | IgbDataChart | DataChart skips rendering axis when there are no labels | +| 2317 | IgbGrid | Improve IgbGrid BodyTemplate Performance (C#/.NET templating) | +| 2326 | IgbDataPieChart | Added OthersCategory styling properties to DataPieChart | +| 2907 | IgbDateTimeInput | IgbDateTimeInput Prompt parameter is not propagated to the underlying Web Component prompt property | +| 2908 | IgbMaskInput | IgbMaskInput Prompt parameter is not propagated to the underlying Web Component prompt property | +| 2909 | IgbPivotGrid | IgbPivotGrid exposes SnackbarDisplayTime, but the property is not applicable and causes false test failures | +| 38668 | IgbDataTooltipLayer | TitleTextColor is overridden when chart's TitleTextColor is used | +| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException| +| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool | +| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. | +| 41594 | IgbDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series | +| 41598 | IgbDataChart | Exception editing a doughnut chart – DivideByZeroException | | [#2079](https://github.com/IgniteUI/igniteui-webcomponents/pull/2079) | Calendar | `aria-hidden` state for weeks outside of the current month | | [#2078](https://github.com/IgniteUI/igniteui-webcomponents/pull/2078) | Date Picker | CSS border for slotted actions in dialog mode | | [#2068](https://github.com/IgniteUI/igniteui-webcomponents/pull/2068) | Input | Placeholder color on focus | diff --git a/doc/en/components/general-changelog-dv-react.md b/doc/en/components/general-changelog-dv-react.md index 781736089..e2f41c65b 100644 --- a/doc/en/components/general-changelog-dv-react.md +++ b/doc/en/components/general-changelog-dv-react.md @@ -12,6 +12,18 @@ namespace: Infragistics.Controls.Charts All notable changes for each version of {ProductName} are documented on this page. ## **{PackageVerLatest}** + +### Bug Fixes + +| Bug Number | Control | Description | +|------------|---------|-------------| +| 3055 | IgrDataPieChart | missing styling properties for the Others Slice | +| 38668 | IgrDataTooltipLayer | TitleTextColor is overriden when chart's TitleTextColor is used | +| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool | +| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. | +| 41594 | IgrDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. | + +## **{PackageVerChanges-26-2-FEB}** ### {PackageCommon} #### New Features diff --git a/doc/en/components/general-changelog-dv-wc.md b/doc/en/components/general-changelog-dv-wc.md index 366f90b51..029a46b34 100644 --- a/doc/en/components/general-changelog-dv-wc.md +++ b/doc/en/components/general-changelog-dv-wc.md @@ -14,6 +14,18 @@ All notable changes for each version of {ProductName} are documented on this pag ## **{PackageVerLatest}** +#### Bug Fixes + +| Bug Number | Control | Description | +|------------|---------|-------------| +| 3055 | IgcDataPieChart | DataPieChart - missing styling properties for the Others Slice | +| 38668 | IgcDataTooltipLayer | TitleTextColor is overriden when chart's TitleTextColor is used | +| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException| +| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool | +| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. | + +## **{PackageVerChanges-26-1-FEB}** + ### {PackageCharts} #### Bug Fixes @@ -22,9 +34,8 @@ All notable changes for each version of {ProductName} are documented on this pag |2327|IgcToolbar|SubPanel sample not working in WebComponents| |2638|IgcDataChart|Improve mouse hot detection for rotated labels| |2959|IgcLinearGauge|Gauges should not call View functions| -|2842|IgcDataChart|AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series| |2326|IgcDataChart|Add property to set others color| - +|41594|IgcDataChart|AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series| ### {PackageCommon} diff --git a/doc/en/components/general-changelog-dv.md b/doc/en/components/general-changelog-dv.md index 1259973f7..901650d58 100644 --- a/doc/en/components/general-changelog-dv.md +++ b/doc/en/components/general-changelog-dv.md @@ -17,6 +17,20 @@ All notable changes for each version of {ProductName} are documented on this pag ## **{PackageVerLatest}** +### Bug Fixes + +| Bug Number | Control | Description | +|------------|---------|-------------| +| 2189 | IgxDataChart | DataChart skips rendering axis when there are no labels | +| 3055 | IgxDataPieChart | added missing styling properties for the Others Slice | +| 38668 | IgxDataTooltipLayer | TitleTextColor is overriden when chart's TitleTextColor is used | +| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException| +| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool | +| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. | +| 41594 | IgxDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. | + +## **{PackageVerChanges-26-1-JAN}** + ### Enhancements ### {PackageCharts} diff --git a/docConfig.json b/docConfig.json index b59cba36d..41d08d07e 100644 --- a/docConfig.json +++ b/docConfig.json @@ -58,7 +58,8 @@ { "name": "{PackageVerChanges-25-1-SEP}", "value": "20.1.0 (September 2025)"}, { "name": "{PackageVerChanges-25-2-NOV}", "value": "20.2.0 (November 2025)"}, { "name": "{PackageVerChanges-25-2-DEC}", "value": "20.2.1 (December 2025)"}, - { "name": "{PackageVerLatest}", "value": "21.0.0 (January 2026)"}, + { "name": "{PackageVerChanges-26-1-JAN}", "value": "21.0.0 (January 2026)"}, + { "name": "{PackageVerLatest}", "value": "21.0.1 (March 2026)"}, { "name": "{PackageAngularComponents}", "value": "igniteui-angular"}, { "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/samples"}, { "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-angular-examples/tree/master/browser"}, @@ -190,7 +191,8 @@ { "name": "{PackageVerChanges-25-2-NOV}", "value": "19.3.0 (November 2025)"}, { "name": "{PackageVerChanges-25-2-DEC}", "value": "19.3.1 (December 2025)"}, { "name": "{PackageVerChanges-25-2-FEB}", "value": "19.3.2 (February 2026)"}, - { "name": "{PackageVerLatest}", "value": "19.5.1 (February 2026)"}, + { "name": "{PackageVerChanges-26-2-FEB}", "value": "19.5.1 (February 2026)"}, + { "name": "{PackageVerLatest}", "value": "19.5.2 (March 2026)"}, { "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"}, { "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"}, { "name": "{GithubLink}", "value": "https://github.com/IgniteUI/igniteui-react"}, @@ -362,6 +364,7 @@ { "name": "{PackageVerChanges-25-1-SEP}", "value": "6.2.1 (September 2025)"}, { "name": "{PackageVerChanges-25-2-NOV}", "value": "6.3.0 (November 2025)"}, { "name": "{PackageVerChanges-25-2-DEC}", "value": "6.3.1 (December 2025)"}, + { "name": "{PackageVerChanges-26-1-FEB}", "value": "7.0.0 (February 2026)"}, { "name": "{PackageCommonVerChanges-1.0.0}", "value": "1.0.0 (November 2021)"}, { "name": "{PackageCommonVerChanges-2.0.0}", "value": "2.0.0 (February 2022)"}, { "name": "{PackageCommonVerChanges-2.1.0}", "value": "2.1.0 (March 2022)"}, @@ -431,7 +434,7 @@ { "name": "{PackageDockManagerVerChanges-1.14.2}", "value": "1.14.2"}, { "name": "{PackageDockManagerVerChanges-1.14.3}", "value": "1.14.3"}, { "name": "{PackageDockManagerVerChanges-1.14.4}", "value": "1.14.4"}, - { "name": "{PackageVerLatest}", "value": "7.0.0 (February 2026)"}, + { "name": "{PackageVerLatest}", "value": "7.0.1 (March 2026)"}, { "name": "{PackageWebComponents}", "value": "igniteui-webcomponents"}, { "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/samples"}, { "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/browser"}, @@ -609,7 +612,7 @@ { "name": "{PackageVerChanges-25-1-SEP}", "value": "25.1.82 (September 2025)"}, { "name": "{PackageVerChanges-25-2-NOV}", "value": "25.2.32 (November 2025)"}, { "name": "{PackageVerChanges-25-2-DEC}", "value": "25.2.38 (December 2025)"}, - { "name": "{PackageVerLatest}", "value": "25.2.76 (March 2026)"}, + { "name": "{PackageVerLatest}", "value": "25.2.77 (March 2026)"}, { "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"},