Skip to content
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
1 change: 1 addition & 0 deletions MARKDOWNLINT_RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ npm run verify:jp
## Auto-Fix Capabilities

### Recommended Workflow

```bash
# 1. Auto-fix what's possible
npm run lint:md:fix
Expand Down
20 changes: 19 additions & 1 deletion en/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ _keywords: App Builder, Web App Builder, Design Systems, Design Systems UX, UI k
# App Builder - Change Log

> [!NOTE]
> Latest update was made on 23rd of September, 2025. [LEARN MORE in the AppBuilder blog](https://www.appbuilder.dev/blog)
> Latest update was made on 20th of January, 2026. [LEARN MORE in the AppBuilder blog](https://www.appbuilder.dev/blog)

## December 2025 Release

### Features

- Centralized Notification UI aggregates **design-time errors and warnings**, helping you quickly identify and resolve issues in your app (e.g., broken bindings, missing resources)
- Added **Query Builder component** for Angular apps, enabling complex filtering logic. Use it as a standalone UI or as an advanced variable editor.
- Redesigned "Create New App" Dialog: A "beautified" modern interface now includes a Prompt Gallery for inspiration and a Your Prompts tab to easily reuse previous inputs.
- Our AI generation has been optimized to deliver better structural accuracy across full-page blog posts, dynamic image galleries (and carousels), and Kanban boards featuring refined column and task card apps.

## November 2025 Release

### Features

- **AI-powered design** - Generate multi-view apps with navigation using AI chat. Seamlessly iterate on existing UIs in context without disrupting other parts of your app. Upload images or screenshots to create complete UIs with custom themes.
- **Richer CRM Sample App** – Expanded CRM app with enhanced Home, Reports, Deals, and Support views for faster customization and prototyping.
- **Quick Add Enhancements** – Smarter search and insertion for charts, sliders, and inputs; adds the exact type you search for (e.g., Line Chart) and remembers recent selections.
- **List Item Selection** – Enhanced selection capabilities for both dynamically and manually created lists.

## September 2025 Release

Expand Down
26 changes: 13 additions & 13 deletions jp/using-data-in-your-app/query-builder-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ App Builder の **Query Builder** を使用すると、コードを書かずに

Query Builder を使用すると次が可能です:

* **データ ソース**に接続し、視覚的にクエリを構築
* **フィルター処理**: 「equals」、「contains」、「greater than」 などの演算子を使ってフィールド値を条件設定
* **複数条件の組み合わせ**: AND/OR の論理グループ
* **クエリ結果のプレビュー**で結果を確認
* クエリを UI コンポーネントに**バインド**: グリッド、リスト、またはチャートなど
- **データ ソース**に接続し、視覚的にクエリを構築
- **フィルター処理**: 「equals」、「contains」、「greater than」 などの演算子を使ってフィールド値を条件設定
- **複数条件の組み合わせ**: AND/OR の論理グループ
- **クエリ結果のプレビュー**で結果を確認
- クエリを UI コンポーネントに**バインド**: グリッド、リスト、またはチャートなど

<img class="box-shadow" src="../images/using-data-in-your-app/Query Builder/6.png" />
<p style="text-align:center;">クエリ実行テストを表示</p>
Expand Down Expand Up @@ -49,11 +49,11 @@ App Builder では、SelectedCategory、UPFrom、UPTo の入力を動的フィ

<div class="divider--half"></div>

* [Query Builder のステップ バイス テップ ガイド](query-builder-step-by-step-guide.md)
* [API プロジェクト向けの Query Builder のサポート](api-project-query-builder-support.md)
* [App Builder コンポーネント](../indigo-design-app-builder-components.md)
* [App Builder インターフェイスの概要](../interface-overview.md)
* [Form Builder](form-builder.md)
* [グリッド リモート ページング](grid-remote-paging.md)
* [CRUD 操作](crud-operations.md)
* [リモート データ操作](remote-data-operations.md)
- [Query Builder のステップ バイス テップ ガイド](query-builder-step-by-step-guide.md)
- [API プロジェクト向けの Query Builder のサポート](api-project-query-builder-support.md)
- [App Builder コンポーネント](../indigo-design-app-builder-components.md)
- [App Builder インターフェイスの概要](../interface-overview.md)
- [Form Builder](form-builder.md)
- [グリッド リモート ページング](grid-remote-paging.md)
- [CRUD 操作](crud-operations.md)
- [リモート データ操作](remote-data-operations.md)