Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix changelogs #1118

Merged
merged 2 commits into from
Jan 5, 2024
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
3 changes: 2 additions & 1 deletion doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2.1}**
## **{PackageVerChanges-23-2-JAN}**

### .NET 8.0 support

Expand All @@ -27,6 +27,7 @@ All notable changes for each version of {ProductName} are documented on this pag
* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
* 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.
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.

### {PackageGrids} (Grid)
* New Features Added:
- [State Persistence](grids/grid/state-persistence.md)
Expand Down
18 changes: 10 additions & 8 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2.2}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} Charts

* [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.

## **{PackageVerChanges-23-2.1}**
## **{PackageVerChanges-23-2-DEC}**

### {PackageGrids} (Toolbar - Beta)

* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
* 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.
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
### {PackageGrids} (Grid)
* New Features Added:
- [State Persistence](grids/grid/state-persistence.md)
Expand All @@ -30,9 +25,16 @@ All notable changes for each version of {ProductName} are documented on this pag

### New Components

### {PackageGrids} (Toolbar - Beta)

* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
* 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.
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.

* [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.

### Deprecatated Components
### Deprecated Components

> [DataGrid](grids/data-grid/overview.md) - The DataGrid is deprecated, please refer to [Grid](grids/data-grid.md)

## **{PackageVerChanges-23-1}**
Expand Down
11 changes: 7 additions & 4 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,25 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2.2}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} Charts

* [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.

## **{PackageVerChanges-23-2-DEC}**

### {PackageGrids} (Grid)
* New Features Added:
- [State Persistence](grids/grid/state-persistence.md)

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

### {PackageGrids} (Toolbar - Beta)

* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
* 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.
* Custom SVG icons support was added via the toolbar's `renderImageFromText` method, further enhancing custom tool creation.
### {PackageGrids} (Grid)
* New Features Added:
- [State Persistence](grids/grid/state-persistence.md)

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

Expand Down
6 changes: 1 addition & 5 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ All notable changes for each version of {ProductName} are documented on this pag
> This topic discusses changes only for components that are not included in the {PackageAngularComponents} package.
> For changes specific to {PackageAngularComponents} components, please see CHANGELOG.MD at [Ignite UI Angular Changes](https://github.com/IgniteUI/igniteui-angular/blob/master/)

## **{PackageVerChanges-23-2.1}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} Charts

* [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.

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

### {PackageCharts} Charts

* [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.

### {PackageGrids} (Toolbar - Beta)

* A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
Expand Down
4 changes: 3 additions & 1 deletion doc/jp/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2}**
## **{PackageVerChanges-23-2-JAN}**

### .NET 8.0 のサポート

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

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

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

### {PackageGrids} (Toolbar - ベータ版)

* クリップボードを介してチャートを画像に保存するための新しいツールがデフォルトのツールとして追加されました。
Expand Down
12 changes: 8 additions & 4 deletions doc/jp/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,24 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2.1}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} チャート

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

## **{PackageVerChanges-23-2-DEC}**

### {PackageGrids} (Grid)
* 新規機能:
- [状態保持](grids/grid/state-persistence.md)

### {PackageGrids} (Toolbar - ベータ版)

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


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

Expand Down
13 changes: 9 additions & 4 deletions doc/jp/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,25 @@ namespace: Infragistics.Controls.Charts

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

## **{PackageVerChanges-23-2}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} チャート

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

## **{PackageVerChanges-23-2-DEC}**

### {PackageGrids} (Grid)
* 新規機能:
- [状態保持](grids/grid/state-persistence.md)

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

### {PackageGrids} (Toolbar - ベータ版)

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

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

Expand Down
4 changes: 3 additions & 1 deletion doc/jp/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ namespace: Infragistics.Controls.Charts
> このトピックでは、{PackageAngularComponents} パッケージに含まれていないコンポーネントの変更についてのみ説明します。
> {PackageAngularComponents} コンポーネントに固有の変更については、[Ignite UI Angular 変更](https://github.com/IgniteUI/igniteui-angular/blob/master/CHANGELOG.md) の CHANGELOG.MD を参照してください。

## **{PackageVerChanges-23-2}**
## **{PackageVerChanges-23-2-JAN}**

### {PackageCharts} チャート

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

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

### {PackageGrids} (Toolbar - ベータ版)

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