ESFC- February 2025
- 1 Summary
- 1.1 New Features
- 1.1.1 Fallback user option NEW
- 1.2 Improvements
- 1.3 Bug Fixes
- 1.1 New Features
Summary
In this release, we introduced the Fallback User Option to prevent broken shares when a user loses access, added dark mode to the Attachment Share page, enhanced the child pages macro, improved navigation tree sorting. Page navigation now extends correctly when headers and footers are hidden, logos display properly in dark mode, and child pages without matching labels are no longer visible.
New Features
Fallback user option NEW
Fallback User Option allows global administrators to assign a fallback user to automatically take over the API of users who lose access to an external share.
This feature can prevent broken shares due to employee offboarding, role changes, account deactivation, or temporary access loss.
To set it up, navigate to Global Settings → Other and add fallback user.
For more details, follow Fallback user option documentation page.
Improvements
Added dark mode for the Attachment Share page IMPROVED
We’ve added dark mode support to the Attachment Share page.
Improved child pages macro IMPROVED
We’ve enhanced the child pages macro by adding support for short links. Users can now click the copy page URL icon on Confluence pages to get a short link.
Navigation tree improvements IMPROVED
The sorting mode modal in share page is now fully visible on smaller screens, closes when clicked outside, and the Sort A-Z button displays correctly.
Improved share links on custom domains IMPROVED
We have improved shared pages links to work properly on custom domains.
Sweitched frontend build system to ESBuild IMPROVED
Updated the angular.json
configuration to use ESBuild for building the frontend application. This change improves build performance and results in more optimized output.
Bug Fixes
Fixed page navigation height FIXED
We fixed an issue where page navigation didn’t display correctly when both the header and footer were hidden, and the document height was less than or equal to the viewport height. The navigation now properly extends to fill the entire viewport in these cases.
Fixed logo rendering and dark mode behavior FIXED
We have fixed the logo rendering and dark mode behavior across different scenarios:
Scenarios | Result |
---|---|
If no custom logo is set, | default logo will be displayed. |
If dark mode is disabled, | page and logo will always appear in light mode. |
If dark mode is enabled but the toggle button is disabled, | page and logo will follow the system's color preferences. |
If dark mode & toggle button are both enabled, | page will retain the previously selected mode after a refresh. |
You can configure settings here: Global Settings → Page Customization and Link option
Fixed child page error in shared page FIXED
There was an issue when sharing a page with child pages with/without labels. After fix, child pages that don’t match the labels are no longer visible on the page.