Schema Field Descriptions: Add descriptions to schema fields that appear as helpful tooltips when editing entities, providing users with context and guidance directly in the interface.
Table Display Mode for Lists: Configure lists of objects to display as sortable tables with drag-and-drop row reordering, providing a cleaner view of structured data.
Enhanced Filtering:
Complex Relationship Filters: Filter entities based on properties of related entities with support for nested filters, enabling more sophisticated queries.
Relationship Existence Filter: New "exists" filter option to find entities that have (or don't have) relationships of a specific type - perfect for finding orphan records.
Filter Wrapping/Unwrapping: Easily wrap filter conditions in NOT, AND, or OR operators and unwrap them when needed for more flexible filter construction.
GeoJSON Import/Export: Import and export entity data in GeoJSON format alongside existing CSV and JSON options, with automatic geometry field conversion.
View Selector in Relationship Tables: Apply saved schema views directly within relationship editor tables, bringing the same filtering convenience to related entity views.
Unsaved Changes Protection: Browser navigation is blocked when forms contain unsaved changes in entity, schema, or flow editors, preventing accidental data loss.
Content Editor:
Markdown Paste Handling: Paste markdown-formatted text and have it automatically converted to rich formatting. The conversion is undoable if you prefer the raw markdown.
Block Quote Navigation: Improved Enter key handling for smoother navigation in and out of block quotes.
Paragraph After Headings: Fixed paragraph insertion after heading blocks.
Experiences
Calendar Input Component (Beta): New inline calendar picker for date fields with customisable display options and max date validation.
Image Alt Text Support: Add and edit alt text for images, videos, and audio elements in the content editor to improve accessibility of published experiences.
Dynamic Alt Text: Configure images to display dynamic alt text derived from entity data for better accessibility at scale.
Link Target Control: Explicitly set link targets to open in new tabs or the same window.
Maps Feature Pinning: Click map features to pin hover tooltips in place, making it easier to interact with feature details without losing them on mouse movement.
Flows
OAuth Access Token Node (Beta): New auth:oauth:get-access-token node retrieves access tokens from configured OAuth credentials, enabling authenticated API calls within flows.
XLSX Reader Enhancement: New "Skip Hidden Rows" option allows the Excel file reader to ignore hidden rows during import.
Gemini Model Fix: Corrected gemini-3-pro-preview model mapping for proper API routing.
Spaces
Primary Domain: Set a primary domain for spaces to control canonical URL generation, with automatic fallback to custom domains or space subdomains.
Onboarding Videos: Contextual video tutorials appear at key moments (initial login, first space creation) to help new users get started. Videos only show once and can be skipped.
Real-time Collaboration
Conflict Resolution UI: When concurrent edits create conflicts, a visual diff interface shows the changes and allows users to resolve conflicts before saving.
Connection-Aware Updates: Improved duplicate prevention with cryptographically signed connection tokens that track edit origins.
🐛 Fixes
Schemas
Fixed schema change detection logic for more accurate unsaved state tracking.
Fixed auto-focus behaviour when relationship column filter dropdowns open.
Fixed support for multiple file inputs in forms.
Experiences
Fixed content link clickability in the Experience Designer.
Fixed redirect URLs to use relative paths for better portability.
Flows
Fixed unsaved changes detection logic for new and modified flows.