Release Notes

Sign In

Releases

1.53
1.52
1.51
1.50
1.49
1.48
1.47
1.46
1.45
1.44
1.43
1.42
1.41
1.40
1.39
1.38
1.37
1.34
1.33
1.28
1.27
1.26
1.23
1.25
1.24
1.51

Released:

2026-05-31

🎉 New Features

Folders

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.

Experience Designer AI Assistant

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

CRUD OnSuccess Flow Execution

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.

PreActions and SetData

Two new interaction patterns are available:

  • PreActions: flows that execute before a primary action (e.g., before a form submit or navigation), enabling validation or data preparation
  • SetData: a new button action kind that sets datum values on the current context without triggering a CRUD operation

Required Checkboxes

Checkbox fields in forms can now be marked as required. The validator enforces a checked state before form submission and provides appropriate error messaging.

Compact Table Mode

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.

Min/Max File Uploads

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.

Configurable Magic Links

Magic link authentication tokens now have a configurable expiry. Unopened links older than the configured time are rejected at login time.

AI Model Updates

  • Added Gemini 3.5 and Gemini 3.1-lite from Google.
  • Added Opus 4.8 from Anthropic.
  • Updated Anthropic model defaults across AI nodes.

Improvements

Experiences

  • setData button action added for setting datum values without a CRUD operation.

Flows

  • SQL integration: connection testing, connection failure management, and connection pool lifecycle improvements.

Related Releases

Related Releases

1.53

Version 1.53 introduces a new Flow node to build experience URLs and refreshes the AI Image Generation Node. Navigate related entities directly with new field links.

1.52

Excerpt: Experience enhanced performance with Flows' new Burst Mode Concurrency in v1.52, plus improved SQL Server connectivity via SNI Override and crucial platform stability fixes.

1.51

Now available; Organise with Folders, rapidly build UIs with the AI Assistant, enhance workflows with advanced CRUD actions, and leverage updated AI models, including Gemini.

1.50

Release 1.50 introduces powerful field-based relationships, timezone-aware datetime fields, and enhanced CRUD actions. Plus, leverage JavaScript mode in data expressions for complex transformations and updated AI models!

1.49

Our 1.49 release introduces AI-assisted Schema generation, new Flow nodes for AI Routing and media processing, plus timezones come to our Data Expression Node.