Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-09 | 2.4 kB | |
v1.1.5.tar.gz | 2023-02-09 | 74.9 MB | |
v1.1.5.zip | 2023-02-09 | 76.3 MB | |
Totals: 3 Items | 151.2 MB | 0 |
✨ New features & improvements
-
Wow! 3 new datasources are ready for use: DynamoDB, OpenAPI and n8n. 🤩
-
New component Grid is up for grabs. Now you have a horizontal "listView"! 🥳
-
Improvements on listView component:
- Support exposing data of inside components, e.g.
listView.items[0].input1.value
. - Add local variable
currentItem
in addition toi
. - Support passing Data with an array of JSON objects instead of row count.
- Improvements on Table component:
- Support resetting selected rows with method
resetSelections
. - Add Disabled property for column types Link and Links.
- Support searching and adding tags in an editable Tag column.
- Support setting fixed width values for columns. #234
- Optimize page turning performance.
- Support GUI mode for Microsoft SQL server datasource.
- Disable JS sandbox in self-hosting images by default.
- Replace REST API queries' icon with HTTP methods.
- When clicking the icon on the top left corner, end users will be redirected to default homepage in workspace settings if set instead of All Apps page. Discord
- Support customizing ECharts style in theme settings.
- Workspace admins can reset member's password in solo workspace mode. Discord
- Support renaming folders on the left side-bar on homepage.
- Add audit logs for library queries.
- Use font "Roboto" font for all coding inputs in macOS/Linux/Windows.
- You can expand the query result area in Query Library.