Released:
Spaces now support folders for organising schemas, experiences, and flows. Folders are created, renamed, and deleted from the space settings dashboard. Items are moved into folders via drag and drop or a context menu.
The experience designer includes an AI-powered assistant that generates component layouts from natural language intent. The assistant surface appears in the experience editor sidebar, enabling rapid prototype creation without manual drag-and-drop.
CRUD button actions (create, update, delete, save) now support triggering a flow on success via the new crudOnSuccess flow kind. Previously, on-success behaviour was limited to resetting the form, refetching data, or navigating. A flow can now run after a successful CRUD operation, enabling custom side effects such as notifications or downstream integrations.
Two new interaction patterns are available:
Checkbox fields in forms can now be marked as required. The validator enforces a checked state before form submission and provides appropriate error messaging.
Tables now support a compact mode with reduced row padding and smaller fonts for denser data display. The toggle is available in table view settings.
File upload fields support configurable minimum and maximum file count constraints. The minimum ensures at least N files are attached; the maximum caps the upload at M files. Both constraints validate at the input boundary.
Magic link authentication tokens now have a configurable expiry. Unopened links older than the configured time are rejected at login time.
setData button action added for setting datum values without a CRUD operation.Related Releases
Related Releases