Appearance
AireFrame Release Notes
Version: 2.44.1
Release Date: 4th March 2026
Summary of Changes
✨ New Features
- Add Ability to Regenerate AI Summary from Dashboard (FRAME-2418)
- Improved Theme Caching (FRAME-2468)
🐞 Bug Fixes
- Fixed Navigation Animation (FRAME-2406)
- Fixed Structural Entity Picker Re-rendering (FRAME-2474)
- Improved Visualisation Data Handling on Config Update (FRAME-2476)
- Subject List Live Data Updates (FRAME-2477)
- Data Extract List Now Shows All Extracts (FRAME-2484)
- Monaco Editor Escape Key Behaviour (FRAME-2485)
Detailed Changes
✨ New Features
Regenerate AI Summary from Dashboard (FRAME-2418)
Description
Users can now regenerate the AI-generated summary displayed in the data summary widget directly from the dashboard. Previously, the summary was generated once and could not be refreshed without navigating away.
What this means for you
If your dashboard summary looks incorrect or you'd like a clearer description of your data, you can now refresh it instantly with a single action — no need to reload the page or navigate away.
Improved Theme Caching (FRAME-2468)
Description
AireFrame now caches the theme retrieved from AireTheme, reducing the number of repeated calls made to the theming service. The cache expires every 5–15 minutes, and if AireTheme is temporarily unavailable, the last successfully loaded theme will continue to be displayed rather than reverting to defaults.
What this means for you
Your application theme will load faster and remain consistent even during brief interruptions to the theming service, ensuring a smoother and more reliable visual experience.
🐞 Bug Fixes
Fixed Navigation Animation (FRAME-2406)
Description
An unexpected scrolling effect caused by the footer was visible when navigating from the home page to the configuration page. This animation artefact has been resolved.
Fixed Structural Entity Picker Re-rendering (FRAME-2474)
Description
The structural entity picker was continuously re-rendering and making repeated data fetch requests when empty. This has been corrected to prevent unnecessary processing and improve performance.
Improved Visualisation Data Handling on Config Update (FRAME-2476)
Description
Previously, updating a visualisation's configuration triggered an attempt to delete all associated data sets, which caused timeouts and database lock issues for large tenants — particularly during imports. Data sets are now marked as stale instead of being deleted, and are recalculated on next read. This significantly reduces strain on the database and prevents disruption for active users.
Subject List Live Data Updates (FRAME-2477)
Description
Subject List V2 dashboards were not correctly receiving data update notifications, causing the interface to show a "Data is loading" message until the user manually refreshed. The fix ensures data is refetched on every relevant subscription notification, and reduces unnecessary per-subject subscriptions to lower server load.
Data Extract List Now Shows All Extracts (FRAME-2484)
Description
The data extract list was incorrectly filtering to show only source data extracts, causing non-source extracts to be omitted. The filter has been corrected so all data extracts are now displayed as expected.
Monaco Editor Escape Key Behaviour (FRAME-2485)
Description
Pressing the Escape key whilst the autocomplete popup was active in the Monaco editor was incorrectly closing the editor entirely. Escape now correctly dismisses only the autocomplete popup, leaving the editor open.

