Skip to content

Commit d05d656

Browse files
authored
Fix changelogs (#1118)
* Fix changelogs * Fix changelog variables and timeline
1 parent b3e3112 commit d05d656

9 files changed

+159
-143
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: Infragistics.Controls.Charts
1010

1111
All notable changes for each version of {ProductName} are documented on this page.
1212

13-
## **{PackageVerChanges-23-2.1}**
13+
## **{PackageVerChanges-23-2-JAN}**
1414

1515
### .NET 8.0 support
1616

@@ -27,6 +27,7 @@ All notable changes for each version of {ProductName} are documented on this pag
2727
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
2828
* Vertical orientation has been added via the toolbar's `Orientation` property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
2929
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
30+
3031
### {PackageGrids} (Grid)
3132
* New Features Added:
3233
- [State Persistence](grids/grid/state-persistence.md)

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

+10-8
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ namespace: Infragistics.Controls.Charts
99

1010
All notable changes for each version of {ProductName} are documented on this page.
1111

12-
## **{PackageVerChanges-23-2.2}**
12+
## **{PackageVerChanges-23-2-JAN}**
1313

1414
### {PackageCharts} Charts
1515

1616
* [Chart Highlight Filter](charts/features/chart-highlight-filter.md) - The `CategoryChart` and `DataChart` now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
1717

18-
## **{PackageVerChanges-23-2.1}**
18+
## **{PackageVerChanges-23-2-DEC}**
1919

20-
### {PackageGrids} (Toolbar - Beta)
21-
22-
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
23-
* Vertical orientation has been added via the toolbar's `Orientation` property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
24-
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
2520
### {PackageGrids} (Grid)
2621
* New Features Added:
2722
- [State Persistence](grids/grid/state-persistence.md)
@@ -30,9 +25,16 @@ All notable changes for each version of {ProductName} are documented on this pag
3025

3126
### New Components
3227

28+
### {PackageGrids} (Toolbar - Beta)
29+
30+
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
31+
* Vertical orientation has been added via the toolbar's `Orientation` property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
32+
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
33+
3334
* [Grid](grids/data-grid.md) - This is a new fully functional cross-platform grid and includes features like filtering, sorting, templates, row selection, row grouping, row pinning and movable columns.
3435

35-
### Deprecatated Components
36+
### Deprecated Components
37+
3638
> [DataGrid](grids/data-grid/overview.md) - The DataGrid is deprecated, please refer to [Grid](grids/data-grid.md)
3739
3840
## **{PackageVerChanges-23-1}**

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

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,25 @@ namespace: Infragistics.Controls.Charts
99

1010
All notable changes for each version of {ProductName} are documented on this page.
1111

12-
## **{PackageVerChanges-23-2.2}**
12+
## **{PackageVerChanges-23-2-JAN}**
1313

1414
### {PackageCharts} Charts
1515

1616
* [Chart Highlight Filter](charts/features/chart-highlight-filter.md) - The `CategoryChart` and `DataChart` now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
1717

18+
## **{PackageVerChanges-23-2-DEC}**
19+
20+
### {PackageGrids} (Grid)
21+
* New Features Added:
22+
- [State Persistence](grids/grid/state-persistence.md)
23+
1824
## **{PackageVerChanges-23-2}**
1925

2026
### {PackageGrids} (Toolbar - Beta)
2127

2228
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
2329
* Vertical orientation has been added via the toolbar's `Orientation` property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
2430
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
25-
### {PackageGrids} (Grid)
26-
* New Features Added:
27-
- [State Persistence](grids/grid/state-persistence.md)
2831

2932
## **{PackageVerChanges-23-1}**
3033

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@ All notable changes for each version of {ProductName} are documented on this pag
1313
> This topic discusses changes only for components that are not included in the {PackageAngularComponents} package.
1414
> For changes specific to {PackageAngularComponents} components, please see CHANGELOG.MD at [Ignite UI Angular Changes](https://github.com/IgniteUI/igniteui-angular/blob/master/)
1515
16-
## **{PackageVerChanges-23-2.1}**
16+
## **{PackageVerChanges-23-2-JAN}**
1717

1818
### {PackageCharts} Charts
1919

2020
* [Chart Highlight Filter](charts/features/chart-highlight-filter.md) - The `CategoryChart` and `DataChart` now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
2121

2222
## **{PackageVerChanges-23-2}**
2323

24-
### {PackageCharts} Charts
25-
26-
* [Chart Highlight Filter](charts/features/chart-highlight-filter.md) - The `CategoryChart` and `DataChart` now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
27-
2824
### {PackageGrids} (Toolbar - Beta)
2925

3026
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace: Infragistics.Controls.Charts
1111

1212
{ProductName} の各バージョンのすべての重要な変更は、このページに記載されています。
1313

14-
## **{PackageVerChanges-23-2}**
14+
## **{PackageVerChanges-23-2-JAN}**
1515

1616
### .NET 8.0 のサポート
1717

@@ -21,6 +21,8 @@ namespace: Infragistics.Controls.Charts
2121

2222
* [チャート強調表示フィルター](charts/features/chart-highlight-filter.md) - `CategoryChart``DataChart` は、データのサブセットの内外で強調表示およびアニメーション化する方法を公開するようになりました。この強調表示の表示はシリーズのタイプによって異なります。列およびエリア シリーズの場合、サブセットはデータの合計セットの上に表示され、サブセットはシリーズの実際のブラシによって色付けされ、合計セットは不透明度を下げます。折れ線シリーズの場合、サブセットは点線で表示されます。
2323

24+
## **{PackageVerChanges-23-2}**
25+
2426
### {PackageGrids} (Toolbar - ベータ版)
2527

2628
* クリップボードを介してチャートを画像に保存するための新しいツールがデフォルトのツールとして追加されました。

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,24 @@ namespace: Infragistics.Controls.Charts
1010

1111
{ProductName} の各バージョンのすべての重要な変更は、このページに記載されています。
1212

13-
## **{PackageVerChanges-23-2.1}**
13+
## **{PackageVerChanges-23-2-JAN}**
1414

1515
### {PackageCharts} チャート
1616

1717
* [チャート強調表示フィルター](charts/features/chart-highlight-filter.md) - `CategoryChart``DataChart` は、データのサブセットの内外で強調表示およびアニメーション化する方法を公開するようになりました。この強調表示の表示はシリーズのタイプによって異なります。列およびエリア シリーズの場合、サブセットはデータの合計セットの上に表示され、サブセットはシリーズの実際のブラシによって色付けされ、合計セットは不透明度を下げます。折れ線シリーズの場合、サブセットは点線で表示されます。
1818

19+
## **{PackageVerChanges-23-2-DEC}**
20+
21+
### {PackageGrids} (Grid)
22+
* 新規機能:
23+
- [状態保持](grids/grid/state-persistence.md)
24+
1925
### {PackageGrids} (Toolbar - ベータ版)
2026

2127
* クリップボードを介してチャートを画像に保存するための新しいツールがデフォルトのツールとして追加されました。
2228
* ツールバーの `Orientation` プロパティを介して垂直方向が追加されました。デフォルトでは、ツールバーは水平方向ですが、ツールバーを垂直方向に表示できるようになり、ツールが左右にポップアップ表示されます。
2329
* ツールバーの `renderImageFromText` メソッドを介してカスタム SVG アイコンのサポートが追加され、カスタム ツールの作成がさらに強化されました。
24-
### {PackageGrids} (Grid)
25-
* 新規機能:
26-
- [状態保持](grids/grid/state-persistence.md)
30+
2731

2832
## **{PackageVerChanges-23-2}**
2933

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

+9-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,25 @@ namespace: Infragistics.Controls.Charts
1010

1111
{ProductName} の各バージョンのすべての重要な変更は、このページに記載されています。
1212

13-
## **{PackageVerChanges-23-2}**
13+
## **{PackageVerChanges-23-2-JAN}**
1414

1515
### {PackageCharts} チャート
1616

1717
* [チャート強調表示フィルター](charts/features/chart-highlight-filter.md) - `CategoryChart``DataChart` は、データのサブセットの内外で強調表示およびアニメーション化する方法を公開するようになりました。この強調表示の表示はシリーズのタイプによって異なります。列およびエリア シリーズの場合、サブセットはデータの合計セットの上に表示され、サブセットはシリーズの実際のブラシによって色付けされ、合計セットは不透明度を下げます。折れ線シリーズの場合、サブセットは点線で表示されます。
1818

19+
## **{PackageVerChanges-23-2-DEC}**
20+
21+
### {PackageGrids} (Grid)
22+
* 新規機能:
23+
- [状態保持](grids/grid/state-persistence.md)
24+
25+
## **{PackageVerChanges-23-2}**
26+
1927
### {PackageGrids} (Toolbar - ベータ版)
2028

2129
* クリップボードを介してチャートを画像に保存するための新しいツールがデフォルトのツールとして追加されました。
2230
* ツールバーの `Orientation` プロパティを介して垂直方向が追加されました。デフォルトでは、ツールバーは水平方向ですが、ツールバーを垂直方向に表示できるようになり、ツールが左右にポップアップ表示されます。
2331
* ツールバーの `renderImageFromText` メソッドを介してカスタム SVG アイコンのサポートが追加され、カスタム ツールの作成がさらに強化されました。
24-
### {PackageGrids} (Grid)
25-
* 新規機能:
26-
- [状態保持](grids/grid/state-persistence.md)
2732

2833
## **{PackageVerChanges-23-1}**
2934

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ namespace: Infragistics.Controls.Charts
1414
> このトピックでは、{PackageAngularComponents} パッケージに含まれていないコンポーネントの変更についてのみ説明します。
1515
> {PackageAngularComponents} コンポーネントに固有の変更については、[Ignite UI Angular 変更](https://github.com/IgniteUI/igniteui-angular/blob/master/CHANGELOG.md) の CHANGELOG.MD を参照してください。
1616
17-
## **{PackageVerChanges-23-2}**
17+
## **{PackageVerChanges-23-2-JAN}**
1818

1919
### {PackageCharts} チャート
2020

2121
* [チャート強調表示フィルター](charts/features/chart-highlight-filter.md) - `CategoryChart``DataChart` は、データのサブセットの内外で強調表示およびアニメーション化する方法を公開するようになりました。この強調表示の表示はシリーズのタイプによって異なります。列およびエリア シリーズの場合、サブセットはデータの合計セットの上に表示され、サブセットはシリーズの実際のブラシによって色付けされ、合計セットは不透明度を下げます。折れ線シリーズの場合、サブセットは点線で表示されます。
2222

23+
## **{PackageVerChanges-23-2}**
24+
2325
### {PackageGrids} (Toolbar - ベータ版)
2426

2527
* クリップボードを介してチャートを画像に保存するための新しいツールがデフォルトのツールとして追加されました。

0 commit comments

Comments
 (0)