Skip to content

Commit 379d28c

Browse files
authored
Merge pull request #1793 from IgniteUI/arg-xplat-changelogs-november
Add Azure RTM and remove Preview tags. Also fix WC and React version …
2 parents 1b257f2 + 1091578 commit 379d28c

File tree

6 files changed

+83
-41
lines changed

6 files changed

+83
-41
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ All notable changes for each version of {ProductName} are documented on this pag
1616

1717
## **{PackageVerLatest}**
1818

19-
### {PackageCharts} (Charts)
20-
2119
**Breaking Changes**
2220

2321
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).
2422

23+
### {PackageCharts} (Charts)
2524

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

@@ -39,6 +38,10 @@ Ability for axis annotations to automatically detect collisions and truncate to
3938
- `ShouldAvoidAnnotationCollisions`
4039
- `ShouldAutoTruncateAnnotations`
4140

41+
### {PackageMaps} (Geographic Map)
42+
43+
- Azure Map Imagery is now RTM.
44+
4245
### Bug Fixes
4346

4447
| Bug Number | Control | Description |

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

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

1212
## **{PackageVerLatest}**
1313

14+
### {PackageCharts} (Charts)
15+
16+
#### <label>PREVIEW</label> User Annotations
17+
18+
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.
19+
20+
This is directly integrated with the available tools of the `Toolbar`.
21+
22+
<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
23+
alt="{Platform} user-annotation-create"/>
24+
25+
#### <label>PREVIEW</label> Collision Detection for Axis Annotations
26+
27+
Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:
28+
29+
- `ShouldAvoidAnnotationCollisions`
30+
- `ShouldAutoTruncateAnnotations`
31+
32+
### {PackageMaps} (Geographic Map)
33+
34+
- Azure Map Imagery is now RTM.
35+
36+
### Bug Fixes
37+
38+
| Bug Number | Control | Description |
39+
|------------|---------|-------------|
40+
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
41+
|40262|IgrSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
42+
|40458|IgrSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
43+
|40490|IgrDatePicker|Inputs by Autofill won't give any effects for a date picker
44+
45+
## **{PackageVerChanges-25-1-OCT_2}**
46+
1447
### New Components
1548

1649
- Added `IgrChat` component
@@ -67,23 +100,7 @@ All notable changes for each version of {ProductName} are documented on this pag
67100
- Optimized grouping operations.
68101

69102

70-
### {PackageCharts} (Charts)
71-
72-
#### <label>PREVIEW</label> User Annotations
73-
74-
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.
75-
76-
This is directly integrated with the available tools of the `Toolbar`.
77-
78-
<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
79-
alt="{Platform} user-annotation-create"/>
80-
81-
#### <label>PREVIEW</label> Collision Detection for Axis Annotations
82103

83-
Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:
84-
85-
- `ShouldAvoidAnnotationCollisions`
86-
- `ShouldAutoTruncateAnnotations`
87104

88105
### Bug Fixes
89106

