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
16 changes: 10 additions & 6 deletions en/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions en/toolbox/grid/master-detail-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)