You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to i.
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.
π Bug fixes
Fix the debounce issue for queries automatically triggered by input changes.
Fix module values issue when placed inside a listView. Discord
Fix OAuth 2.0 login redirect issue when embedded in a React app. Discord