@@ -95,10 +112,7 @@ Ability for axis annotations to automatically detect collisions and truncate to
95112
|[1882](https://github.com/IgniteUI/igniteui-webcomponents/pull/1882)| Chat |Message actions not rendered after last message|
96113
|[1885](https://github.com/IgniteUI/igniteui-webcomponents/pull/1885)| Date Picker |Change event not emitted for non-editable input configuration|
97114
|[1894](https://github.com/IgniteUI/igniteui-webcomponents/pull/1894)| Date Picker | Issues when clearing the value and notch border in Material theme|
98-
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
99-
|40262|IgrSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
100-
|40458|IgrSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
101-
|40490|IgrDatePicker|Inputs by Autofill won't give any effects for a date picker
115+
102116

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

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

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@ All notable changes for each version of {ProductName} are documented on this pag
1212

1313
## **{PackageVerLatest}**
1414

15+
### {PackageCharts} (Charts)
16+
17+
#### <label>PREVIEW</label> User Annotations
18+
19+
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.
20+
21+
This is directly integrated with the available tools of the `Toolbar`.
22+
23+
<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
24+
alt="{Platform} user-annotation-create"/>
25+
26+
#### <label>PREVIEW</label> Collision Detection for Axis Annotations
27+
28+
Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:
29+
30+
- `ShouldAvoidAnnotationCollisions`
31+
- `ShouldAutoTruncateAnnotations`
32+
33+
34+
### {PackageMaps} (Geographic Map)
35+
36+
- Azure Map Imagery is now RTM.
37+
38+
39+
### Bug Fixes
40+
41+
| Bug Number | Control | Description |
42+
|------------|---------|-------------|
43+
|40136|Excel Library|FormulaParseException exception when loading an Excel workbook
44+
|40262|IgcSpreadsheet|#Circularity! is displayed when there are warnings. Request to match Excel - display a value eg. 0 instead
45+
|40458|IgcSpreadsheet|When using Arial font, the igx-spreadsheet cuts off text in the cells
46+
|40490|IgcDatePicker|Inputs by Autofill won't give any effects for a date picker
47+
48+
49+
## **{PackageCommonVerChanges-6.3.6}**
1550

1651
### New Components
1752

@@ -69,23 +104,7 @@ All notable changes for each version of {ProductName} are documented on this pag
69104
- Optimized grouping operations.
70105

71106

72-
### {PackageCharts} (Charts)
73-
74-
#### <label>PREVIEW</label> User Annotations
75-
76-
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.
77-
78-
This is directly integrated with the available tools of the `Toolbar`.
79-
80-
<img class="responsive-img" src="../images/charts/data-chart-user-annotation-create.gif"
81-
alt="{Platform} user-annotation-create"/>
82-
83-
#### <label>PREVIEW</label> Collision Detection for Axis Annotations
84-
85-
Ability for axis annotations to automatically detect collisions and truncate to fit better. To enable this feature you must set the following properties:
86107

87-
- `ShouldAvoidAnnotationCollisions`
88-
- `ShouldAutoTruncateAnnotations`
89108

90109
### Bug Fixes
91110

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Ability for axis annotations to automatically detect collisions and truncate to
3636
- `ShouldAvoidAnnotationCollisions`
3737
- `ShouldAutoTruncateAnnotations`
3838

39+
### {PackageMaps} (Geographic Map)
40+
41+
- Azure Map Imagery is now RTM.
42+
3943
### Bug Fixes
4044

4145
| Bug Number | Control | Description |

docConfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "19.2.0 (August 2025)"},
184184
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "19.2.1 (September 2025)"},
185185
{ "name": "{PackageVerChanges-25-1-OCT}", "value": "19.2.2 (October 2025)"},
186+
{ "name": "{PackageVerChanges-25-1-OCT_2}", "value": "19.3.0 (October 2025)"},
186187
{ "name": "{PackageVerLatest}", "value": "19.3.0 (November 2025)"},
187188
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"},
188189
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"},
@@ -352,7 +353,7 @@
352353
{ "name": "{PackageVerChanges-25-1-JUL}", "value": "6.0.1 (July 2025)"},
353354
{ "name": "{PackageVerChanges-25-1-JUL-2}", "value": "6.1.0 (July 2025)"},
354355
{ "name": "{PackageVerChanges-25-1-AUG}", "value": "6.2.0 (August 2025)"},
355-
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "6.2.1 (September 2025)"},
356+
{ "name": "{PackageVerChanges-25-1-SEP}", "value": "6.2.1 (September 2025)"},
356357
{ "name": "{PackageCommonVerChanges-1.0.0}", "value": "1.0.0 (November 2021)"},
357358
{ "name": "{PackageCommonVerChanges-2.0.0}", "value": "2.0.0 (February 2022)"},
358359
{ "name": "{PackageCommonVerChanges-2.1.0}", "value": "2.1.0 (March 2022)"},
@@ -389,6 +390,7 @@
389390
{ "name": "{PackageCommonVerChanges-5.0.0}", "value": "5.0.0 (August 2024)"},
390391
{ "name": "{PackageCommonVerChanges-5.1.0}", "value": "5.1.0 (October 2024)"},
391392
{ "name": "{PackageCommonVerChanges-5.2.0}", "value": "5.2.0 (January 2025)"},
393+
{ "name": "{PackageCommonVerChanges-6.3.6}", "value": "6.3.6 (November 2025)"},
392394
{ "name": "{PackageDockManagerVerChanges-1.0.0}", "value": "1.0.0"},
393395
{ "name": "{PackageDockManagerVerChanges-1.0.1}", "value": "1.0.1"},
394396
{ "name": "{PackageDockManagerVerChanges-1.0.2}", "value": "1.0.2"},
@@ -420,7 +422,7 @@
420422
{ "name": "{PackageDockManagerVerChanges-1.14.2}", "value": "1.14.2"},
421423
{ "name": "{PackageDockManagerVerChanges-1.14.3}", "value": "1.14.3"},
422424
{ "name": "{PackageDockManagerVerChanges-1.14.4}", "value": "1.14.4"},
423-
{ "name": "{PackageVerLatest}", "value": "6.3.0 (October 2025)"},
425+
{ "name": "{PackageVerLatest}", "value": "6.3.0 (November 2025)"},
424426
{ "name": "{PackageWebComponents}", "value": "igniteui-webcomponents"},
425427
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/samples"},
426428
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-wc-examples/tree/master/browser"},

docfx/en/components/toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@
17091709
{
17101710
"name": "Displaying Azure Imagery",
17111711
"href": "geo-map-display-azure-imagery.md",
1712-
"status": "PREVIEW",
1712+
"status": "",
17131713
"premium": true
17141714
},
17151715
{

0 commit comments

Comments
 (0)