-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c86190a
commit 09bbec2
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: V 4.3.6 | ||
description: ILLA Cloud V 4.3.6 Changelog | ||
--- | ||
|
||
# V 4.3.6 | ||
|
||
2024.01.25 | ||
|
||
## 🚀 New features | ||
|
||
* Added support for AI Agent, allowing the usage of ILLA Flow to run AI Agents. | ||
* Introduced support for Condition nodes, enabling the input of conditional statements in IF/Else blocks to handle different events based on the results. | ||
|
||
## 💅 Polish | ||
* Menu component now supports the "On logo clicked" method, which allows for handling events such as logo clicks for redirection or executing queries. | ||
|
||
## 🐛 Bug fix | ||
* Fixed an issue with the pagination of the Data grid component's paginator on the server-side. |