Merged
Conversation
logonoff
approved these changes
Jun 20, 2025
|
elai-shalev
pushed a commit
to elai-shalev/rhdh-plugins
that referenced
this pull request
Jan 21, 2026
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Releases
@red-hat-developer-hub/backstage-plugin-global-header@1.11.0
Minor Changes
8e33ca2: Updated the
CompanyLogocomponent to support global headers either light or dark background colours. The light/dark mode of the logo is determined by thetheme.palette.rhdh.general.appBarBackgroundSchemefield in the theme configuration.The
logoprop now also accepts an object withlightanddarkproperties, each containing a string URL for the logo image. Iflogois a string, it will be used for both light and dark modes.The
CompanyLogowill prefer theconfig.props.logo.[light|dark]mount point configuration when rendering. If not provided, it will fall back to theapp.branding.fullLogoin the app configuration.Moreover,
app.branding.fullLogois now an object withlightanddarkproperties, each containing a string URL for the logo image. Ifapp.branding.fullLogois a string, it will be used for both light and dark modes.If neither
config.props.logonorapp.branding.fullLogois provided, theCompanyLogowill render the Red Hat Developer Hub logo by default.Patch Changes