17 May: Improved Compilation Times
Compilation is up to 100x times faster
Last updated
Was this helpful?
Compilation is up to 100x times faster
Last updated
Was this helpful?
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.
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.
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.
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.
When adding a name or value to a global variable, there were instances where the save operation was not triggered.