Skip to content

v1.1.5

Compare
Choose a tag to compare
@lmx1117 lmx1117 released this 09 Feb 12:55
· 255 commits to develop since this release

✨ 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 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