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
33 changes: 33 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,39 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

### {PackageCharts} (Charts)

**Breaking Changes**

As of the 2025.2 release, we no longer support .NET 6. This corresponds with the [Microsoft .NET Lifecycle, here](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).


#### <label>PREVIEW</label> User Annotations

In {ProductName}, you can now annotate the `XamDataChart` with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or any combination of these three.

This is directly integrated with the available tools of the `Toolbar`.

<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
alt="{Platform} user-annotation-create"/>

#### <label>PREVIEW</label> Collision Detection for Axis Annotations

Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:

- `ShouldAvoidAnnotationCollisions`
- `ShouldAutoTruncateAnnotations`

### Bug Fixes

| Bug Number | Control | Description |
|------------|---------|-------------|
|34960|IgbGrid|Maximum call stack size exceeded error in Blazor Web Application if grid is in a modal dialog
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
|40490|IgbDatePicker|Inputs by Autofill won't give any effects for a date picker

## **{PackageVerChanges-25-1-SEP}**

### {PackageMaps} (Geographic Map)

**Breaking Changes**
Expand Down
24 changes: 24 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,27 @@ All notable changes for each version of {ProductName} are documented on this pag
- Refactored grouping algorithm from recursive to iterative.
- Optimized grouping operations.


### {PackageCharts} (Charts)

#### <label>PREVIEW</label> User Annotations

In {ProductName}, you can now annotate the `XamDataChart` with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or any combination of these three.

This is directly integrated with the available tools of the `Toolbar`.

<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
alt="{Platform} user-annotation-create"/>

#### <label>PREVIEW</label> Collision Detection for Axis Annotations

Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:

- `ShouldAvoidAnnotationCollisions`
- `ShouldAutoTruncateAnnotations`

### Bug Fixes

| Bug Number | Control | Description |
|------------|---------|-------------|
|[1853](https://github.com/IgniteUI/igniteui-webcomponents/pull/1853)| List |removed duplicated CSS variables across list components and themes|
Expand All @@ -75,6 +95,10 @@ All notable changes for each version of {ProductName} are documented on this pag
|[1882](https://github.com/IgniteUI/igniteui-webcomponents/pull/1882)| Chat |Message actions not rendered after last message|
|[1885](https://github.com/IgniteUI/igniteui-webcomponents/pull/1885)| Date Picker |Change event not emitted for non-editable input configuration|
|[1894](https://github.com/IgniteUI/igniteui-webcomponents/pull/1894)| Date Picker | Issues when clearing the value and notch border in Material theme|
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
|40262|IgrSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
|40458|IgrSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
|40490|IgrDatePicker|Inputs by Autofill won't give any effects for a date picker

## **{PackageVerChanges-25-1-OCT}**

Expand Down
24 changes: 24 additions & 0 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,27 @@ All notable changes for each version of {ProductName} are documented on this pag
- Refactored grouping algorithm from recursive to iterative.
- Optimized grouping operations.


### {PackageCharts} (Charts)

#### <label>PREVIEW</label> User Annotations

In {ProductName}, you can now annotate the `XamDataChart` with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or any combination of these three.

This is directly integrated with the available tools of the `Toolbar`.

<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
alt="{Platform} user-annotation-create"/>

#### <label>PREVIEW</label> Collision Detection for Axis Annotations

Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:

- `ShouldAvoidAnnotationCollisions`
- `ShouldAutoTruncateAnnotations`

### Bug Fixes

| Bug Number | Control | Description |
|------------|---------|-------------|
|[1853](https://github.com/IgniteUI/igniteui-webcomponents/pull/1853)| List |removed duplicated CSS variables across list components and themes|
Expand All @@ -77,6 +97,10 @@ All notable changes for each version of {ProductName} are documented on this pag
|[1882](https://github.com/IgniteUI/igniteui-webcomponents/pull/1882)| Chat |Message actions not rendered after last message|
|[1885](https://github.com/IgniteUI/igniteui-webcomponents/pull/1885)| Date Picker |Change event not emitted for non-editable input configuration|
|[1894](https://github.com/IgniteUI/igniteui-webcomponents/pull/1894)| Date Picker | Issues when clearing the value and notch border in Material theme|
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
|40262|IgcSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
|40458|IgcSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
|40490|IgcDatePicker|Inputs by Autofill won't give any effects for a date picker

## **{PackageVerChanges-25-1-SEP}**

Expand Down
29 changes: 29 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,35 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

### {PackageCharts} (Charts)

#### <label>PREVIEW</label> User Annotations

In {ProductName}, you can now annotate the `XamDataChart` with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or any combination of these three.

This is directly integrated with the available tools of the `Toolbar`.

<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
alt="{Platform} user-annotation-create"/>

#### <label>PREVIEW</label> Collision Detection for Axis Annotations

Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:

- `ShouldAvoidAnnotationCollisions`
- `ShouldAutoTruncateAnnotations`

### Bug Fixes

| Bug Number | Control | Description |
|------------|---------|-------------|
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
|40262|IgxSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
|40458|IgxSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
|40490|IgxDatePicker|Inputs by Autofill won't give any effects for a date picker

## **{PackageVerChanges-25-1-SEP}**

### {PackageMaps} (Geographic Map)

#### <label>PREVIEW</label> Azure Map Imagery Support
Expand Down
8 changes: 5 additions & 3 deletions docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
{ "name": "{PackageVerChanges-24-2-FEB}", "value": "19.0.1 (February 2025)"},
{ "name": "{PackageVerChanges-25-1}", "value": "20.0.0 (June 2025)"},
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "20.0.1 (August 2025)"},
{ "name": "{PackageVerLatest}", "value": "20.1.0 (September 2025)"},
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "20.1.0 (September 2025)"},
{ "name": "{PackageVerLatest}", "value": "20.2.0 (November 2025)"},
{ "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"},
Expand Down Expand Up @@ -182,7 +183,7 @@
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "19.2.0 (August 2025)"},
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "19.2.1 (September 2025)"},
{ "name": "{PackageVerChanges-25-1-OCT}", "value": "19.2.2 (October 2025)"},
{ "name": "{PackageVerLatest}", "value": "19.3.0 (October 2025)"},
{ "name": "{PackageVerLatest}", "value": "19.3.0 (November 2025)"},
{ "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"},
Expand Down Expand Up @@ -594,7 +595,8 @@
{ "name": "{PackageVerChanges-25-1-JUNE}", "value": "25.1.19 (June 2025)"},
{ "name": "{PackageVerChanges-25-1-JULY}", "value": "25.1.46 (July 2025)"},
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "25.1.63 (August 2025)"},
{ "name": "{PackageVerLatest}", "value": "25.1.82 (September 2025)"},
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "25.1.82 (September 2025)"},
{ "name": "{PackageVerLatest}", "value": "25.2.XXXX (November 2025)"},

{ "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