diff --git a/en/change-log.md b/en/change-log.md index 3393055..3292cfd 100644 --- a/en/change-log.md +++ b/en/change-log.md @@ -6,27 +6,31 @@ _keywords: App Builder, Web App Builder, Design Systems, Design Systems UX, UI k # App Builder - Change Log > [!NOTE] -> Latest update was made on 28th of August, 2025. [LEARN MORE in the AppBuilder blog](https://www.appbuilder.dev/blog) +> Latest update was made on 23th of September, 2025. [LEARN MORE in the AppBuilder blog](https://www.appbuilder.dev/blog) -# August 2025 Release -## Features +## September 2025 Release +### Features +- **Conditional Logic for General Actions** now enables nested If-Else, multi-branch conditions, conditional deletes with prompts, and dynamic parameter passing for more flexible data action flows. + +## August 2025 Release +### Features - Added **ApexCharts** to the component toolbox. - **Pivot Grid** now auto-generates dimensions and values from data fields for a ready-to-use pivot view. - Added **Selected List Item** support, applying selected styling and storing the chosen value for later use. - Added **Empty Grid Template** and **Loading Indicator Template**. ## June 2025 Release -## Features +### Features - Enabled **Conditional Actions** for Data Actions, allowing forms and grids to perform different logic based on action outcomes. - Introduced **Grid Master-Detail** Template. - Added **Spanish language support**. - Added **Child-level Routing** support using the Views Container within nested routes for richer navigation. -## Improvements +### Improvements - **Form and Input Validation** enhancements - Introduced additional variants for **Icon button** — contained, outlined, and flat. -## AI Features on [Preview](https://preview.appbuilder.dev/) +### AI Features on [Preview](https://preview.appbuilder.dev/) - **Pinned Chat History** – Pin/unpin chats to easily revisit key sessions. - **Contextual Editing** – Click a UI element to edit it directly via AI chat. - **Component Indicator** – See which UI element is selected below the chat. diff --git a/en/toolbox/grid/master-detail-template.md b/en/toolbox/grid/master-detail-template.md index 9acec21..439ab1b 100644 --- a/en/toolbox/grid/master-detail-template.md +++ b/en/toolbox/grid/master-detail-template.md @@ -51,6 +51,9 @@ Overlay elements like **Dialogs** or **Banners**, placed inside master-detail te While these components may appear functional in the App Builder preview, they **do not retain the row data context** in the generated application. For example, a dialog meant to show details like `EmployeeId` will not have access to that value at local runtime. +### Working with Conditional Actions +Binding a parameter or comparison value in a Conditional Action to the Template context is not yet supported. At this time, only component properties and SetVariable support binding to the Template context. + ## Resources * [Fleet Management Sample (GitHub)](https://www.infragistics.com/products/ignite-ui-angular/grid-samples) \ No newline at end of file