-
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
6a9bda4
commit 7fb713d
Showing
5 changed files
with
119 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,32 @@ | ||
--- | ||
title: ILLA Cloud V 3.3 Changelog | ||
description: ILLA Cloud V 3.3 Changelog | ||
--- | ||
|
||
# V 3.3 | ||
|
||
2023.10.26 | ||
|
||
## π New features | ||
|
||
* Data grid component | ||
* Supports displaying 100,000 records. | ||
* Supports server-side pagination. | ||
* Supports multiple data types, such as images, tags, buttons, etc. | ||
* Supports column-based filtering or global quick filtering. | ||
* Supports data grouping based on specified columns. | ||
* Supports freezing specified columns to the left or rightmost side. | ||
* Supports drag-and-drop column width adjustment while browsing. | ||
* Oracle 9i | ||
* Building upon our existing support for Oracle versions 9i above, we have now added support for Oracle databases running versions 9i and below. If you are using one of these versions, rest assured that you can confidently use ILLA Cloud. | ||
|
||
## π Bug fix | ||
|
||
* Fixed the issue in the Onboarding app where running an Action would result in an error. | ||
* Fixed the issue in the Event Handler where Boolean value handling was incorrect when the "Only run when" field was left empty. | ||
|
||
## π Polish | ||
|
||
* Improved component copy-paste functionality | ||
* Support copying components to different pages or different Container views. | ||
* Added WebSocket proxy functionality and optimized the issue of disconnection during collaborative editing in Builder for certain regions. |
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,16 @@ | ||
--- | ||
title: ILLA Cloud V 3.4 Changelog | ||
description: ILLA Cloud V 3.4 Changelog | ||
--- | ||
|
||
# V 3.4 | ||
|
||
2023.11.09 | ||
|
||
## π Polish | ||
|
||
* Dashboard updated: display all apps, resources, AI Agents, Files on homepage dashboard. | ||
* Updated AI Agent editing page | ||
* Updates to the data panel on the application editing page: | ||
* Components are now displayed hierarchically, meaning that components nested within a container will be grouped and displayed within that container. | ||
* Data properties of each component, action, variable, etc., can now be directly copied. |
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,27 @@ | ||
--- | ||
title: ILLA Cloud V 3.5 Changelog | ||
description: ILLA Cloud V 3.5 Changelog | ||
--- | ||
|
||
# V 3.5 | ||
|
||
2023.11.23 | ||
|
||
## π New features | ||
|
||
* ILLA Drive Action | ||
* You can perform the following operations on files in ILLA Drive using actions: list, upload, download, and delete. | ||
* Directly upload files or pick files via component inspect panel | ||
* For the following components: Image, Carousel, Video, and Audio. | ||
* you can now directly select existing files from ILLA Drive or upload new files through the Inspect panel of these components. The selected or uploaded files will be displayed on the respective components. | ||
|
||
## π Bug fix | ||
|
||
* Fixed the issue where the "Set router" method was unable to select a child page. | ||
|
||
## π Polish | ||
|
||
* Optimizations for the image component | ||
* Supports setting automatic height or fixed height. | ||
* When set to automatic height, you can specify the image aspect ratio, and the height will be calculated automatically based on the fixed ratio. | ||
* You can change the shape of the component by setting a radius. For example, setting the radius to 50% when the image ratio is `{{1}}` will display the image in a circular shape. |
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,22 @@ | ||
--- | ||
title: ILLA Cloud V 3.6 Changelog | ||
description: ILLA Cloud V 3.6 Changelog | ||
--- | ||
|
||
# V 3.6 | ||
|
||
2023.12.07 | ||
|
||
## π New features | ||
|
||
* Mock data for your actions | ||
* When the API is not ready yet, you can use Mock data for simulation | ||
* Create app from an AI Agent | ||
* By clicking `Create app from AI Agent`, we will automatically set up the interface and data connections between components and the AI Agent. You can then configure the necessary functionalities for your business on top of this foundation. | ||
* Actions for SQL databases types such as MySQL, PostgreSQL, MSSQL, etc., now support the ability to set either Safe mode or Unsafe mode. | ||
* Safe mode: Your SQL can only reference variables in the place of variables, for example, `where name = '{{input1.value}}'`. This prevents users from compromising your database by inputting statements like `'; drop table;'` in input1 | ||
* Unsafe mode: When using the unsafe mode, SQL syntax words can also be replaced with variables, such as `where {{input1.value}} {{input2.value}} '{{input3.value}}'`. However, in this case, the database can be compromised by the content entered by the user. It is not recommended for you to use this mode. | ||
|
||
## π Bug fix | ||
|
||
* Fixed an issue where the Data Grid component would throw an error in certain cases when switching the primary key. |
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,22 @@ | ||
--- | ||
title: ILLA Cloud V 3.7 Changelog | ||
description: ILLA Cloud V 3.7 Changelog | ||
--- | ||
|
||
# V 3.7 | ||
|
||
2023.12.21 | ||
|
||
## π New features | ||
|
||
* Tags component | ||
* A pill list to display color-coded values. It supports custom colors and deterministic assignment, so each unique tag uses a different color. | ||
* Avatar component | ||
* A content area to display user information and profile image. It supports a range of image sizes, fallback icon if no image is provided, text if no image or icon is provided, and includes a label and caption. | ||
* New column type for data grid | ||
* Added support for Avatar type in the Data Grid component. | ||
|
||
## π Bug fix | ||
|
||
* Optimized server-side pagination for the Data Grid component. | ||
* Fixed the issue with selected data in the List component and Grid List component after switching pages. |