Console Update - Version 1.4.2
Date: August 23, 2024
In this release, we’ve addressed a few key issues to improve the console UI experience, including resolving font misalignment and enhancing settings visibility in the side navigation.
Console Font Alignment
Resolved an issue where the console UI was using a Google fonts CSS script file, while corresponding applications were using the CSS2 version. This inconsistency led to misalignment of console components. To prevent this, we've added a custom font to the console SDK to ensure that external CSS files no longer impact the console’s appearance. Settings Option Visibility
Corrected the issue where the setting option was visible in the bottom of the side navigation, even when the ‘isSettingsAvailable’ attribute was set to false. With this update, the Settings option will now be hidden when this condition is met.
To get started with these improvements, refer to the Console for Web Apps and SDK documentation for detailed integration instructions.