17 May: Improved Compilation Times
Compilation is up to 100x times faster
New ✨
Compilation by component
Now you can select a specific page and component to update in your project, this will ignore the rest of your project and push the changes only in the selected component and their children. This option can accelerate compilation times in large projects with non increasing deployment and publishing times.

Improved 💪🏼
Component Instance management
The management of inline styles as props was improved by merging the inline CSS configured in the components with their instances. This allows for more complex behavior and enhances the user experience.
The algorithm that determines when to replace an instance with its children was improved by checking if the component configuration data differs from that of its instance, thereby reducing errors and achieving more predictable behavior.
GraphQL Security
In current projects, the Secret Access Key is no longer shared on the front end for handling GraphQL queries. Instead, anonymous roles are assigned to collections, and you can specify roles for any collection in your app using the Hasura Console.
This measure makes your app more secure and gives you better control in app roles ans Access Control List settings.
Fixed 🔧
Data binding input UI was not been updating
The UI was displaying incorrect values when navigating between nodes in the Figma project. To resolve this, we fixed a minor bug in the React code that was causing the issue.
Fixed issue with handling global variables
When adding a name or value to a global variable, there were instances where the save operation was not triggered.
Last updated
Was this helpful?