Skip to content

Commit

Permalink
JA - November release notes - #1413 (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
randriova authored Nov 28, 2024
1 parent 592e787 commit 7f940c3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions doc/jp/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ _language: ja

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

## **{PackageVerChanges-24-2-NOV}**

### 一般
- 新しい [Carousel](layouts/carousel.md) コンポーネント。
- `Input`
- `change` イベント引数タイプを `ComponentDataValueChangedEventArgs` から `ComponentValueChangedEventArgs` に変更しました。

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

### {PackageCharts} (チャート)
Expand Down
7 changes: 7 additions & 0 deletions doc/jp/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ _language: ja

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

## **{PackageVerChanges-24-2-NOV}**

### 一般
- 新しい [Carousel](layouts/carousel.md) コンポーネント。
- `Input`
- `change` イベント引数タイプを `ComponentDataValueChangedEventArgs` から `ComponentValueChangedEventArgs` に変更しました。

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

### {PackageCharts} (チャート)
Expand Down
5 changes: 5 additions & 0 deletions doc/jp/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ Data Grid コンポーネントには 「inputs」 パッケージが必要で

## {PackageCommon}

### **{PackageCommonVerChanges-5.1.0}**

#### 追加
- 新しい [Carousel](layouts/carousel.md) コンポーネント。

### **{PackageCommonVerChanges-5.0.0}**

- `Icon`
Expand Down
2 changes: 1 addition & 1 deletion doc/jp/components/grids/_shared/state-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ constructor() {
Add snippet for blazor
```

* `SessionStorage` から状態を復元し、カスタム ストラテジを適用します。
* `LocalStorage` から状態を復元し、カスタム ストラテジを適用します。

<!-- Angular -->
```typescript
Expand Down
4 changes: 2 additions & 2 deletions doc/jp/components/grids/pivot-grid/remote-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public pivotConfigHierarchy: IPivotConfiguration = {
<!-- WebComponents -->
```typescript
public pivotConfigHierarchy: IgcPivotConfiguration = {
columnStrategy: NoopPivotDimensionsStrategy.instance(),
rowStrategy: NoopPivotDimensionsStrategy.instance(),
columnStrategy: IgcNoopPivotDimensionsStrategy.instance(),
rowStrategy: IgcNoopPivotDimensionsStrategy.instance(),
}
```
<!-- end: WebComponents -->
Expand Down

0 comments on commit 7f940c3

Please sign in to comment.