From 53353cf04b76fd3386c9a5caa9557921db17827b Mon Sep 17 00:00:00 2001 From: Zdravko Kolev Date: Mon, 2 Feb 2026 17:44:06 +0200 Subject: [PATCH 1/2] Add December and November 2025 release notes Updated change log with the latest release notes for December and November 2025, including new features and enhancements. --- en/change-log.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/en/change-log.md b/en/change-log.md index 297a4ba..e1bb276 100644 --- a/en/change-log.md +++ b/en/change-log.md @@ -6,7 +6,21 @@ _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 From da1755fd5146e095fc8333f1fa5f351acbcc59f7 Mon Sep 17 00:00:00 2001 From: zdrawku Date: Mon, 2 Feb 2026 17:52:08 +0200 Subject: [PATCH 2/2] Update markdown linting configuration and enhance change log with December and November 2025 release features --- MARKDOWNLINT_RULES.md | 1 + en/change-log.md | 4 +++ .../query-builder-overview.md | 26 +++++++++---------- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/MARKDOWNLINT_RULES.md b/MARKDOWNLINT_RULES.md index ac63c61..3a64394 100644 --- a/MARKDOWNLINT_RULES.md +++ b/MARKDOWNLINT_RULES.md @@ -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 diff --git a/en/change-log.md b/en/change-log.md index e1bb276..d179fc0 100644 --- a/en/change-log.md +++ b/en/change-log.md @@ -9,14 +9,18 @@ _keywords: App Builder, Web App Builder, Design Systems, Design Systems UX, UI k > 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. diff --git a/jp/using-data-in-your-app/query-builder-overview.md b/jp/using-data-in-your-app/query-builder-overview.md index 1c5a9f5..ad2f8a3 100644 --- a/jp/using-data-in-your-app/query-builder-overview.md +++ b/jp/using-data-in-your-app/query-builder-overview.md @@ -6,11 +6,11 @@ App Builder の **Query Builder** を使用すると、コードを書かずに Query Builder を使用すると次が可能です: -* **データ ソース**に接続し、視覚的にクエリを構築 -* **フィルター処理**: 「equals」、「contains」、「greater than」 などの演算子を使ってフィールド値を条件設定 -* **複数条件の組み合わせ**: AND/OR の論理グループ -* **クエリ結果のプレビュー**で結果を確認 -* クエリを UI コンポーネントに**バインド**: グリッド、リスト、またはチャートなど +- **データ ソース**に接続し、視覚的にクエリを構築 +- **フィルター処理**: 「equals」、「contains」、「greater than」 などの演算子を使ってフィールド値を条件設定 +- **複数条件の組み合わせ**: AND/OR の論理グループ +- **クエリ結果のプレビュー**で結果を確認 +- クエリを UI コンポーネントに**バインド**: グリッド、リスト、またはチャートなど

クエリ実行テストを表示

@@ -49,11 +49,11 @@ App Builder では、SelectedCategory、UPFrom、UPTo の入力を動的フィ
-* [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)