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

Promote June release notes #226

Merged
merged 6 commits into from
Jul 9, 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
19 changes: 18 additions & 1 deletion en/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@ _keywords: App Builder, Web App Builder, Design Systems, Design Systems UX, UI k
# App Builder - Change Log

> [!NOTE]
> Latest update was made on 23 of May, 2024.
> Latest update was made on 25th of June, 2024.


# June 2024 Release
## Features
- Design and generate your apps for **React**.
- Allow first-time visitors to use App Builder in **Guest-access mode**. Visitors can save their progress at any time by signing in with an account.

## Improvements
- Added two-way data binding support to **Select, Text-area and Radio-group components**.
- Get notified of **updates to Datasources** that your app depends on, and view the changes.

## Maintenance updates
- Angular apps are generated using [Ignite UI for Angular `17.2.0`](https://github.com/IgniteUI/igniteui-angular/releases/tag/17.2.0).
- React apps are generated using [Ignite UI for React `18.6.1`](https://github.com/IgniteUI/igniteui-react).
- Web Component apps are generated using [Ignite UI for Web Components `4.9.0`](https://github.com/IgniteUI/igniteui-webcomponents/blob/4.9.0/CHANGELOG.md#490---2024-04-30).
- Blazor apps are generated using [Ignite UI for Blazor `23.2.204`](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/general-changelog-dv-blazor#232204).
- Bug fixes

## May 2024 Release
## Features
Expand Down
6 changes: 3 additions & 3 deletions en/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"development": {
"infragisticsBaseUrl": "https://staging.infragistics.com",
"appbuilderBaseUrl": "https://staging.appbuilder.dev",
"GTMContainerId": "GTM-WLXLBZD"
"GTMContainerId": "GTM-PGP9PMGT"
},
"staging": {
"infragisticsBaseUrl": "https://staging.infragistics.com",
"appbuilderBaseUrl": "https://staging.appbuilder.dev",
"GTMContainerId": "GTM-NCKNPN"
"GTMContainerId": "GTM-PGP9PMGT"
},
"production": {
"infragisticsBaseUrl": "https://www.infragistics.com",
"appbuilderBaseUrl": "https://appbuilder.dev",
"GTMContainerId": "GTM-T65CF7"
"GTMContainerId": "GTM-KVWNJHSS"
}
}
19 changes: 18 additions & 1 deletion jp/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@ _language: ja
# App Builder - 変更ログ

> [!NOTE]
> 最新の更新は 2024 年 5 月 23 日に行われました。
> 最新の更新は 2024 年 6 月 25 日に行われました。


# 2024 年 6 月リリース
## 機能
- **React** 用のアプリをデザインおよび生成します。
- 初めてアクセスするユーザーが **ゲスト アクセス モード**で App Builder を使用できるようにします。訪問者はアカウントでサインインすることで、いつでも進行状況を保存できます。

## 機能改善
- **Select、Text-area、Radio-group コンポーネント**に双方向データ バインディングのサポートが追加されました。
- アプリが依存する**データ ソースの更新**について通知を受け取り、変更内容を表示します。

## メンテナンス更新
- Angular アプリは [Ignite UI for Angular `17.2.0`](https://github.com/IgniteUI/igniteui-angular/releases/tag/17.2.0) を使用して生成されるようにしました。
- React アプリは、[Ignite UI for React `18.6.1`](https://github.com/IgniteUI/igniteui-react) を使用して生成されるようにしました。
- Web Component アプリは、[Ignite UI for Web Components `4.9.0`](https://github.com/IgniteUI/igniteui-webcomponents/blob/4.9.0/CHANGELOG.md#490---2024-04-30) を使用して生成されるようにしました。
- Blazor アプリは [Ignite UI for Blazor `23.2.204`](https://jp.infragistics.com/products/ignite-ui-blazor/blazor/components/general-changelog-dv-blazor#232204) を使用して生成されるようにしました。
- 不具合修正

## 2024 年 5 月リリース
## 機能
Expand Down
6 changes: 3 additions & 3 deletions jp/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"development": {
"infragisticsBaseUrl": "https://jp.staging.infragistics.com",
"appbuilderBaseUrl": "https://jp.staging.appbuilder.dev",
"GTMContainerId": "GTM-WLXLBZD"
"GTMContainerId": "GTM-PGP9PMGT"
},
"staging": {
"infragisticsBaseUrl": "https://jp.staging.infragistics.com",
"appbuilderBaseUrl": "https://jp.staging.appbuilder.dev",
"GTMContainerId": "GTM-NCKNPN"
"GTMContainerId": "GTM-PGP9PMGT"
},
"production": {
"infragisticsBaseUrl": "https://jp.infragistics.com",
"appbuilderBaseUrl": "https://appbuilder.dev",
"GTMContainerId": "GTM-T65CF7"
"GTMContainerId": "GTM-KVWNJHSS"
}
}
Loading