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

add latest appbuilder release changelog #254

Merged
merged 3 commits into from
Jan 29, 2025
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 18th of November, 2024.
> Latest update was made on 22nd of January, 2025. [LEARN MORE in the AppBuilder blog](https://www.appbuilder.dev/blog)

## January 2025 Release
### Features
- Introduced **Indigo UI Kit for Figma**, seamlessly integrating with App Builder to visually design and generate code for Angular, React, Blazor, and Web Components.
- Added **Automatic value binding** for Grid Column edit templates.

## December 2024 Release
### Features
- Added **Hierarchical Grid** to the component toolbox.
- **GitHub Pages** deployment for hosting static sites directly from a repository.

### Maintenance updates
- Angular apps are generated using [Ignite UI for Angular `19.0.0`](https://github.com/IgniteUI/igniteui-angular/releases/tag/19.0.0).
- React apps are generated using [Ignite UI for React `18.7.4`](https://github.com/IgniteUI/igniteui-react).
- Web Component apps are generated using [Ignite UI for Web Components `5.1.2`](https://github.com/IgniteUI/igniteui-webcomponents/).
- Blazor apps are generated using [Ignite UI for Blazor `24.2.6`](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/general-changelog-dv-blazor).
- Bug fixes

## November 2024 Release
### Features
Expand Down
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 年 11 月 18 日に行われました。
> 最新の更新は 2025 年 1 月 22 日に行われました。[詳細については、AppBuilder ブログをご覧ください。](https://www.appbuilder.dev/ja/blog)

## 2025 年 1 月リリース
### 機能
- **Figma 用 Indigo UI Kit** を導入しました。これにより、App Builder とシームレスに統合し、Angular、React、Blazor、Web Components 用のコードを視覚的にデザインして生成できます。
- グリッド列編集テンプレートに**自動値バインディング**を追加しました。

## 2024 年 12 月リリース
### 機能
- コンポーネント ツールボックスに **Hierarchical Grid** を追加しました。
- リポジトリから直接静的サイトをホストするための **GitHub Pages** 配置。

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

## 2024 年 11 月リリース
### 機能
Expand Down